graphics/embree: fix build by disabling the ISPC option [1]

While here, pet portlint and modernize USES
This commit is contained in:
Rene Ladan 2019-09-07 13:50:51 +00:00
parent 4fdb5434b3
commit 1bc4b8fd26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511408

View File

@ -11,19 +11,14 @@ COMMENT= Collection of high-performance ray tracing kernels
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