Date: Tue, 7 Mar 2017 11:50:49 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435596 - in head/graphics: opengtl qtgtl shiva-collections Message-ID: <201703071150.v27Bonb5023924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Tue Mar 7 11:50:49 2017 New Revision: 435596 URL: https://svnweb.freebsd.org/changeset/ports/435596 Log: Deprecate OpenGTL ports PR: 217302 Submitted by: rezny Modified: head/graphics/opengtl/Makefile head/graphics/qtgtl/Makefile head/graphics/shiva-collections/Makefile Modified: head/graphics/opengtl/Makefile ============================================================================== --- head/graphics/opengtl/Makefile Tue Mar 7 11:45:34 2017 (r435595) +++ head/graphics/opengtl/Makefile Tue Mar 7 11:50:49 2017 (r435596) @@ -18,6 +18,9 @@ LICENSE= LGPL20 LIB_DEPENDS= libpng.so:graphics/png \ libLLVM-3.3.so:devel/llvm33 +DEPRECATED= Project is dead, has no end user, and relies on EOLed LLVM +EXPIRATION_DATE=2017-04-15 + USES= cmake pathfix perl5 tar:bzip2 USE_LDCONFIG= yes CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 Modified: head/graphics/qtgtl/Makefile ============================================================================== --- head/graphics/qtgtl/Makefile Tue Mar 7 11:45:34 2017 (r435595) +++ head/graphics/qtgtl/Makefile Tue Mar 7 11:50:49 2017 (r435596) @@ -13,6 +13,9 @@ LICENSE= LGPL20 LIB_DEPENDS= libGTLCore.so:graphics/opengtl +DEPRECATED= Project is dead and has had no consumer for over a year +EXPIRATION_DATE=2017-04-15 + USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USES= cmake:outsource pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/graphics/shiva-collections/Makefile ============================================================================== --- head/graphics/shiva-collections/Makefile Tue Mar 7 11:45:34 2017 (r435595) +++ head/graphics/shiva-collections/Makefile Tue Mar 7 11:50:49 2017 (r435596) @@ -8,6 +8,9 @@ MASTER_SITES= http://download.opengtl.or MAINTAINER= avilla@FreeBSD.org COMMENT= Collection of kernels for OpenGTL +DEPRECATED= Project is dead and has no end user +EXPIRATION_DATE=2017-04-15 + USES= cmake tar:bzip2 NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703071150.v27Bonb5023924>