[PATCH] graphics/py27-cairo: support staging

John Hein jhein at symmetricom.com
Thu Jan 23 21:34:17 UTC 2014


>Submitter-Id:	current-users
>Originator:	John Hein
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] graphics/py27-cairo: support staging
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:
>Environment:
>Description:

Support staging for devel/py-cairo.
Unmute install command while there.

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py27-cairo-1.10.0_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 340824)
+++ Makefile	(working copy)
@@ -22,7 +22,6 @@
 CONFIGURE_ENV=	PYTHON=${LOCALBASE}/bin/python2 \
 		PREFIX=${PREFIX}
 
-NO_STAGE=	yes
 python_OLD_CMD?=	/usr/bin/env python
 python_CMD?=		${LOCALBASE}/bin/python2
 SHEBANG_FILES=		examples/*.py examples/*/*.py waf test/*.py
@@ -34,6 +33,6 @@
 	@cd ${WRKSRC} && ./waf
 
 do-install:
-	@cd ${WRKSRC} && ./waf install
+	cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ./waf install
 
 .include <bsd.port.mk>
--- py27-cairo-1.10.0_1.patch ends here ---



More information about the freebsd-gnome mailing list