Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 17:22:08 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r462482 - head/archivers/ppmd
Message-ID:  <alpine.LSU.2.21.1802241720110.4782@anthias.pfeifer.com>
In-Reply-To: <201802210916.w1L9Gl6u039696@repo.freebsd.org>
References:  <201802210916.w1L9Gl6u039696@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1802241720110.4782>