From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 16:10:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14B102AC; Thu, 13 Mar 2014 16:10:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 023CCC35; Thu, 13 Mar 2014 16:10:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DGA6oU066950; Thu, 13 Mar 2014 16:10:06 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DGA6Rg066949; Thu, 13 Mar 2014 16:10:06 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201403131610.s2DGA6Rg066949@svn.freebsd.org> From: Oliver Lehmann Date: Thu, 13 Mar 2014 16:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348095 - head/x11-toolkits/gigi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 16:10:07 -0000 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