svn commit: r495885 - head/emulators/yabause
Tobias C. Berner
tcberner at FreeBSD.org
Sat Mar 16 15:38:17 UTC 2019
Author: tcberner
Date: Sat Mar 16 15:38:16 2019
New Revision: 495885
URL: https://svnweb.freebsd.org/changeset/ports/495885
Log:
emulators/yabause: remove QT4 option (Qt4 deprecation)
- untested as marked broken
Approved by: portmgr (implicit)
Modified:
head/emulators/yabause/Makefile
Modified: head/emulators/yabause/Makefile
==============================================================================
--- head/emulators/yabause/Makefile Sat Mar 16 15:24:12 2019 (r495884)
+++ head/emulators/yabause/Makefile Sat Mar 16 15:38:16 2019 (r495885)
@@ -3,7 +3,7 @@
PORTNAME= yabause
PORTVERSION= 0.9.14
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF
@@ -25,17 +25,13 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= SDL2
OPTIONS_SINGLE= GUI
-OPTIONS_SINGLE_GUI= GTK2 QT4 QT5
+OPTIONS_SINGLE_GUI= GTK2 QT5
OPTIONS_DEFAULT= QT5
GTK2_LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
GTK2_USE= gnome=gtk20
GTK2_CMAKE_ON= -DYAB_PORTS:STRING=gtk
GTK2_CMAKE_OFF= -DYAB_PORTS:STRING=qt
-QT4_USES= qt:4
-QT4_USE= qt=corelib,gui,opengl \
- qt=moc_build,qmake_build,rcc_build,uic_build
-QT4_CMAKE_ON= -DQt5_FOUND:BOOL=OFF
QT5_USES= qt:5
QT5_USE= qt=core,gui,opengl \
qt=buildtools_build,qmake_build
@@ -44,11 +40,6 @@ SDL2_USE= sdl=sdl2
SDL2_USE_OFF= sdl=sdl
.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
.if ${PORT_OPTIONS:MQT5}
BROKEN= does not compile
More information about the svn-ports-all
mailing list