Hi ports@, Here is a diff to update fuse to 1.5.2 and do some WANTLIB fixes: ICE and SM are not required by the gtk flavor, so add them conditionally.
Comments? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/fuse/Makefile,v retrieving revision 1.43 diff -u -p -r1.43 Makefile --- Makefile 22 Dec 2017 13:52:10 -0000 1.43 +++ Makefile 20 Apr 2018 21:14:23 -0000 @@ -1,14 +1,14 @@ # $OpenBSD: Makefile,v 1.43 2017/12/22 13:52:10 fcambus Exp $ COMMENT= Free Unix Spectrum Emulator -DISTNAME= fuse-1.5.0 +DISTNAME= fuse-1.5.2 CATEGORIES= emulators HOMEPAGE= http://fuse-emulator.sourceforge.net/ # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB += FLAC ICE SDL SM X11 Xext ao audiofile bz2 c gcrypt +WANTLIB += FLAC X11 SDL Xext ao audiofile bz2 c gcrypt WANTLIB += glib-2.0 gpg-error iconv intl lzma m ogg pcre png pthread WANTLIB += sndio spectrum usbhid xcb xml2 z @@ -37,13 +37,14 @@ LIB_DEPENDS+= x11/gtk+3 CONFIGURE_ENV+= ao_available=yes WANTLIB += Xcomposite Xcursor Xdamage Xfixes Xi Xinerama Xrandr -WANTLIB += Xrender atk-1.0 atk-bridge-2.0 atspi cairo cairo-gobject +WANTLIB += Xrender Xtst atk-1.0 atk-bridge-2.0 atspi cairo cairo-gobject WANTLIB += dbus-1 epoxy expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0 WANTLIB += gio-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 WANTLIB += gtk-3 harfbuzz pango-1.0 pangocairo-1.0 pangoft2-1.0 -WANTLIB += pixman-1 pthread-stubs xcb-render xcb-shm +WANTLIB += pixman-1 xcb-render xcb-shm .else CONFIGURE_ARGS+= --without-gtk +WANTLIB += ICE SM .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/emulators/fuse/distinfo,v retrieving revision 1.22 diff -u -p -r1.22 distinfo --- distinfo 22 Dec 2017 13:52:10 -0000 1.22 +++ distinfo 20 Apr 2018 21:14:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (fuse-1.5.0.tar.gz) = sRNKn00hHPnb+EXdWyikpYpKtp878ffQTRwmFH4Nrv0= -SIZE (fuse-1.5.0.tar.gz) = 1619748 +SHA256 (fuse-1.5.2.tar.gz) = FBVQ4u0nDYADBzM7Hj1YirddklIkNM+ClIdV6zj/vVo= +SIZE (fuse-1.5.2.tar.gz) = 1626746