Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 14:33:41 -0700 (MST)
From:      John Hein <jhein@symmetricom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] graphics/py27-cairo: support staging
Message-ID:  <201401232133.s0NLXfOf049970@gromit.timing.com>

next in thread | raw e-mail | index | archive | help

>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@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 ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401232133.s0NLXfOf049970>