svn commit: r361585 - head/graphics/luxrays

John Marino marino at FreeBSD.org
Fri Jul 11 21:11:13 UTC 2014


Author: marino
Date: Fri Jul 11 21:11:13 2014
New Revision: 361585
URL: http://svnweb.freebsd.org/changeset/ports/361585
QAT: https://qat.redports.org/buildarchive/r361585/

Log:
  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)

Modified:
  head/graphics/luxrays/Makefile

Modified: head/graphics/luxrays/Makefile
==============================================================================
--- head/graphics/luxrays/Makefile	Fri Jul 11 19:19:54 2014	(r361584)
+++ head/graphics/luxrays/Makefile	Fri Jul 11 21:11:13 2014	(r361585)
@@ -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}
 


More information about the svn-ports-head mailing list