Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 00:33:08 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187868: [PATCH] games/linux-spheresofchaos-demo: Stage
Message-ID:  <15905120447284259170.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403232240.s2NMe1M8054579@freefall.freebsd.org>

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

>Number:         187868
>Category:       ports
>Synopsis:       [PATCH] games/linux-spheresofchaos-demo: Stage
>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:   Sun Mar 23 22:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #6: Wed Mar 19 11:02:48 EET 2014
>Description:
- Stagify

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

--- linux-spheresofchaos-demo-2.06.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 348896)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spheresofchaos
 PORTVERSION=	2.06
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games linux
 MASTER_SITES=	http://people.FreeBSD.org/~roam/games/ \
 		${MASTER_SITE_LOCAL}
@@ -18,15 +18,14 @@
 DEPRECATED=	No more public distfiles
 EXPIRATION_DATE=	2014-03-10
 
-USES=		zip
+USES=	zip
 USE_LINUX=	yes
 USE_LINUX_APPS=	sdl12
 
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/Chaosl ${PREFIX}/bin
-	${BRANDELF} -t Linux ${PREFIX}/bin/Chaosl
+	${BRANDELF} -t Linux ${WRKDIR}/Chaosl
+	${INSTALL_PROGRAM} ${WRKDIR}/Chaosl ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>
--- linux-spheresofchaos-demo-2.06.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?15905120447284259170.enqueue>