svn commit: r462482 - head/archivers/ppmd

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 24 18:42:52 UTC 2018


Gerald Pfeifer <gerald at pfeifer.com> wrote:
> 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?

I've submitted 226176.

My first priority was to resume having official packages while the
issue is being investigated.

Thanks,
Emanuel


More information about the svn-ports-head mailing list