diff options
author | marino <marino@FreeBSD.org> | 2014-07-12 05:11:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-12 05:11:13 +0800 |
commit | 7f71f9147c2ee0fa910b407bf20d9458e2eb7420 (patch) | |
tree | 0f1709341ad6aeb2762b12319f5ad10630c1c738 /graphics | |
parent | 364aab96a3a945dba94533a786e359290d80ab49 (diff) | |
download | freebsd-ports-gnome-7f71f9147c2ee0fa910b407bf20d9458e2eb7420.tar.gz freebsd-ports-gnome-7f71f9147c2ee0fa910b407bf20d9458e2eb7420.tar.zst freebsd-ports-gnome-7f71f9147c2ee0fa910b407bf20d9458e2eb7420.zip |
graphics/luxrays: Deprecate; luxrender now bundles it
The only known purpose for luxrays is as a dependency for luxrender, but
now luxrender comes with its own bundled version of luxrays. In the
opinion of the maintainer, luxrays is not useful for anything else and
recommends that the port be retired (scheduled for 15 Aug 2014)
PR: 191658
Submitted by: maintainer (Natacha Porte)
Approved by: portmgr (implicit, NOT_STAGED)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/luxrays/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/luxrays/Makefile b/graphics/luxrays/Makefile index c7b4d42df4f8..439f614deed3 100644 --- a/graphics/luxrays/Makefile +++ b/graphics/luxrays/Makefile @@ -17,10 +17,12 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libfreeimage.a:${PORTSDIR}/graphics/freeimage LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +DEPRECATED= No longer needed as luxrender bundles its own verion now +EXPIRATION_DATE=2014-08-15 + HG_NODEID= 475fbf15f0ca -USES= bison cmake -USE_BZIP2= yes +USES= bison cmake tar:bzip2 USE_GL= glew glut WRKSRC= ${WRKDIR}/luxrays-${HG_NODEID} |