svn commit: r329154 - in head/graphics: py-cairo py3-cairo
Koop Mast
kwm at FreeBSD.org
Thu Oct 3 07:29:53 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list