From owner-svn-ports-head@FreeBSD.ORG Tue May 21 04:42:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BAE06797; Tue, 21 May 2013 04:42:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AAEFDE8E; Tue, 21 May 2013 04:42:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4L4gnoN011317; Tue, 21 May 2013 04:42:49 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4L4gn3d011316; Tue, 21 May 2013 04:42:49 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201305210442.r4L4gn3d011316@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Tue, 21 May 2013 04:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318640 - head/lang/python33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 04:42:49 -0000 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