svn commit: r355915 - head/games/atanks

John Marino marino at FreeBSD.org
Fri May 30 21:27:52 UTC 2014


Author: marino
Date: Fri May 30 21:27:51 2014
New Revision: 355915
URL: http://svnweb.freebsd.org/changeset/ports/355915
QAT: https://qat.redports.org/buildarchive/r355915/

Log:
  games/atanks: Unbreak on F8, F9, DF and fix plist
  
  The C++ compiler was harcoded to clang++ and the plist wasn't complete.

Modified:
  head/games/atanks/Makefile
  head/games/atanks/pkg-plist

Modified: head/games/atanks/Makefile
==============================================================================
--- head/games/atanks/Makefile	Fri May 30 21:14:52 2014	(r355914)
+++ head/games/atanks/Makefile	Fri May 30 21:27:51 2014	(r355915)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	liballeg.so:${PORTSDIR}/dev
 
 USES=		gmake
 MAKE_ARGS+=	PREFIX=${PREFIX}/
+MAKE_ARGS+=	CC=${CC} CPP=${CXX} LD=${LD}
 PATCH_DEBUG=	1
 
 PORTDOCS=	Changelog README README_ru.txt credits.txt

Modified: head/games/atanks/pkg-plist
==============================================================================
--- head/games/atanks/pkg-plist	Fri May 30 21:14:52 2014	(r355914)
+++ head/games/atanks/pkg-plist	Fri May 30 21:27:51 2014	(r355915)
@@ -289,3 +289,7 @@ share/pixmaps/atanks.png
 @dirrm %%DATADIR%%/misc
 @dirrm %%DATADIR%%/button
 @dirrm %%DATADIR%%
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons


More information about the svn-ports-all mailing list