svn commit: r360826 - in head/x11-toolkits: py-wxPython-common py-wxPython30

William Grzybowski wg at FreeBSD.org
Sat Jul 5 21:54:03 UTC 2014


Author: wg
Date: Sat Jul  5 21:54:02 2014
New Revision: 360826
URL: http://svnweb.freebsd.org/changeset/ports/360826
QAT: https://qat.redports.org/buildarchive/r360826/

Log:
  x11-toolkits/py-wxPython-common: fix python compile to use non-stage path

Modified:
  head/x11-toolkits/py-wxPython-common/Makefile
  head/x11-toolkits/py-wxPython30/Makefile

Modified: head/x11-toolkits/py-wxPython-common/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython-common/Makefile	Sat Jul  5 21:49:51 2014	(r360825)
+++ head/x11-toolkits/py-wxPython-common/Makefile	Sat Jul  5 21:54:02 2014	(r360826)
@@ -1,4 +1,6 @@
 # $FreeBSD$
+
+PORTREVISION=		1
 WITH_WXVERSION_ONLY=	yes
 
 MASTERDIR=	${.CURDIR}/../py-wxPython30

Modified: head/x11-toolkits/py-wxPython30/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython30/Makefile	Sat Jul  5 21:49:51 2014	(r360825)
+++ head/x11-toolkits/py-wxPython30/Makefile	Sat Jul  5 21:54:02 2014	(r360826)
@@ -25,8 +25,8 @@ PKGNAMESUFFIX=	-common
 PYTHON_PY3K_PLIST_HACK=	yes
 
 do-build:
-	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion
-	${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion
+	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion
+	${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}


More information about the svn-ports-all mailing list