Baptiste Daroussin
56a6c38e8d
Drop build dependency on GNU m4.
...
m4 from base is able to do the job, if properly wrapped to mimic GNU m4
Differential Revision: https://reviews.freebsd.org/D21835
2019-10-01 14:35:23 +00:00
Piotr Kubaj
3ea8313bf9
graphics/blender: fix build on powerpc64
...
Macros for ppc64 are needed.
PR: 240864
Approved by: FreeBSD@ShaneWare.Biz (maintainer), linimon (mentor)
2019-10-01 14:07:54 +00:00
Mark Linimon
38060666e1
Switch from BROKEN_i386 to ONLY_FOR_ARCHS=amd64.
...
This port makes use of SSE instructions, and Intel's documentation
only claims to support 64-bit x86.
Approved by: portmgr (tier-2 blanket)
2019-10-01 09:38:47 +00:00
Tobias C. Berner
c45de9579f
Qt5 update to 5.13.0
...
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13
Thanks to adridg who helped to fix a lot of packages.
Exp-run by: antoine
PR: 238782
2019-10-01 04:13:31 +00:00
Tobias Kortkamp
174faa575f
graphics/netpbm: Update to 10.88.00
...
Changes: https://github.com/t6/netpbm/blob/v10.88.00/doc/HISTORY
2019-09-30 14:02:33 +00:00
Tobias Kortkamp
d908631617
graphics/netpbm: Cosmetic changes
2019-09-30 13:59:09 +00:00
Sunpoet Po-Chuan Hsieh
9f96b322bb
Remove expired graphics/imgvtopgm
2019-09-30 12:08:05 +00:00
Sunpoet Po-Chuan Hsieh
2ede66ea31
Merge DEPRECATED and remove latter EXPIRATION_DATE
2019-09-30 11:31:54 +00:00
Alexey Dokuchaev
ae502cef1c
Update `graphics/milton' to version 1.9.0.
...
Reported by: portscout
2019-09-30 10:06:34 +00:00
Niclas Zeising
f5ebd23a61
Remove libXp dependency from imake/motif ports
...
Remove the libXp dependency from a number of ports using imake and/or motif.
libXp is being deprecated.
The list of ports:
audio/xmcd
audio/xmmix
deskutils/xmdiary
ftp/llnlxdir
ftp/llnlxftp
graphics/SciPlot
misc/xtar
multimedia/mpeg2play
2019-09-29 20:11:22 +00:00
Sunpoet Po-Chuan Hsieh
4062d4c375
Update to 3.3.8
...
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-09-29 10:24:18 +00:00
Sunpoet Po-Chuan Hsieh
af91877967
Update to 3.3.8
...
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-09-29 10:24:13 +00:00
Sunpoet Po-Chuan Hsieh
36c14d2723
Update to 3.3.8
...
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-09-29 10:24:08 +00:00
Sunpoet Po-Chuan Hsieh
c75819d459
Update to 3.3.8
...
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-09-29 10:24:03 +00:00
Sunpoet Po-Chuan Hsieh
2d235a5110
Update to 3.3.8
...
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-09-29 10:23:58 +00:00
Matthias Andree
be3b21b24a
Drop default arguments from _LTO_FLAGS.
...
Context:
PR: 240594
2019-09-29 09:35:32 +00:00
Tobias C. Berner
f4566d704a
graphics/poppler: update to 0.81.0
...
Release 0.81.0:
core:
* Splash: Always enable support for CMYK rasterization
* CairoOutputDev: Check scaled dimensions for 0. Issue #737
* BaseCryptStream: Fix potential uninitialized memory read
* SplashBitmap: Fix wrong width condition for splashModeDeviceN8
* Fix crashes in malformed files
PR: 240781
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
2019-09-29 07:25:04 +00:00
Stephen Montgomery-Smith
086093cf18
- Update devel/gdcm to 3.0.2.
...
- Bump portrevision of dependent ports.
2019-09-28 23:24:33 +00:00
Dirk Meyer
33e9ed4599
- add more dependecies
2019-09-28 12:59:42 +00:00
Rene Ladan
859f244fd3
Remove expired ports:
...
2019-09-27 misc/zygrib: Can not build with graphics/proj
2019-09-27 misc/survex: Can not build with graphics/proj
2019-09-27 graphics/proj5: Please use graphics/proj instead
2019-09-27 graphics/p5-Geo-Proj4: Can not build with graphics/proj
misc/zygrib-maps, depends on expired misc/zygrib
graphics/p5-Geo-Point, depends on expired graphics/p5-Geo-Proj4
2019-09-28 11:44:37 +00:00
Jan Beich
8c039a25be
Drop verbose flag for CTest after r444324
...
ninja: error: unknown target 'ARGS=-V'
2019-09-27 17:25:50 +00:00
Niclas Zeising
45ce25247b
Deprecate x11/libXp, it is deprecated upstream
...
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff
Sprinkle USES=xorg as needed.
Discussed with: bapt
2019-09-27 16:18:58 +00:00
Niclas Zeising
52dc066ad4
graphics/opendx: Remove dependency on libXp
...
Remove dependency on libXp, it is not used. Even though configure looks for
libXp, and links against it if it is found, there is no use of it in the
code. libXp is getting deprecated.
PR: 240865
OKd by: bapt (just fix it)
2019-09-27 15:43:22 +00:00
Niclas Zeising
f916d5a212
graphics/graphviz: Remove depenendy on libXp
...
Remove dependency on libXp, it is not needed and libXp is getting
deprecated.
PR: 240834
OK by: bapt (just fix it)
2019-09-27 15:39:16 +00:00
Alexey Dokuchaev
40a9bdf3ac
Convert to USES+=tar:lz (available since r504008).
2019-09-27 15:01:31 +00:00
Niclas Zeising
c9ea200b5d
graphics/drm-current-kmod: Update snapshot
...
This reverts the workaround for opt_trace.h issues in CURRENT, since these
have been resolved in base.
2019-09-27 10:00:37 +00:00
Tobias Kortkamp
deaa22d85c
lang/rust: Update to 1.38.0
...
- Force rebuild all consumers to catch regressions early
Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by: jbeich, mikael.urankar@gmail.com , tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21778
2019-09-27 09:35:20 +00:00
Steve Wills
5bc77ee8c2
graphics/py-python-poppler-qt5: Fix build on i386
...
PR: 240817
Submitted by: m.ne@gmx.net (maintainer)
2019-09-26 18:43:37 +00:00
Niclas Zeising
870b4a32fb
graphics/drm-current-kmod: Update snapshot
...
Fix build on latest current, after r352707.
MFH: 2019Q3 (implicit, drm-drivers blanket)
2019-09-26 15:44:03 +00:00
Piotr Kubaj
e2098b4d4d
graphics/enblend: unbreak on powerpc64
...
Builds fine.
Approved by: mentors (implicit approval)
2019-09-25 14:13:45 +00:00
Ganael LAPLANCHE
03166a4b36
Update devel/tbb to 2019.8 and bump dependent ports' revisions
...
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
2019-09-25 10:03:49 +00:00
Rene Ladan
2ace90775d
Remove expired ports:
...
2019-09-20 palm/pilot-link: obsolete technology
2019-09-20 graphics/pixmap: No longer maintained
2019-09-20 japanese/jpilot: obsolete technology
2019-09-20 palm/p5-Palm-PalmDoc: obsolete technology
2019-09-20 palm/pilot_makedoc: obsolete technology
2019-09-20 palm/jpilot: obsolete technology
2019-09-21 sysutils/bibelot: obsolete technology
2019-09-21 databases/mdbconv: obsolete technology
2019-09-21 sysutils/makeztxt: obsolete technology
2019-09-21 databases/palm-db-tools: obsolete technology
2019-09-21 comms/jpilot-picsnvideos: obsolete technology
2019-09-23 devel/libee: No longer required by rsyslog, which was its only consumer. No longer maintained upstream
2019-09-21 devel/libmal: obsolete technology
2019-09-24 21:50:23 +00:00
Thierry Thomas
af469da1ce
Upgrade to v.2.7.2.
2019-09-24 18:39:08 +00:00
Steve Wills
f95aa14359
graphics/py-OWSLib: Update to 0.18.0
...
PR: 240622
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org > (maintainer)
2019-09-24 17:32:33 +00:00
Steve Wills
91805138d5
graphics/ossim: Update to 2.9.1
...
PR: 240625
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org > (maintainer)
2019-09-24 17:30:40 +00:00
Steve Wills
040b4c726b
graphics/potrace: Update to 1.16
...
PR: 240666
Submitted by: Piotr Smyrak <ps.ports@smyrak.com > (maintainer)
2019-09-23 21:08:57 +00:00
Steve Wills
c4929a40b5
graphics/py-python-poppler-qt5: Update to 0.74.0
...
PR: 240677
Submitted by: m.ne@gmx.net
2019-09-23 20:59:04 +00:00
Tobias C. Berner
028f181cc7
KDE Frameworks: update to 5.62.0
...
Changelog:
https://kde.org/announcements/kde-frameworks-5.62.0.php
Exp-run by: antoine
PR: 240720
2019-09-23 19:04:17 +00:00
Jan Beich
b843090e20
graphics/dia: unbreak with clang 9
...
ld: error: .libs/wmf.o: unable to find library from dependent library specifier: gdi32
Reported by: antoine (via bug 240629 exp-run)
Regressed by: https://reviews.llvm.org/rL360984
2019-09-23 17:55:29 +00:00
Dirk Meyer
dcef20b4de
- update to 2.42.2
...
- change MASTER_SITES
- add webp support
- use automake
- sort plist
2019-09-23 11:21:17 +00:00
Dmitry Marakasov
425580d811
- Switch to USES=localbase
...
- Pet portlint
- Update WWW
Approved by: portmgr blanket
2019-09-23 09:38:24 +00:00
Mark Linimon
a39b48eebd
Fix build on GCC-based systems:
...
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket)
2019-09-23 06:20:40 +00:00
Tobias Kortkamp
a42cb74c31
graphics/gd: Do not set WEBP_LIB_DEPENDS twice
2019-09-23 05:18:49 +00:00
Kurt Jaeger
a61ed1af73
Resurrect and update port: graphics/scantailor
...
Scan Tailor Advanced is an interactive post-processing tool for
scanned pages. It performs operations such as page splitting,
deskewing, and removing garbage. All operations can be done
automatically, however it's still possible to manually correct their
results
WWW: https://github.com/4lex4/scantailor-advanced
PR: 240751
Submitted by: m.ne@gmx.net
2019-09-22 20:15:06 +00:00
Dirk Meyer
8e3a192fe3
- fix missing include path if all options are off
...
PR: 240752
- new option PNG JPEG FREETYPE
- enable option ICONV by default
2019-09-22 17:55:02 +00:00
Jason W. Bacon
2b9fa19f04
graphics/py-spectra: Color scales and color conversion made easy for Python
...
Spectra is a Python library that makes color math, color scales, and
color-space conversion easy.
Support for:
Color scales
Color ranges
Color blending
Brightening/darkening colors
Saturating/desaturating colors
Conversion to/from multiple color spaces
Spectra is built on colormath and grapefruit. Spectra is enormously inspired by
chroma.js and d3's scales.
2019-09-22 15:54:33 +00:00
Ben Woods
e55b3e862d
graphics/colord[-gtk]: switch to MASTER_SITES to HTTPS
...
The HTTP site was not working at the time of this commit,
whilst the HTTPS site was working.
PR: 239088
Submitted by: Miyashita Touka <imagin8r@protonmail.com >
Approved by: kwm (maintainer timeout)
2019-09-22 13:50:52 +00:00
Jan Beich
fa5b6aa0f4
graphics/mesa-dri: fix rendering glitches on AMD GPUs after r512440
...
PR: 240722
Reported by: rozhuk.im@gmail.com , freebsdbugs@urisc.net
Tested by: rozhuk.im@gmail.com , freebsdbugs@urisc.net
Obtained from: upstream
Approved by: portmgr blanket
2019-09-22 10:21:09 +00:00
Jan Beich
6d80816e6f
graphics/libosmesa: force rebuild after r512440
...
Reported by: ajtiM (on x11@ list)
2019-09-22 10:21:01 +00:00
Antoine Brodin
2de6d0986d
Ignore with php 7.4
...
Reported by: pkg-fallout
2019-09-22 07:14:00 +00:00