[PATCH] devel/py-gobject: use new LIB_DEPENDS synax

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Jan 20 14:01:02 UTC 2014


>Submitter-Id:	current-users
>Originator:	Dmitry Marakasov
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/py-gobject: use new LIB_DEPENDS synax
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-RELEASE amd64
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES

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:

--- py27-gobject-2.28.6_3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 340395)
+++ Makefile	(working copy)
@@ -20,13 +20,12 @@
 
 BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
 		${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
-LIB_DEPENDS+=	ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS+=	libffi.so:${PORTSDIR}/devel/libffi
 RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
 		${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
 
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake
 USE_XZ=		yes
-USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
--- py27-gobject-2.28.6_3.patch ends here ---



More information about the freebsd-gnome mailing list