- Support staging - Use new LIB_DEPENDS syntax Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
* 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. --- folks04.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 341493) +++ Makefile (working copy) @@ -11,10 +11,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= library to aggregates people from multiple sources -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gee:${PORTSDIR}/devel/libgee06 \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen +LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib CONFLICTS= folks-0.[6-9].[0-9]* @@ -22,7 +21,7 @@ USE_BZIP2= yes USE_LDCONFIG= yes USES= pathfix gettext gmake pkgconfig -USE_GNOME= intlhack gnomehier +USE_GNOME= intlhack gnomehier introspection:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -29,5 +28,4 @@ PLIST_SUB= VERSION=22 -NO_STAGE= yes .include <bsd.port.mk> --- folks04.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
Author: amdmi3 Date: Mon May 12 02:39:47 2014 New Revision: 353767 URL: http://svnweb.freebsd.org/changeset/ports/353767 QAT: https://qat.redports.org/buildarchive/r353767/ Log: - Switch to USE_GNOME=introspection PR: 185916 Submitted by: amdmi3 Approved by: maintainer timeout Modified: head/net-im/folks04/Makefile Modified: head/net-im/folks04/Makefile ============================================================================== --- head/net-im/folks04/Makefile Mon May 12 02:39:47 2014 (r353766) +++ head/net-im/folks04/Makefile Mon May 12 02:39:47 2014 (r353767) @@ -12,8 +12,7 @@ PKGNAMESUFFIX= 04 MAINTAINER= gnome@FreeBSD.org COMMENT= Library to aggregate people from multiple sources -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib @@ -21,7 +20,7 @@ CONFLICTS= folks-0.[6-9].[0-9]* USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes -USE_GNOME= intlhack gnomehier +USE_GNOME= intlhack gnomehier introspection:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!