From owner-svn-ports-head@freebsd.org Thu Sep 29 01:52:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27147C0098E; Thu, 29 Sep 2016 01:52:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4F76172F; Thu, 29 Sep 2016 01:52:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8T1q63l049295; Thu, 29 Sep 2016 01:52:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8T1q5gu049292; Thu, 29 Sep 2016 01:52:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609290152.u8T1q5gu049292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 29 Sep 2016 01:52:05 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 01:52:07 -0000 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