Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2016 17:58:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424136 - in head: emulators/ppsspp games/aquaria
Message-ID:  <201610171758.u9HHwXgD053765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/,}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610171758.u9HHwXgD053765>