Ruslan Makhmatkhanov
0a1c16aa6a
graphics/gimp-gmic-plugin: fix build
2018-10-28 16:50:32 +00:00
Yuri Victorovich
534ec3b4a5
graphics/engauge-digitizer: Update 10.10 -> 10.11
...
Reported by: portscout
2018-10-28 16:05:07 +00:00
Mark Linimon
430e2462b1
Fix build on GCC-based architectures.
...
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)
2018-10-28 11:37:47 +00:00
Mark Linimon
a0fc7d50df
Fix build with GCC-based architectures.
...
PR: 232006
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-10-28 11:32:32 +00:00
Mark Linimon
92ef57ed47
Fix build on GCC-based architectures.
...
PR: 232381
Submitted by: Piotr Kubaj
2018-10-28 11:26:05 +00:00
Jan Beich
27d8fa8ad3
graphics/inkscape: unbreak on 32-bit archs after r474795
...
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
2018-10-28 11:03:01 +00:00
Niclas Zeising
1e30aceac2
graphics/feh: Update to 2.28.1
...
Changelog: https://feh.finalrewind.org/archive/2.28.1/
2018-10-28 09:52:29 +00:00
Jan Beich
ec5d9a54d6
Downgrade C++03 to C++98, actual default for GCC < 6
...
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2018-10-28 09:36:56 +00:00
Mark Linimon
2766ce0789
Apparently now builds on powerpc64.
...
PR: 232531
Submitted by: Piotr Kubaj
2018-10-28 06:27:54 +00:00
Jan Beich
c198520374
graphics/mesa-dri: unbreak GCC build after r438198
...
configure: error: --enable-llvm is required when building r300
PR: 231329
Approved by: maintainer timeout (1 month)
2018-10-28 05:04:41 +00:00
Max Brazhnikov
3920098f6f
graphics/fraqtive:
...
- Switch to Qt 5
- Add patch to fix build with Qt 5
2018-10-27 17:15:13 +00:00
Niclas Zeising
e6110caf15
graphics/drm-next-kmod: Update snapshot
...
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
2018-10-27 12:20:38 +00:00
Niclas Zeising
a960eb8a5a
graphics/drm-next-kmod: Update snapshot
...
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
2018-10-27 12:18:41 +00:00
Niclas Zeising
920625b329
graphics/drm-legacy-kmod: Update snapshot
...
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)
2018-10-27 12:14:40 +00:00
Tobias C. Berner
19fb9b432b
Fix build with GCC-based architectures for various kde@ ports.
...
- 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
2018-10-27 11:50:58 +00:00
Steve Wills
5a9571558c
graphics/libprojectm: update to 3.1.0
...
PR: 232020
Approved by: yuri (maintainer)
2018-10-27 03:26:55 +00:00
Steve Wills
49082e2f0e
graphics/bmeps: Update to 4.19.1
...
PR: 232594
Submitted by: takefu@airport.fm (maintainer)
2018-10-27 01:07:21 +00:00
Danilo Egea Gondolfo
cfadd9ea3f
- Update graphics/vips and graphics/nip2 to 8.7.0
...
- Use GITHUB instead of MASTER_SITES
2018-10-26 21:28:15 +00:00
Niclas Zeising
77a52f9d83
graphics/freeglut: Fix build after joy(4) removal
...
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
2018-10-25 18:48:23 +00:00
Niclas Zeising
95490dbfd6
graphics/feh: Update to 2.28
...
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/
2018-10-24 17:58:38 +00:00
Wen Heping
b590da43ed
- Fix pkg-plist
2018-10-23 12:02:10 +00:00
Jan Beich
91f9922c6f
devel/icu: update to 63.1
...
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
2018-10-23 11:35:03 +00:00
Wen Heping
706cfc42b2
- Repocopy gmt --> gmt5 and update to 5.4.4
...
PR: 230799
Submitted by: lbartoletti@tuxfamily.org(maintainer)
2018-10-23 11:00:20 +00:00
Wen Heping
a70d5203ac
We present a high-resolution geography data set amalgamated from three data
...
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
2018-10-23 10:57:15 +00:00
Wen Heping
88117e329d
The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000 scale vector
...
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
2018-10-23 10:54:08 +00:00
Jan Beich
5d384d1704
graphics/mapnik: unbreak with boost 1.69
...
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
2018-10-22 20:29:33 +00:00
Jan Beich
1789f2f0c6
graphics/mapnik: switch to upstream Boost 1.68 fix
2018-10-21 17:28:37 +00:00
Jan Beich
8306272bad
graphics/sekrit-twc-zimg: update to 2.8
...
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
2018-10-21 13:33:36 +00:00
Jan Beich
d6bdbcf80d
graphics/mesa-dri: don't forbid WAYLAND on non-x86
...
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)
2018-10-20 21:39:20 +00:00
Jan Beich
834bafd613
graphics/glfw: prevent enabling WAYLAND without disabling X11
...
PR: 232323
Reviewed by: tobik
Approved by: portmgr blanket
2018-10-20 21:39:08 +00:00
Tobias C. Berner
cd0f5e9740
graphics/kdiagram: fix build with GCC-based architectures
...
PR: 232258
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 16:46:52 +00:00
Tobias C. Berner
65d09c746c
graphics/qt5-graphicaleffects: fix build with GCC-based architectures
...
PR: 232253
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 16:42:46 +00:00
Tobias C. Berner
50eab73a43
graphics/qt5-3d: fix build with GCC-based architectures
...
PR: 232388
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 16:20:27 +00:00
Tobias C. Berner
9ad6c50a2a
graphics/qt5-pixeltool: fix build with GCC-based architectures
...
PR: 232471
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 15:41:15 +00:00
Sunpoet Po-Chuan Hsieh
fa92b8065d
Update to 1.3.3
...
- Update MASTER_SITES
- Update WWW
Changes: https://github.com/jsummers/imageworsener/blob/master/changelog.txt
2018-10-20 14:47:21 +00:00
Tobias Kortkamp
68919cb48b
graphics/minder: Update to 1.1.2
...
Changes: https://github.com/phase1geo/Minder/releases/tag/1.1.2
2018-10-20 09:22:00 +00:00
Tobias Kortkamp
53f62e82b8
graphics/gcolor3: Update to 2.3.1
...
- 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
2018-10-20 09:17:28 +00:00
Tobias C. Berner
f14cf48803
Update KDE Frameworks to 5.41
...
PR: 232296
Exp-run by: antoine
2018-10-20 07:24:04 +00:00
Tobias Kortkamp
6213f903cf
graphics/netpbm: Update to 10.84.02
...
Changes: https://raw.githubusercontent.com/t6/netpbm/v10.84.02/doc/HISTORY
2018-10-19 20:35:00 +00:00
Yuri Victorovich
6c02d064cb
graphics/libQGLViewer: fix build with GCC-based architectures
...
PR: 232445
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-19 18:10:55 +00:00
TAKATSU Tomonari
6829e6204b
- Update to 1.3-6
2018-10-18 01:53:21 +00:00
Sunpoet Po-Chuan Hsieh
190cedf60e
Update MASTER_SITES
...
- While I'm here, sort USES
Approved by: portmgr (blanket)
2018-10-16 20:05:43 +00:00
Tobias Kortkamp
867a9a9750
Avoid accidentally auto-activating librsvg2 support in graphics/graphviz
2018-10-16 08:23:04 +00:00
Antoine Brodin
39aa490bf9
Fix packaging
...
Reported by: pkg-fallout
2018-10-16 05:35:51 +00:00
Jan Beich
1ecb9941d9
emulators/wine-devel: expose Vulkan support
...
VULKAN is for Vulkan-native while VKD3D is for Direct3D 12 games
PR: 231248
2018-10-16 00:00:46 +00:00
Jan Beich
725022468b
graphics/wayland-protocols: update to 1.16
...
Changes: https://cgit.freedesktop.org/wayland/wayland-protocols/log/?h=1.16
PR: 226408
Submitted by: Greg V
Approved by: maintainer timeout (2 months via bug 230652)
2018-10-16 00:00:33 +00:00
Jan Beich
096409bd09
graphics/mesa-dri: add WAYLAND option for Vulkan drivers
...
PR: 221540
Submitted by: Greg V
Approved by: maintainer timeout (9 months timeout), zeising (earlier version)
2018-10-16 00:00:20 +00:00
Jan Beich
7cd0f7dde3
graphics/mesa-libs: enable surfaceless like upstream
...
PR: 224659
Approved by: maintainer timeout (9 months)
2018-10-16 00:00:08 +00:00
Jan Beich
a13fadf392
graphics/vulkan-loader: enable Wayland surface
...
- Rebuild ppsspp and rpcs3 to pick up Wayland support for Vulkan
PR: 227423
Submitted by: Greg V (maintainer)
2018-10-15 23:59:54 +00:00
Jan Beich
39240339a7
graphics/wayland: update to 1.16.0
...
- New libwayland-egl home for consumers as Mesa 18.2 dropped it
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html
PR: 227423
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (5 months)
2018-10-15 23:59:23 +00:00