From 99d6d12a388dab91f415ddebd52c6a57e3a6347a Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 2 Dec 2018 15:41:47 +0000 Subject: 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 --- editors/tea/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'editors/tea') diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 7aa23033fd28..5fc8f85f515f 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -18,7 +18,7 @@ OPTIONS_SINGLE_TOOLKITS= QT4 QT5 OPTIONS_DEFINE= DOCS OPTIONS_GROUP= SPELL OPTIONS_GROUP_SPELL= ASPELL HUNSPELL -OPTIONS_DEFAULT= QT4 ASPELL HUNSPELL +OPTIONS_DEFAULT= QT5 ASPELL HUNSPELL USE_GL= gl USE_LOCALE= en_US.UTF-8 @@ -45,6 +45,13 @@ ASPELL_QMAKE_OFF= CONFIG+=noaspell HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_QMAKE_OFF= CONFIG+=nohunspell +.include + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tea ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/icons/tea_icon_v2.png ${STAGEDIR}${PREFIX}/share/pixmaps -- cgit v1.2.3