games/pioneers picks up libnotify if installed.  There's not switch to
disable it, so I just added it as a dependency.

port-lib-depends-check suggested pretty much a complete change of
WANTLIB.  Does this look plausible?

(I don't play pioneers or really care, but it broke in my latest bulk
build...)

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/pioneers/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile    27 Sep 2013 17:49:04 -0000      1.35
+++ Makefile    23 Jan 2014 15:38:34 -0000
@@ -4,7 +4,7 @@
 
 GNOME_PROJECT= pioneers
 GNOME_VERSION= 14.1
-REVISION=      1
+REVISION=      2
 
 CATEGORIES=    games
 
@@ -15,16 +15,9 @@
 # GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB += GL ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite Xcursor
-WANTLIB += Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender
-WANTLIB += Xxf86vm atk-1.0 bonobo-2 bonobo-activation c cairo
-WANTLIB += canberra crypto dbus-1 dbus-glib-1 drm expat ffi fontconfig
-WANTLIB += freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
-WANTLIB += glib-2.0 gmodule-2.0 gnome-2 gnomevfs-2 gobject-2.0
-WANTLIB += gthread-2.0 gtk-x11-2.0 ltdl m ogg pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 pcre pixman-1 png popt pthread pthread-stubs
-WANTLIB += ssl stdc++ util vorbis vorbisfile xcb xcb-render xcb-shm
-WANTLIB += xml2 z
+WANTLIB += avahi-client avahi-common avahi-glib c cairo gdk-x11-2.0
+WANTLIB += gdk_pixbuf-2.0 glib-2.0 gnome-2 gobject-2.0 gtk-x11-2.0
+WANTLIB += m notify pango-1.0 pangocairo-1.0 pthread
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pio/}
 
@@ -34,13 +27,13 @@
 BUILD_DEPENDS= x11/gnome/librsvg
 RUN_DEPENDS=   x11/gtk+2,-guic
 LIB_DEPENDS=   x11/gnome/libgnome \
-               x11/gtk+2
+               x11/gtk+2 \
+               devel/libnotify
 
 MODGNOME_DESKTOP_FILE= Yes
 MODGNOME_TOOLS=        yelp
 
 CONFIGURE_STYLE=gnu
-USE_GROFF =    Yes
 CONFIGURE_ENV= ac_cv_path_pngtopnm=""
 CONFIGURE_ARGS=        --enable-protocol=IPv4
 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/pioneers/pkg/PLIST,v
retrieving revision 1.9
diff -u -r1.9 PLIST
--- pkg/PLIST   7 Aug 2012 03:40:44 -0000       1.9
+++ pkg/PLIST   23 Jan 2014 15:32:46 -0000
@@ -192,6 +192,7 @@
 share/pioneers/themes/ccFlickr/wool.png
 share/pioneers/ubuntuland.game
 share/pioneers/x.game
+share/pixmaps/
 share/pixmaps/pioneers/
 share/pixmaps/pioneers-editor.png
 share/pixmaps/pioneers-server.png
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to