Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 21:11:13 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361585 - head/graphics/luxrays
Message-ID:  <201407112111.s6BLBDZB039316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407112111.s6BLBDZB039316>