svn commit: r462482 - head/archivers/ppmd

Gerald Pfeifer gerald at pfeifer.com
Sat Feb 24 16:22:19 UTC 2018


On Wed, 21 Feb 2018, Emanuel Haupt wrote:
> Log:
>   Fix build on 12.0-CURRENT after upgrading clang, llvm, lld, lldb, compiler-rt
>   and libc++ to 6.0.0 by falling back to gcc.
>   
>   Notified by:	pkg-fallout

Yes, but neither here nor...

> Modified: head/archivers/ppmd/Makefile
> ==============================================================================
> +.include <bsd.port.pre.mk>
> +
> +# does not compile with clang 6.0.0
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056
> +USE_GCC=	yes
> +.endif

...in the Makefile (or change itself) do I find any reference to
a PR.

Just moving to GCC doesn't really the address the issue, so unless
there is a PR, can you please file one?

Thanks,
Gerald



More information about the svn-ports-head mailing list