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:   ports/186053: [PATCH] graphics/py27-cairo: support staging
Message-ID:  <201401232133.s0NLXfOf049970@gromit.timing.com>
Resent-Message-ID: <201401232140.s0NLe1OT027754@freefall.freebsd.org>

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

>Number:         186053
>Category:       ports
>Synopsis:       [PATCH] graphics/py27-cairo: support staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 23 21:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     John Hein
>Release:        
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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