Date: Sat, 7 Sep 2019 15:52:16 +0200 From: =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org> To: ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511408 - head/graphics/embree Message-ID: <CADL2u4hhcLTf3F9oQP1BscKT1xCN%2BdZEbQvug5QcGWA-J2bkEg@mail.gmail.com> In-Reply-To: <201909071350.x87Doqbi022277@repo.freebsd.org> References: <201909071350.x87Doqbi022277@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Op za 7 sep. 2019 om 15:50 schreef Rene Ladan <rene@freebsd.org>: > > 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 > PR: 239314 [1] > 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?CADL2u4hhcLTf3F9oQP1BscKT1xCN%2BdZEbQvug5QcGWA-J2bkEg>