Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 04:42:49 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318640 - head/lang/python33
Message-ID:  <201305210442.r4L4gn3d011316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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