Bug 187861 - [PATCH] games/linux-skulltag: Stage
Summary: [PATCH] games/linux-skulltag: Stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-23 22:30 UTC by Johannes Meixner
Modified: 2014-08-11 13:05 UTC (History)
2 users (show)

See Also:


Attachments
skulltag-0.9.8a.patch (2.11 KB, patch)
2014-03-23 22:30 UTC, Johannes Meixner
no flags Details | Diff
linux-skulltag-0.9.8a.patch (2.93 KB, patch)
2014-03-23 23:14 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-23 22:30:00 UTC
- Stagify

Port maintainer (edwin@mavetju.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-23 23:12:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-23 23:12:49 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-23 23:12:49 UTC
Maintainer of games/linux-skulltag,

Please note that PR ports/187861 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187861

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Johannes Meixner 2014-03-23 23:14:21 UTC
Description:
- Add linux- prefix to package name

Responsible committer (edwin@mavetju.org; freebsd-ports-bugs@freebsd.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-05-11 06:59:21 UTC
Author: edwin
Date: Sun May 11 05:59:17 2014
New Revision: 353647
URL: http://svnweb.freebsd.org/changeset/ports/353647
QAT: https://qat.redports.org/buildarchive/r353647/

Log:
  Stagify
  
  PR:		187861
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net>

Modified:
  head/games/linux-skulltag/Makefile

Modified: head/games/linux-skulltag/Makefile
==============================================================================
--- head/games/linux-skulltag/Makefile	Sun May 11 05:54:05 2014	(r353646)
+++ head/games/linux-skulltag/Makefile	Sun May 11 05:59:17 2014	(r353647)
@@ -3,7 +3,7 @@
 
 PORTNAME=	skulltag
 PORTVERSION=	0.9.8a
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	http://skulltag.net/download/files/release/
 DISTFILES=	st-v098a_linux-base.tar.bz2 st-v098a_linux-x86.tar.bz2
@@ -21,25 +21,18 @@ NO_BUILD=	yes
 
 SUB_FILES=	skulltag.sh pkg-message
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/skulltag ${PREFIX}/bin/skulltag.bin
-	${INSTALL_PROGRAM} ${WRKDIR}/skulltag-server ${PREFIX}/bin/
-	${INSTALL_SCRIPT} ${WRKDIR}/skulltag.sh ${PREFIX}/bin/skulltag
-	${MKDIR} ${PREFIX}/share/games/skulltag
-	${MKDIR} ${PREFIX}/share/games/skulltag/skins
-	${MKDIR} ${PREFIX}/share/games/skulltag/announcer
-	for f in ${WRKDIR}/announcer/*; do ${INSTALL_DATA} $${f} ${PREFIX}/share/games/skulltag/announcer; done
-	for f in ${WRKDIR}/skins/*; do ${INSTALL_DATA} $${f} ${PREFIX}/share/games/skulltag/skins; done
-	for f in liboutput_sdl.so libsnes_spc.so skulltag.pk3 skulltag_data.pk3; do ${INSTALL_DATA} ${WRKDIR}/$${f} ${PREFIX}/share/games/skulltag; done
+	${INSTALL_PROGRAM} ${WRKDIR}/skulltag ${STAGEDIR}${PREFIX}/bin/skulltag.bin
+	${INSTALL_PROGRAM} ${WRKDIR}/skulltag-server ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKDIR}/skulltag.sh ${STAGEDIR}${PREFIX}/bin/skulltag
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/games/skulltag
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/games/skulltag/skins
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/games/skulltag/announcer
+	for f in ${WRKDIR}/announcer/*; do ${INSTALL_DATA} $${f} ${STAGEDIR}${PREFIX}/share/games/skulltag/announcer; done
+	for f in ${WRKDIR}/skins/*; do ${INSTALL_DATA} $${f} ${STAGEDIR}${PREFIX}/share/games/skulltag/skins; done
+	for f in liboutput_sdl.so libsnes_spc.so skulltag.pk3 skulltag_data.pk3; do ${INSTALL_DATA} ${WRKDIR}/$${f} ${STAGEDIR}${PREFIX}/share/games/skulltag; done
 
 post-install:
 	${CAT} ${WRKDIR}/pkg-message
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000
-IGNORE=	Needs the newer FreeBSD 8.0 Linuxolator
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"