svn commit: r318640 - head/lang/python33

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue May 21 04:42:49 UTC 2013


Author: rm
Date: Tue May 21 04:42:48 2013
New Revision: 318640
URL: http://svnweb.freebsd.org/changeset/ports/318640

Log:
  Using GNU make to build this port now, because people reporting various
  build problems with pmake, that's cannot be reproduced reliable. There is
  also upstream bug-report [1]. The solution is suggested by Marcus von Appen.
  PORTREVISION isn't bumped, because there is no need in gmake for people
  that already built python33 successfully.
  
  Reported by:    many
  Submitted by:	mva (by mail)
  Tested by:  demon

Modified:
  head/lang/python33/Makefile

Modified: head/lang/python33/Makefile
==============================================================================
--- head/lang/python33/Makefile	Tue May 21 03:52:32 2013	(r318639)
+++ head/lang/python33/Makefile	Tue May 21 04:42:48 2013	(r318640)
@@ -22,6 +22,7 @@ USE_LDCONFIG=	yes
 INSTALL_TARGET=	altinstall
 MAN1=		${PYTHON_VERSION}.1
 
+USE_GMAKE=	yes
 USE_XZ=		yes
 USE_PYTHON=	yes
 PYTHON_VERSION=	python3.3


More information about the svn-ports-all mailing list