Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 15:52:46 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495892 - head/editors/texmacs
Message-ID:  <201903161552.x2GFqk4e075991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 16 15:52:46 2019
New Revision: 495892
URL: https://svnweb.freebsd.org/changeset/ports/495892

Log:
  editors/texmacs: remove QT4 option (Qt4 deprecation)
  
  Approved by:	portmgr (implicit)

Modified:
  head/editors/texmacs/Makefile

Modified: head/editors/texmacs/Makefile
==============================================================================
--- head/editors/texmacs/Makefile	Sat Mar 16 15:52:15 2019	(r495891)
+++ head/editors/texmacs/Makefile	Sat Mar 16 15:52:46 2019	(r495892)
@@ -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 ambigu
 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/
 
 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,23 +57,8 @@ 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903161552.x2GFqk4e075991>