svn commit: r511408 - head/graphics/embree

René Ladan rene at freebsd.org
Sat Sep 7 13:52:30 UTC 2019


Op za 7 sep. 2019 om 15:50 schreef Rene Ladan <rene at 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
>


More information about the svn-ports-head mailing list