Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2013 13:49:11 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317412 - in head/devel/scons: . files
Message-ID:  <201305051349.r45DnBh8097630@svn.freebsd.org>

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



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