aboutsummaryrefslogtreecommitdiff
path: root/editors/mp
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 15:52:15 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 15:52:15 +0000
commit1b2adb805b539f34292a616738c6d9cadfe1a66e (patch)
tree857a7bef02638e5c9d67aa649c82cbce584701a8 /editors/mp
parent7b4b39ae1feebfc5ad7422687ac20ebd0a3d6910 (diff)
downloadports-1b2adb805b539f34292a616738c6d9cadfe1a66e.tar.gz
ports-1b2adb805b539f34292a616738c6d9cadfe1a66e.zip
editors/mp: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=495891
Diffstat (limited to 'editors/mp')
-rw-r--r--editors/mp/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile
index 7375a7afdee4..428c00088572 100644
--- a/editors/mp/Makefile
+++ b/editors/mp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mp
DISTVERSION= 5.2.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= http://triptico.com/download/mp/
@@ -30,7 +30,7 @@ DATADIR= ${PREFIX}/share/mp-5
OPTIONS_DEFINE= DOCS NLS PCRE
OPTIONS_SINGLE= GUI
-OPTIONS_SINGLE_GUI= ANSI GTK2 GTK3 NCURSES QT4 QT5
+OPTIONS_SINGLE_GUI= ANSI GTK2 GTK3 NCURSES QT5
OPTIONS_DEFAULT= NCURSES PCRE
OPTIONS_SUB= yes
@@ -53,11 +53,6 @@ NCURSES_USES= ncurses
NCURSES_CONFIGURE_WITH= curses
NCURSES_CFLAGS= -I${NCURSESBASE}/include
-QT4_USES= qmake:no_env qt:4
-QT4_USE= qt=corelib,gui,moc_build \
- xorg=x11
-QT4_CONFIGURE_WITH= qt4
-
QT5_USES= compiler:c++11-lang qmake:no_env qt:5
QT5_USE= cxxstd=-std=c++11 \
gl=gl \
@@ -85,11 +80,6 @@ CONFIGURE_ARGS+=--with-moc=${MOC}
CONFIGURE_ENV+= CCLINK="${CXX}"
.endif
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
-
post-patch:
.for i in mpdm/mpdm.h mpsl/mpsl_d.c
@${REINPLACE_CMD} -e \