svn commit: r424136 - in head: emulators/ppsspp games/aquaria

Jan Beich jbeich at FreeBSD.org
Mon Oct 17 17:58:34 UTC 2016


Author: jbeich
Date: Mon Oct 17 17:58:32 2016
New Revision: 424136
URL: https://svnweb.freebsd.org/changeset/ports/424136

Log:
  Drop r339003/r339004 cargo cult in my ports
  
  Ninja is only fast for incremental builds, not after clobber. To keep
  using it define CMAKE_NINJA in make.conf.

Modified:
  head/emulators/ppsspp/Makefile   (contents, props changed)
  head/games/aquaria/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Mon Oct 17 17:47:51 2016	(r424135)
+++ head/emulators/ppsspp/Makefile	Mon Oct 17 17:58:32 2016	(r424136)
@@ -53,7 +53,7 @@ QT4_USES=	qmake:outsource
 QT4_USE=	QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl
 QT5_USES=	qmake:outsource
 QT5_USE=	QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets
-SDL_USES=	cmake:outsource ninja
+SDL_USES=	cmake:outsource
 SDL_BUILD_DEPENDS=	png>=1.6:graphics/png
 SDL_LIB_DEPENDS=	libpng.so:graphics/png
 SDL_VARS=	PORTDATA+="assets ${PORTNAME}"

Modified: head/games/aquaria/Makefile
==============================================================================
--- head/games/aquaria/Makefile	Mon Oct 17 17:47:51 2016	(r424135)
+++ head/games/aquaria/Makefile	Mon Oct 17 17:58:32 2016	(r424136)
@@ -21,7 +21,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	AquariaOSE
 GH_PROJECT=	Aquaria
 
-USES=		cmake lua:51 ninja openal pkgconfig
+USES=		cmake lua:51 openal pkgconfig
 EXCLUDE=	AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
 		libogg-* libvorbis-* lua-* tinyxml2*
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}


More information about the svn-ports-head mailing list