ports/185913: [PATCH] games/gnome-games: disable g-ir-scanner cache
Dmitry Marakasov
amdmi3 at amdmi3.ru
Mon Jan 20 14:10:01 UTC 2014
>Number: 185913
>Category: ports
>Synopsis: [PATCH] games/gnome-games: disable g-ir-scanner cache
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 20 14:10:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Marakasov
>Release: FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Disable g-ir-scanner cache to not pollute /root/.cache on build
- Use new LIB_DEPENDS syntax
Port maintainer (gnome at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- gnome-games-2.32.1_4.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 340395)
+++ Makefile (working copy)
@@ -13,9 +13,9 @@
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]*
@@ -32,6 +32,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sound=gstreamer \
--disable-tests
+MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -52,7 +53,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-2.32.1_4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list