Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 07:29:53 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329154 - in head/graphics: py-cairo py3-cairo
Message-ID:  <201310030729.r937TrgK091134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Oct  3 07:29:52 2013
New Revision: 329154
URL: http://svnweb.freebsd.org/changeset/ports/329154

Log:
  Disable stage for now until I can figure out how to make it work with waf.
  
  Submitted by:	Kenta Suzumoto <kentas@hush.com>

Modified:
  head/graphics/py-cairo/Makefile
  head/graphics/py3-cairo/Makefile

Modified: head/graphics/py-cairo/Makefile
==============================================================================
--- head/graphics/py-cairo/Makefile	Thu Oct  3 07:29:27 2013	(r329153)
+++ head/graphics/py-cairo/Makefile	Thu Oct  3 07:29:52 2013	(r329154)
@@ -4,6 +4,7 @@
 
 PORTNAME=	cairo
 PORTVERSION=	1.10.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	http://cairographics.org/releases/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,8 +20,9 @@ USE_GNOME=	cairo
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	PYTHON=${LOCALBASE}/bin/python2 \
-		PREFIX=${STAGEDIR}${PREFIX}
+		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

Modified: head/graphics/py3-cairo/Makefile
==============================================================================
--- head/graphics/py3-cairo/Makefile	Thu Oct  3 07:29:27 2013	(r329153)
+++ head/graphics/py3-cairo/Makefile	Thu Oct  3 07:29:52 2013	(r329154)
@@ -4,6 +4,7 @@
 
 PORTNAME=	cairo
 PORTVERSION=	1.10.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	http://cairographics.org/releases/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ USE_GNOME=	cairo
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	PYTHON=${LOCALBASE}/bin/python3 \
-		PREFIX=${STAGEDIR}${PREFIX}
+		PREFIX=${PREFIX}
 
 python_OLD_CMD?=	/usr/bin/env python
 python_CMD?=		${LOCALBASE}/bin/python3



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