From 2974f60ed27e8b0cf90e0a9f1641d2fb050a0f67 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 16 Mar 2019 15:52:46 +0000 Subject: editors/texmacs: remove QT4 option (Qt4 deprecation) Approved by: portmgr (implicit) --- editors/texmacs/Makefile | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'editors/texmacs') 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 - -.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|^|#| ; \ -- cgit v1.2.3