Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2016 16:21:44 +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: r423674 - in head/emulators: ppsspp ppsspp-qt4 ppsspp-qt5
Message-ID:  <201610101621.u9AGLiqW057116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Oct 10 16:21:44 2016
New Revision: 423674
URL: https://svnweb.freebsd.org/changeset/ports/423674

Log:
  emulators/ppsspp: unbreak _OFF helpers after r422825

Modified:
  head/emulators/ppsspp-qt4/Makefile   (contents, props changed)
  head/emulators/ppsspp-qt5/Makefile   (contents, props changed)
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp-qt4/Makefile
==============================================================================
--- head/emulators/ppsspp-qt4/Makefile	Mon Oct 10 16:20:05 2016	(r423673)
+++ head/emulators/ppsspp-qt4/Makefile	Mon Oct 10 16:21:44 2016	(r423674)
@@ -7,7 +7,4 @@ MASTERDIR=	${.CURDIR}/../ppsspp
 
 OPTIONS_SLAVE=	QT4
 
-# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
-do-install-QT4-on:	do-install-SDL-off
-
 .include "${MASTERDIR}/Makefile"

Modified: head/emulators/ppsspp-qt5/Makefile
==============================================================================
--- head/emulators/ppsspp-qt5/Makefile	Mon Oct 10 16:20:05 2016	(r423673)
+++ head/emulators/ppsspp-qt5/Makefile	Mon Oct 10 16:21:44 2016	(r423674)
@@ -7,7 +7,4 @@ MASTERDIR=	${.CURDIR}/../ppsspp
 
 OPTIONS_SLAVE=	QT5
 
-# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
-do-install-QT5-on:	do-install-SDL-off
-
 .include "${MASTERDIR}/Makefile"

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Mon Oct 10 16:20:05 2016	(r423673)
+++ head/emulators/ppsspp/Makefile	Mon Oct 10 16:21:44 2016	(r423674)
@@ -47,7 +47,7 @@ DESKTOP_ENTRIES="PPSSPP" \
 OPTIONS_SINGLE=	GUI
 OPTIONS_SINGLE_GUI=	QT4 QT5 SDL
 OPTIONS_SLAVE?=	SDL
-OPTIONS_EXCLUDE=	${OPTIONS_SINGLE_GUI}
+OPTIONS_EXCLUDE:=	${OPTIONS_SINGLE_GUI}
 
 QT4_USES=	qmake:outsource
 QT4_USE=	QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl



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