aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/drm-legacy-kmod: Update snapshotNiclas Zeising2018-10-312-5/+5
| | | | | | | | | | Update graphics/drm-legacy-kmod to the latest snapshot, which should improve handling and loading of firmware modules. MFH: 2018Q4 Notes: svn path=/head/; revision=483619
* Upgrade to v.2.4.1.Thierry Thomas2018-10-313-7/+9
| | | | Notes: svn path=/head/; revision=483611
* Undeprecate graphics/bugle againTobias Kortkamp2018-10-311-3/+0
| | | | | | | Requested by: danfe Notes: svn path=/head/; revision=483550
* Now builds on powerpc64.Mark Linimon2018-10-301-2/+0
| | | | Notes: svn path=/head/; revision=483516
* graphics/bugle: Lock it to GCC 7 and deprecateTobias Kortkamp2018-10-301-2/+5
| | | | | | | | | | | | | | | | | | | | It fails to build with GCC >= 8: cc1: error: unrecognized command line option '-fdump-translation-unit' http://package22.nyi.freebsd.org/data/112amd64-default-PR231590/2018-10-29_06h48m05s/logs/errors/bugle-0.0.20100508_12.log The Changelog at [1] for newer versions says it's no longer developed, so deprecate it as well: "This is a bugfix release. BuGLe is no longer actively developed." [1] https://sourceforge.net/projects/bugle/files/bugle/0.0.20150628/ PR: 231590 Notes: svn path=/head/; revision=483506
* Fix build with GCC-based architectures.Mark Linimon2018-10-301-2/+2
| | | | | | | | | PR: 232681 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483483
* Fix build on powerpc64.Mark Linimon2018-10-301-3/+1
| | | | | | | | PR: 232041 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483478
* graphics/gexiv2: fix build with GCC-based architecturesChristoph Moench-Tegeder2018-10-291-2/+2
| | | | | | | | | | | while here, remove forgotten cruft in MASTER_SITES and add USES=gnome to silence warnings PR: 232569 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483434
* graphics/radiance: Fix build on gcc-based systemsYuri Victorovich2018-10-291-1/+1
| | | | Notes: svn path=/head/; revision=483364
* New port: graphics/radiance: Video art software for VJsYuri Victorovich2018-10-295-0/+260
| | | | Notes: svn path=/head/; revision=483363
* graphics/gimp-gmic-plugin: fix buildRuslan Makhmatkhanov2018-10-281-1/+2
| | | | Notes: svn path=/head/; revision=483318
* graphics/engauge-digitizer: Update 10.10 -> 10.11Yuri Victorovich2018-10-282-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=483309
* Fix build on GCC-based architectures.Mark Linimon2018-10-281-7/+4
| | | | | | | | | | | | | Remove useless BROKEN_sparc64 line; it is obviated by ARCHS. While here, pet portlint. PR: 231608 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483282
* Fix build with GCC-based architectures.Mark Linimon2018-10-281-1/+1
| | | | | | | | | PR: 232006 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483281
* Fix build on GCC-based architectures.Mark Linimon2018-10-282-1/+32
| | | | | | | | PR: 232381 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483279
* graphics/inkscape: unbreak on 32-bit archs after r474795Jan Beich2018-10-281-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/libavoid/connector.cpp:888:29: error: call to 'abs' is ambiguous COLA_ASSERT(abs((long)i->pathNext->id.objID - i->id.objID) != 2); ^~~ src/libavoid/assertions.h:41:39: note: expanded from macro 'COLA_ASSERT' #define COLA_ASSERT(expr) assert(expr) ^~~~ /usr/include/assert.h:56:21: note: expanded from macro 'assert' #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ ^ /usr/include/c++/v1/math.h:733:1: note: candidate function abs(float __lcpp_x) _NOEXCEPT {return ::fabsf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:737:1: note: candidate function abs(double __lcpp_x) _NOEXCEPT {return ::fabs(__lcpp_x);} ^ /usr/include/c++/v1/math.h:741:1: note: candidate function abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^ /usr/include/stdlib.h:87:6: note: candidate function int abs(int) __pure2; ^ /usr/include/c++/v1/stdlib.h:111:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} ^ /usr/include/c++/v1/stdlib.h:113:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} ^ PR: 229844 Reported by: pkg-fallout Notes: svn path=/head/; revision=483272
* graphics/feh: Update to 2.28.1Niclas Zeising2018-10-282-4/+4
| | | | | | | Changelog: https://feh.finalrewind.org/archive/2.28.1/ Notes: svn path=/head/; revision=483255
* Downgrade C++03 to C++98, actual default for GCC < 6Jan Beich2018-10-281-5/+1
| | | | | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03" Notes: svn path=/head/; revision=483249
* Apparently now builds on powerpc64.Mark Linimon2018-10-281-2/+0
| | | | | | | | PR: 232531 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483228
* graphics/mesa-dri: unbreak GCC build after r438198Jan Beich2018-10-281-1/+5
| | | | | | | | | | configure: error: --enable-llvm is required when building r300 PR: 231329 Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=483225
* graphics/fraqtive:Max Brazhnikov2018-10-272-3/+23
| | | | | | | | - Switch to Qt 5 - Add patch to fix build with Qt 5 Notes: svn path=/head/; revision=483153
* graphics/drm-next-kmod: Update snapshotNiclas Zeising2018-10-272-5/+5
| | | | | | | | | | | | Update graphics/drm-next-kmod to the latest snapshot. This contains fixes for vaapi rendering and possibly also other rendering bugs. Approved by: jmd (maintainer, implicit) Obtained from: FreeBSD Graphics Team MFH: 2018Q4 Notes: svn path=/head/; revision=483130
* graphics/drm-next-kmod: Update snapshotNiclas Zeising2018-10-272-5/+5
| | | | | | | | | | | | Update graphics/drm-next-kmod to the latest snapshot. This contains fixes for vaapi rendering and possibly also other rendering bugs. Approved by: jmd (maintainer, implicit) Obtained from: FreeBSD Graphics Team MFH: 2018Q4 Notes: svn path=/head/; revision=483129
* graphics/drm-legacy-kmod: Update snapshotNiclas Zeising2018-10-272-5/+5
| | | | | | | | | | Update graphics/drm-legacy-kmod to the latest snapshot, this contains some fixes for loading amd, ati and radeon firmware modules. Approved by: jmd (maintainer, implicit) Notes: svn path=/head/; revision=483128
* Fix build with GCC-based architectures for various kde@ ports.Tobias C. Berner2018-10-277-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570 Notes: svn path=/head/; revision=483125
* graphics/libprojectm: update to 3.1.0Steve Wills2018-10-277-136/+1845
| | | | | | | | PR: 232020 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=483108
* graphics/bmeps: Update to 4.19.1Steve Wills2018-10-272-8/+7
| | | | | | | | PR: 232594 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=483082
* - Update graphics/vips and graphics/nip2 to 8.7.0Danilo Egea Gondolfo2018-10-266-120/+58
| | | | | | | - Use GITHUB instead of MASTER_SITES Notes: svn path=/head/; revision=483058
* graphics/freeglut: Fix build after joy(4) removalNiclas Zeising2018-10-252-6/+15
| | | | | | | | | | | | | | | | | Fix build of graphics/freeglut after the removal of the joy(4) driver in FreeBSD CURRENT. The same fix is applied for all FreeBSD versions though. Simply remove the include of sys/joystick.h, and instead bring in the definition of struct joystick from that file into the freeglut source. None of the ioctls in sys/joystick.h are ever used in freeglut. Please note that juystick support in freeglut on FreeBSD is not really tested, so no promises are made about it. Reported by: goshanecr on the FreeBSD forum in collaboration with: imp Notes: svn path=/head/; revision=482977
* graphics/feh: Update to 2.28Niclas Zeising2018-10-242-6/+8
| | | | | | | | | | | Update graphics/feh to 2.28. Add a runtime dependency (defaults to off) on dcraw, which can be used to reduce load time of RAW images by displaying the embedded jpeg. ChangeLog: https://feh.finalrewind.org/archive/2.28/ Notes: svn path=/head/; revision=482927
* - Fix pkg-plistWen Heping2018-10-231-0/+1488
| | | | Notes: svn path=/head/; revision=482834
* devel/icu: update to 63.1Jan Beich2018-10-237-7/+7
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* - Repocopy gmt --> gmt5 and update to 5.4.4Wen Heping2018-10-237-0/+416
| | | | | | | | PR: 230799 Submitted by: lbartoletti@tuxfamily.org(maintainer) Notes: svn path=/head/; revision=482829
* We present a high-resolution geography data set amalgamated from three dataWen Heping2018-10-235-0/+56
| | | | | | | | | | | | | | | | bases in the public domain: World Vector Shorelines (WVS). CIA World Data Bank II (WDBII). Atlas of the Cryosphere (AC). WWW: http://www.soest.hawaii.edu/wessel/gshhg/ PR: 230799 Submitted by: lbartoletti@tuxfamily.org Notes: svn path=/head/; revision=482828
* The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000 scale vectorWen Heping2018-10-235-0/+42
| | | | | | | | | | | | | | basemap of the world. The charts were designed to meet the needs of pilots and air crews in medium-and low-altitude en route navigation and to support military operational planning, intelligence briefings, and other needs. WWW: http://www.soest.hawaii.edu/wessel/dcw/ PR: 230799 Submitted by: lbartoletti@tuxfamily.org Notes: svn path=/head/; revision=482826
* graphics/mapnik: unbreak with boost 1.69Jan Beich2018-10-221-0/+62
| | | | | | | | | | | | | | | In file included from src/save_map.cpp:40: include/mapnik/image_filter.hpp:34:10: fatal error: 'boost/gil/gil_all.hpp' file not found #include <boost/gil/gil_all.hpp> ^~~~~~~~~~~~~~~~~~~~~~~ deps/agg/src/agg_pixfmt_rgba.cpp:6:10: fatal error: 'boost/gil/gil_all.hpp' file not found #include <boost/gil/gil_all.hpp> ^~~~~~~~~~~~~~~~~~~~~~~ PR: 232525 Notes: svn path=/head/; revision=482785
* graphics/mapnik: switch to upstream Boost 1.68 fixJan Beich2018-10-212-3/+3
| | | | Notes: svn path=/head/; revision=482710
* graphics/sekrit-twc-zimg: update to 2.8Jan Beich2018-10-212-5/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7.5...release-2.8 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Reported by: portscout Notes: svn path=/head/; revision=482671
* graphics/mesa-dri: don't forbid WAYLAND on non-x86Jan Beich2018-10-201-4/+1
| | | | | | | | | | | | | At least aarch64, armv6, armv7 couldn't set OPTIONS_SET+=WAYLAND via make.conf (see also bug 227509) despite Wayland itself not having such a limitation. =>> Ignoring graphics/mesa-dri: option WAYLAND is only valid on platforms with Vulkan PR: 221540 Pointy hat to: jbeich (regressed by r482192) Notes: svn path=/head/; revision=482625
* graphics/glfw: prevent enabling WAYLAND without disabling X11Jan Beich2018-10-201-2/+7
| | | | | | | | | PR: 232323 Reviewed by: tobik Approved by: portmgr blanket Notes: svn path=/head/; revision=482624
* graphics/kdiagram: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232258 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482601
* graphics/qt5-graphicaleffects: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232253 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482599
* graphics/qt5-3d: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232388 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482590
* graphics/qt5-pixeltool: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232471 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482565
* Update to 1.3.3Sunpoet Po-Chuan Hsieh2018-10-203-7/+8
| | | | | | | | | | - Update MASTER_SITES - Update WWW Changes: https://github.com/jsummers/imageworsener/blob/master/changelog.txt Notes: svn path=/head/; revision=482505
* graphics/minder: Update to 1.1.2Tobias Kortkamp2018-10-202-4/+4
| | | | | | | Changes: https://github.com/phase1geo/Minder/releases/tag/1.1.2 Notes: svn path=/head/; revision=482477
* graphics/gcolor3: Update to 2.3.1Tobias Kortkamp2018-10-206-40/+10
| | | | | | | | | | - Update WWW and move to new home on GNOME's Gitlab - Drop upstreamed patches Changes: https://gitlab.gnome.org/World/gcolor3/tags/v2.3.1 Notes: svn path=/head/; revision=482475
* Update KDE Frameworks to 5.41Tobias C. Berner2018-10-203-9/+9
| | | | | | | | PR: 232296 Exp-run by: antoine Notes: svn path=/head/; revision=482471
* graphics/netpbm: Update to 10.84.02Tobias Kortkamp2018-10-193-5/+10
| | | | | | | Changes: https://raw.githubusercontent.com/t6/netpbm/v10.84.02/doc/HISTORY Notes: svn path=/head/; revision=482455
* graphics/libQGLViewer: fix build with GCC-based architecturesYuri Victorovich2018-10-191-1/+1
| | | | | | | | PR: 232445 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482443