svn commit: r348454 - head/games/tux-aqfh
Rusmir Dusko
nemysis at FreeBSD.org
Mon Mar 17 09:26:50 UTC 2014
Author: nemysis
Date: Mon Mar 17 09:26:49 2014
New Revision: 348454
URL: http://svnweb.freebsd.org/changeset/ports/348454
QAT: https://qat.redports.org/buildarchive/r348454/
Log:
- Remove #USE_GCC=yes, forgotten in previous commit
- Don't silence warnings
- Change REINPLACE, cosmetical changes
Modified:
head/games/tux-aqfh/Makefile
Modified: head/games/tux-aqfh/Makefile
==============================================================================
--- head/games/tux-aqfh/Makefile Mon Mar 17 09:26:43 2014 (r348453)
+++ head/games/tux-aqfh/Makefile Mon Mar 17 09:26:49 2014 (r348454)
@@ -22,7 +22,6 @@ USES= gmake
USE_GL= glut
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-plib=${LOCALBASE}
-#USE_GCC= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS}
@@ -36,20 +35,20 @@ DOCSRCDIR2= ${WRKSRC}/doc
DOCSDIR2= ${DOCSDIR}/doc
DOC_FILES2= *.png *.html
+OPTIONS_DEFINE= DOCS
+
DESKTOP_ENTRIES="Tuxedo The Penguin: A Quest for Herring" "" ${PORTNAME} \
"${PORTNAME}" "Game;SportsGame;" ""
-OPTIONS_DEFINE= DOCS
-
post-patch:
@${REINPLACE_CMD} -e \
- 's|-lplibul|-lplibul -lplibjs| ; \
- s|-O6 -Wall|-w|g ; \
- s|-lpthread|| ; \
+ 's|-lplibul|-lplibul -lplibjs|; \
+ s|-O6 -Wall||; \
+ s|-lpthread||; \
s|datadir/games|datadir|' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|$$(prefix)/games|@bindir@|g ; \
- s|$$(datadir)/games|$$(datadir)|g'
+ 's|$$(prefix)/games|@bindir@|; \
+ s|$$(datadir)/games|$$(datadir)|'
@${REINPLACE_CMD} -e 's|doc contrib| contrib|' \
${WRKSRC}/Makefile.in
More information about the svn-ports-all
mailing list