svn commit: r348095 - head/x11-toolkits/gigi
Oliver Lehmann
oliver at FreeBSD.org
Thu Mar 13 16:10:07 UTC 2014
Author: oliver
Date: Thu Mar 13 16:10:06 2014
New Revision: 348095
URL: http://svnweb.freebsd.org/changeset/ports/348095
QAT: https://qat.redports.org/buildarchive/r348095/
Log:
mark as BROKEN + DEPRECATED and set EXPIRATION_DATE
The upstream development has been stopped for more than 2.5 years
The port won't compile on FreeBSD 10 and I'm not going to fix this
With my upcomming commit of Ogre 1.9 and Clang migration it will break on all FreeBSD versions anyway
Modified:
head/x11-toolkits/gigi/Makefile
Modified: head/x11-toolkits/gigi/Makefile
==============================================================================
--- head/x11-toolkits/gigi/Makefile Thu Mar 13 16:07:38 2014 (r348094)
+++ head/x11-toolkits/gigi/Makefile Thu Mar 13 16:10:06 2014 (r348095)
@@ -16,6 +16,10 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphi
libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
libfreetype.so:${PORTSDIR}/print/freetype2
+BROKEN= Does not compile on 10 or higher
+DEPRECATED= Does not compile on 10 or higher
+EXPIRATION_DATE=2014-04-30
+
USE_GCC= yes
USES= cmake
CMAKE_ARGS= -DBUILD_TUTORIALS:BOOL=OFF
More information about the svn-ports-head
mailing list