Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 13:50:52 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511408 - head/graphics/embree
Message-ID:  <201909071350.x87Doqbi022277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Sep  7 13:50:51 2019
New Revision: 511408
URL: https://svnweb.freebsd.org/changeset/ports/511408

Log:
  graphics/embree: fix build by disabling the ISPC option [1]
  
  While here, pet portlint and modernize USES

Modified:
  head/graphics/embree/Makefile

Modified: head/graphics/embree/Makefile
==============================================================================
--- head/graphics/embree/Makefile	Sat Sep  7 13:43:28 2019	(r511407)
+++ head/graphics/embree/Makefile	Sat Sep  7 13:50:51 2019	(r511408)
@@ -11,19 +11,14 @@ COMMENT=	Collection of high-performance ray tracing ke
 
 LICENSE=	APACHE20
 
-BROKEN=		fails to link
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2019-09-04
-
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	heavy use of SSE instructions
 
-USE_GITHUB=	yes
-
-USES=		cmake compiler:env
+USES=		cmake compiler:env gl xorg
 USE_GL=		gl glu glut
 USE_XORG=	xi xmu
 USE_LDCONFIG=	yes
+USE_GITHUB=	yes
 
 CMAKE_ARGS=	-DEMBREE_TASKING_SYSTEM:STRING=INTERNAL
 
@@ -31,7 +26,6 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}2
 PLIST_SUB+=	VERSION=${DISTVERSION}
 
 OPTIONS_DEFINE=	DOCS IMAGEMAGICK ISPC JPEG PNG
-OPTIONS_DEFAULT=	ISPC
 OPTIONS_SUB=	yes
 
 IMAGEMAGICK_DESC=	BMP, GIF, PNG, TGA, TIFF image formats support



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