Date: Sat, 18 Aug 2012 14:49:51 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jgh@FreeBSD.org Subject: ports/170739: [MAINTAINER] games/nelly: Makefile changed, Port require always DATA Message-ID: <20120818124955.1A8951065670@hub.freebsd.org> Resent-Message-ID: <201208181250.q7ICo9I0044112@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170739 >Category: ports >Synopsis: [MAINTAINER] games/nelly: Makefile changed, Port require always DATA >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 18 12:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Deleted why Port require always DATA -OPTIONS_DEFINE= DATA -OPTIONS_DEFAULT= DATA Here works better NOPORTDATA -.if ${PORT_OPTIONS:MDATA} +.if !defined (NOPORTDATA) Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- nelly-1.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/nelly/Makefile ./Makefile --- /usr/ports/games/nelly/Makefile 2012-08-10 05:20:10.000000000 +0200 +++ ./Makefile 2012-08-18 14:47:37.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= nelly PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://www.partiallydisassembled.net/nelly/ \ http://media.pyweek.org/dl/2/rushed/ @@ -17,9 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl -OPTIONS_DEFINE= DATA -OPTIONS_DEFAULT= DATA - USE_PYTHON_RUN= yes NO_BUILD= yes @@ -47,7 +45,7 @@ ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} # Data -.if ${PORT_OPTIONS:MDATA} +.if !defined (NOPORTDATA) . for d in fonts levels textures @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) . endfor --- nelly-1.0_1.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?20120818124955.1A8951065670>