svn commit: r489986 - head/graphics/opencsg

Michael Reifenberger mr at FreeBSD.org
Fri Jan 11 18:05:18 UTC 2019


Author: mr
Date: Fri Jan 11 18:05:17 2019
New Revision: 489986
URL: https://svnweb.freebsd.org/changeset/ports/489986

Log:
  Try to switch to qt5

Modified:
  head/graphics/opencsg/Makefile

Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile	Fri Jan 11 17:12:37 2019	(r489985)
+++ head/graphics/opencsg/Makefile	Fri Jan 11 18:05:17 2019	(r489986)
@@ -14,10 +14,7 @@ COMMENT=	Constructive Solid Geometry rendering library
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../license.txt
 
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-
-USES=		compiler:c++11-lang qmake qt:4
+USES=		compiler:c++11-lang qmake qt:5
 USE_GL=		gl glew
 USE_QT=		qmake_build
 WRKSRC=		${WRKDIR}/${DISTNAME}/src


More information about the svn-ports-head mailing list