diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-18 17:29:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-18 17:29:27 +0800 |
commit | a93eeb7c7c194eec0bba585d1a81b8e8ee8d4624 (patch) | |
tree | e65f8a77264c1b72c9fa6593f5956201cdd7677d /graphics | |
parent | 1b52554e9aa5a56e853945ff3b05bdd003912958 (diff) | |
download | freebsd-ports-gnome-a93eeb7c7c194eec0bba585d1a81b8e8ee8d4624.tar.gz freebsd-ports-gnome-a93eeb7c7c194eec0bba585d1a81b8e8ee8d4624.tar.zst freebsd-ports-gnome-a93eeb7c7c194eec0bba585d1a81b8e8ee8d4624.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/code-eli/Makefile | 2 | ||||
-rw-r--r-- | graphics/mitsuba/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index 5d63e954e35c..325fb629567e 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -13,6 +13,8 @@ LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= Needs work to use math/eigen3 currently in ports +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-03-19 USE_GITHUB= yes GH_PROJECT= Code-Eli diff --git a/graphics/mitsuba/Makefile b/graphics/mitsuba/Makefile index b7f54f817723..3a6c04aec624 100644 --- a/graphics/mitsuba/Makefile +++ b/graphics/mitsuba/Makefile @@ -14,6 +14,8 @@ COMMENT= Research-oriented physically based rendering system LICENSE= GPLv3 BROKEN= fails to build with boost 1.65, see bug 220719 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-03-19 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpng.so:graphics/png \ |