From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 23 21:34:17 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05AE721C; Thu, 23 Jan 2014 21:34:17 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id CDFC51E4F; Thu, 23 Jan 2014 21:34:16 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s0NLY7gh037950; Thu, 23 Jan 2014 14:34:07 -0700 (MST) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s0NLXf3d049971; Thu, 23 Jan 2014 14:33:41 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s0NLXfOf049970; Thu, 23 Jan 2014 14:33:41 -0700 (MST) (envelope-from jhein) Date: Thu, 23 Jan 2014 14:33:41 -0700 (MST) Message-Id: <201401232133.s0NLXfOf049970@gromit.timing.com> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] graphics/py27-cairo: support staging From: John Hein X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 21:34:17 -0000 >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 --- py27-cairo-1.10.0_1.patch ends here ---