aboutsummaryrefslogtreecommitdiffstats
path: root/games/pioneer/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-01-21 12:16:50 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-01-21 12:16:50 +0800
commita8cba710866c5e1fc3b01568bab8017a68ae0f99 (patch)
tree2bac5b03792c51d21bc3124adc754ce76ca5a5a9 /games/pioneer/Makefile
parent79696bbd63028c63f19bc6dcc648c88f849a3e32 (diff)
downloadfreebsd-ports-gnome-a8cba710866c5e1fc3b01568bab8017a68ae0f99.tar.gz
freebsd-ports-gnome-a8cba710866c5e1fc3b01568bab8017a68ae0f99.tar.zst
freebsd-ports-gnome-a8cba710866c5e1fc3b01568bab8017a68ae0f99.zip
- Update to 20141230
PR: 196373 Submitted by: lightside@gmx.com (maintainer)
Diffstat (limited to 'games/pioneer/Makefile')
-rw-r--r--games/pioneer/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile
index 534fc34c6a56..5e21da949d20 100644
--- a/games/pioneer/Makefile
+++ b/games/pioneer/Makefile
@@ -3,7 +3,6 @@
PORTNAME= pioneer
PORTVERSION= 0.0.${GH_TAGNAME}
-PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}${EXTRACT_SUFX}?dummy=/
@@ -39,13 +38,11 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
GH_ACCOUNT= pioneerspacesim
GH_PROJECT= ${PORTNAME}
-GH_TAGNAME= 20141128
+GH_TAGNAME= 20141230
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}
-USES= gmake pkgconfig
-USE_AUTOTOOLS= aclocal autoconf automake
-AUTOMAKE_ARGS= --add-missing
+USES= autoreconf gmake pkgconfig
USE_GL= gl
USE_SDL= image2 sdl2
@@ -55,7 +52,7 @@ CONFIGURE_ARGS= --with-version="${GH_TAGNAME}"
EXTRACT_AFTER_ARGS= --exclude .gitignore
PORTDATA= data
-PORTDOCS= AUTHORS.txt Changelog.txt Modelviewer.txt Quickstart.txt README.txt
+PORTDOCS= AUTHORS.txt Changelog.txt Modelviewer.txt Quickstart.txt README.md
PLIST_FILES= bin/${PORTNAME} \
share/pixmaps/${PORTNAME}.png
@@ -93,9 +90,6 @@ post-patch: .SILENT
${WRKSRC}/configure.ac
${REINPLACE_CMD} -e 's/modelviewer/${PORTNAME} -modelviewer/' \
${WRKSRC}/Modelviewer.txt
-# Use "unsigned int" type for std::max matching function
- ${REINPLACE_CMD} -e 's/int m_atlasVIncrement/unsigned &/' \
- ${WRKSRC}/src/text/TextureFont.h
.if !${PORT_OPTIONS:MMODELCOMPILER}
${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \
${WRKSRC}/src/Makefile.am