aboutsummaryrefslogtreecommitdiff
path: root/editors/texmacs
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 15:52:46 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 15:52:46 +0000
commit2974f60ed27e8b0cf90e0a9f1641d2fb050a0f67 (patch)
treeed2e81ab9d8428cff538513c0c1c26af0e4540f2 /editors/texmacs
parent1b2adb805b539f34292a616738c6d9cadfe1a66e (diff)
downloadports-2974f60ed27e8b0cf90e0a9f1641d2fb050a0f67.tar.gz
ports-2974f60ed27e8b0cf90e0a9f1641d2fb050a0f67.zip
editors/texmacs: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=495892
Diffstat (limited to 'editors/texmacs')
-rw-r--r--editors/texmacs/Makefile22
1 files changed, 4 insertions, 18 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index e658709fff9b..95d5dbaf7945 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= texmacs
PORTVERSION= 1.99.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors print
MASTER_SITES= http://www.texmacs.org/Download/ftp/tmftp/source/
DISTNAME= TeXmacs-${PORTVERSION}-src
@@ -25,8 +25,9 @@ BROKEN_armv7= fails to compile: call to min is ambiguous
USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \
shared-mime-info shebangfix
USE_TEX= tex:run dvipsk:run
+USE_XORG= xext
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-optimize="${CXXFLAGS}"
+CONFIGURE_ARGS= --enable-optimize="${CXXFLAGS}" --disable-qt
MAKE_ARGS= CP="${CP} -R -f"
ALL_TARGET= ${PORTNAME:tu}
@@ -39,7 +40,7 @@ SHEBANG_FILES= plugins/asymptote/bin/* plugins/dratex/bin/* \
DATADIR= ${PREFIX}/share/TeXmacs
-OPTIONS_DEFINE= ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF QT4 SQLITE
+OPTIONS_DEFINE= ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF SQLITE
OPTIONS_DEFAULT=ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF SQLITE
OPTIONS_SUB= yes
@@ -56,24 +57,9 @@ IMLIB2_CONFIGURE_WITH= imlib2
PDF_CONFIGURE_ENABLE= pdf-renderer
PDF_LDFLAGS= -lz
PDF_IMPLIES= FREETYPE GHOSTSCRIPT
-QT4_USES= qt:4
-QT4_USE= qt=accessible,corelib,gui,imageformats \
- qt=moc_build,qmake_build,rcc_build,uic_build
-QT4_USE_OFF= xorg=xext
-QT4_CONFIGURE_ON= --with-qt=${PREFIX} --enable-qtpipes
-QT4_CONFIGURE_OFF= --disable-qt
-QT4_VARS= QT_PLUGINS_LIST="accessible imageformats"
-QT4_VARS_OFF= QT_PLUGINS_LIST=""
SQLITE_USES= sqlite
SQLITE_CONFIGURE_ON= --with-sqlite3
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
'/SVNREV\//s|^|#| ; \