ports/185913: [PATCH] games/gnome-games: disable g-ir-scanner cache

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Jan 28 22:58:23 UTC 2014


* Dmitry Marakasov (amdmi3 at amdmi3.ru) wrote:

Updated patch, which makes use of USE_GNOME=introspection to take 
care of environement for g-ir-scanner automatically.

--- gnome-games.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341492)
+++ Makefile	(working copy)
@@ -12,10 +12,9 @@
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	The game applications package for the GNOME 2 Desktop Environment
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	guile:${PORTSDIR}/lang/guile \
-		clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
-		clutter-glx-1.0:${PORTSDIR}/graphics/clutter
+LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile \
+		libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
+		libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
 RUN_DEPENDS=	seed:${PORTSDIR}/devel/seed
 
 CONFLICTS=	sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-3.[0-9]*
@@ -27,7 +26,7 @@
 USE_GL=		gl
 USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix intlhack librsvg2 desktopfileutils \
-		pygnomedesktop gnomedocutils
+		pygnomedesktop gnomedocutils introspection:build
 USE_GSTREAMER=	vorbis ogg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sound=gstreamer \
@@ -52,7 +51,7 @@
 .include <bsd.port.pre.mk>
 
 .if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS)
-LIB_DEPENDS+=	avahi-client:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+=	libavahi-client.so:${PORTSDIR}/net/avahi-app
 .endif
 
 post-patch:
--- gnome-games.patch ends here ---

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru    http://www.amdmi3.ru


More information about the freebsd-gnome mailing list