Date: Mon, 25 Feb 2019 00:35:40 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493826 - head/graphics/klatexformula Message-ID: <201902250035.x1P0Zelr051285@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902250035.x1P0Zelr051285>