Date: Wed, 29 Jan 2014 02:58:19 +0400 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: bug-followup@FreeBSD.org Cc: gnome@FreeBSD.org Subject: Re: ports/185913: [PATCH] games/gnome-games: disable g-ir-scanner cache Message-ID: <20140128225819.GF52820@hades.panopticon> In-Reply-To: <20140120140106.7EE8F91D8@hades.panopticon> References: <20140120140106.7EE8F91D8@hades.panopticon>
next in thread | previous in thread | raw e-mail | index | archive | help
* Dmitry Marakasov (amdmi3@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@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@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140128225819.GF52820>