svn commit: r317412 - in head/devel/scons: . files

Eitan Adler eadler at FreeBSD.org
Sun May 5 13:49:12 UTC 2013


Author: eadler
Date: Sun May  5 13:49:11 2013
New Revision: 317412
URL: http://svnweb.freebsd.org/changeset/ports/317412

Log:
  Make scons usable with PYTHON_DEFAULT_VERSION=python3.3
  
  Reviewed by:	Roland Smith <rsmith at xs4all.nl>
  Approved by:	maintainer timeout (2 weeks)

Added:
  head/devel/scons/files/patch-script__scons   (contents, props changed)
Modified:
  head/devel/scons/Makefile

Modified: head/devel/scons/Makefile
==============================================================================
--- head/devel/scons/Makefile	Sun May  5 13:26:39 2013	(r317411)
+++ head/devel/scons/Makefile	Sun May  5 13:49:11 2013	(r317412)
@@ -25,6 +25,8 @@ PYDISTUTILS_EGGINFODIR=	${PREFIX}/lib/sc
 
 PLIST_SUB+=	SCONS_VER=${PORTVERSION}
 
+USE_PYTHON=	-2.7
+
 .include <bsd.port.pre.mk>
 
 .if defined (NO_INSTALL_MANPAGES)

Added: head/devel/scons/files/patch-script__scons
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/scons/files/patch-script__scons	Sun May  5 13:49:11 2013	(r317412)
@@ -0,0 +1,8 @@
+--- ./script/scons.orig	2013-04-19 23:35:11.656613793 -0400
++++ ./script/scons	2013-04-19 23:35:16.127614561 -0400
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#! /usr/bin/env python2
+ #
+ # SCons - a Software Constructor
+ #


More information about the svn-ports-all mailing list