From e9e7b60c26b396d9af8ec8ba10cd22ed70e617f9 Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 13 Mar 2014 16:10:06 +0000 Subject: 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 --- x11-toolkits/gigi/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 0f2fc507c9bd..dfe7ff4c51f1 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -16,6 +16,10 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ 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 -- cgit