From 7f71f9147c2ee0fa910b407bf20d9458e2eb7420 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 11 Jul 2014 21:11:13 +0000 Subject: 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) --- graphics/luxrays/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphics') 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} -- cgit