From owner-svn-ports-all@FreeBSD.ORG Fri Jul 11 21:11:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FEA4969; Fri, 11 Jul 2014 21:11:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D4E02759; Fri, 11 Jul 2014 21:11:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BLBDIW039317; Fri, 11 Jul 2014 21:11:13 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6BLBDZB039316; Fri, 11 Jul 2014 21:11:13 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407112111.s6BLBDZB039316@svn.freebsd.org> From: John Marino Date: Fri, 11 Jul 2014 21:11:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361585 - head/graphics/luxrays X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 21:11:13 -0000 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}