Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 01:52:05 +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: r422899 - in head/emulators: ppsspp ppsspp-qt4 ppsspp-qt5
Message-ID:  <201609290152.u8T1q5gu049292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Sep 29 01:52:05 2016
New Revision: 422899
URL: https://svnweb.freebsd.org/changeset/ports/422899

Log:
  emulators/ppsspp: hide QT* options in master port
  
  Pointyhat to:	jbeich (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	Thu Sep 29 01:31:26 2016	(r422898)
+++ head/emulators/ppsspp-qt4/Makefile	Thu Sep 29 01:52:05 2016	(r422899)
@@ -6,7 +6,6 @@ PKGNAMESUFFIX=	-qt4
 MASTERDIR=	${.CURDIR}/../ppsspp
 
 OPTIONS_SLAVE=	QT4
-OPTIONS_EXCLUDE=${OPTIONS_SINGLE_GUI}
 
 # XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
 do-install-QT4-on:	do-install-SDL-off

Modified: head/emulators/ppsspp-qt5/Makefile
==============================================================================
--- head/emulators/ppsspp-qt5/Makefile	Thu Sep 29 01:31:26 2016	(r422898)
+++ head/emulators/ppsspp-qt5/Makefile	Thu Sep 29 01:52:05 2016	(r422899)
@@ -6,7 +6,6 @@ PKGNAMESUFFIX=	-qt5
 MASTERDIR=	${.CURDIR}/../ppsspp
 
 OPTIONS_SLAVE=	QT5
-OPTIONS_EXCLUDE=${OPTIONS_SINGLE_GUI}
 
 # XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
 do-install-QT5-on:	do-install-SDL-off

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Thu Sep 29 01:31:26 2016	(r422898)
+++ head/emulators/ppsspp/Makefile	Thu Sep 29 01:52:05 2016	(r422899)
@@ -3,7 +3,7 @@
 PORTNAME=	ppsspp
 DISTVERSIONPREFIX=	v
 DISTVERSION?=	1.3
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	emulators
 # XXX Get from Debian once #697821 lands
 MASTER_SITES=	https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage
@@ -44,10 +44,10 @@ DESKTOP_ENTRIES="PPSSPP" \
 		"Game;Emulator;" \
 		""
 
-OPTIONS_DEFAULT=QT5
 OPTIONS_SINGLE=	GUI
 OPTIONS_SINGLE_GUI=	QT4 QT5 SDL
 OPTIONS_SLAVE?=	SDL
+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?201609290152.u8T1q5gu049292>