aboutsummaryrefslogtreecommitdiff
path: root/audio/rosegarden
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-02 15:41:47 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-02 15:41:47 +0000
commit99d6d12a388dab91f415ddebd52c6a57e3a6347a (patch)
treedecf1f7754d8060ee740cd0c0edc9a51c04a0ec1 /audio/rosegarden
parent577806de96b111cab272c48a686bcca681cc6d4d (diff)
downloadports-99d6d12a388dab91f415ddebd52c6a57e3a6347a.tar.gz
ports-99d6d12a388dab91f415ddebd52c6a57e3a6347a.zip
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
Notes
Notes: svn path=/head/; revision=486467
Diffstat (limited to 'audio/rosegarden')
-rw-r--r--audio/rosegarden/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 3b2463d0a436..c77c972bc98d 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rosegarden
PORTVERSION= 17.04
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
@@ -30,7 +30,7 @@ USES= alias cmake:outsource desktop-file-utils localbase:ldflags \
OPTIONS_DEFINE= LIRC
OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= QT4 QT5
-OPTIONS_DEFAULT= QT4
+OPTIONS_DEFAULT= QT5
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
LIRC_CMAKE_ON= -DENABLE_LIRC:BOOL=ON
@@ -45,4 +45,11 @@ QT5_USE= qt=network,printsupport,testlib,widgets,xml \
QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON
TOOLKIT_DESC= Qt toolkit
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MQT4}
+DEPRECATED= Qt4 has been EOL since december 2015
+EXPIRATION_DATE= 2019-03-15
+.endif
+
.include <bsd.port.mk>