svn commit: r493826 - head/graphics/klatexformula

Mark Linimon linimon at FreeBSD.org
Mon Feb 25 00:35:41 UTC 2019


Author: linimon
Date: Mon Feb 25 00:35:40 2019
New Revision: 493826
URL: https://svnweb.freebsd.org/changeset/ports/493826

Log:
  Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
  
  Additionaly, this ports seems to have been erronously marked as deprecated
  because of using Qt4. However, it uses Qt5, so undeprecate it.
  
  PR:		235674
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/klatexformula/Makefile

Modified: head/graphics/klatexformula/Makefile
==============================================================================
--- head/graphics/klatexformula/Makefile	Mon Feb 25 00:14:58 2019	(r493825)
+++ head/graphics/klatexformula/Makefile	Mon Feb 25 00:35:40 2019	(r493826)
@@ -11,12 +11,9 @@ COMMENT=	Convert LaTeX formula to image
 
 LICENSE=	GPLv2
 
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-
 BUILD_DEPENDS=	help2man:misc/help2man
 
-USES=		cmake desktop-file-utils ghostscript:run \
+USES=		cmake compiler:c++11-lang desktop-file-utils ghostscript:run \
 		qt:5 shared-mime-info tar:bzip2 localbase
 USE_QT=		core dbus gui sql svg widgets x11extras xml \
 		buildtools_build designer_build linguisttools_build \


More information about the svn-ports-all mailing list