Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 16:10:06 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348095 - head/x11-toolkits/gigi
Message-ID:  <201403131610.s2DGA6Rg066949@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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