svn commit: r473792 - head/graphics/opendx

Jan Beich jbeich at FreeBSD.org
Tue Jul 3 11:20:21 UTC 2018


Stephen Montgomery-Smith <stephen at FreeBSD.org> writes:

> Author: stephen
> Date: Tue Jul  3 02:18:44 2018
> New Revision: 473792
> URL: https://svnweb.freebsd.org/changeset/ports/473792
>
> Log:
>   - r473695 introduced patches that allow building with clang60.  But this
>     seems to cause building with clang 4.0.0 to fail.  So we add a compiler
>     option to USES so that FreeBSD-11 will build with clang60.
[...]
> -USES=		bison motif gmake libtool
> +USES=		bison motif gmake libtool compiler:c++14-lang

Did you mean compiler:c++17-lang? compiler:c++14-lang will use
/usr/bin/clang on FreeBSD 11.1 and clang60 on FreeBSD 10.4.

Also, sort USES.


More information about the svn-ports-all mailing list