Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Mar 2014 18:22:58 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gavin@16degrees.com.au
Subject:   ports/187167: [PATCH] devel/scons: add license and various fixes
Message-ID:  <20140301102258.88F5C44A7@sunpoet.net>
Resent-Message-ID: <201403011030.s21AU1fS055270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187167
>Category:       ports
>Synopsis:       [PATCH] devel/scons: add license and various fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 01 10:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-STABLE FreeBSD 10.0-STABLE #0 r261402: Mon Feb  3 22:35:15
>Description:
- Add LICENSE
- Remove RUN_DEPENDS: lang/python2 was already added by bsd.python.mk
- Remove duplicate USE_PYTHON
- Use += instead of =
- Remove contiguous blank lines

Port maintainer (gavin@16degrees.com.au) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- scons-2.3.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346610)
+++ Makefile	(working copy)
@@ -9,17 +9,14 @@
 MAINTAINER=	gavin@16degrees.com.au
 COMMENT=	Build tool alternative to make
 
-RUN_DEPENDS+=	python2:${PORTSDIR}/lang/python2
+LICENSE=	MIT
 
-USE_PYTHON=	yes
+USE_PYTHON=	2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_SUB+=	SCONS_VER=${PORTVERSION}
+PLIST_SUB=	SCONS_VER=${PORTVERSION}
 
-USE_PYTHON=	2
-
-
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's,distutils\.command\.install$$,setuptools\.command\.install,' \
--- scons-2.3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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