svn commit: r374554 - head/games/pioneer

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 11 23:06:10 UTC 2014


Author: amdmi3
Date: Thu Dec 11 23:06:09 2014
New Revision: 374554
URL: https://svnweb.freebsd.org/changeset/ports/374554
QAT: https://qat.redports.org/buildarchive/r374554/

Log:
  - Fix build with new freetype
  
  PR:		195895
  Submitted by:	lightside at gmx.com (maintainer)

Modified:
  head/games/pioneer/Makefile

Modified: head/games/pioneer/Makefile
==============================================================================
--- head/games/pioneer/Makefile	Thu Dec 11 23:05:50 2014	(r374553)
+++ head/games/pioneer/Makefile	Thu Dec 11 23:06:09 2014	(r374554)
@@ -4,7 +4,7 @@
 PORTNAME=	pioneer
 PORTVERSION=	0.0.${GH_TAGNAME}
 CATEGORIES=	games
-MASTER_SITES=	http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/
+MASTER_SITES=	http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}${EXTRACT_SUFX}?dummy=/
 
 MAINTAINER=	lightside at gmx.com
 COMMENT=	Space adventure game set in the Milky Way galaxy
@@ -92,6 +92,9 @@ 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


More information about the svn-ports-head mailing list