Date: Sat, 24 Feb 2018 19:42:40 +0100 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: Gerald Pfeifer <gerald@pfeifer.com> 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: <20180224194240.6dc28ef52ee12dae3a500734@FreeBSD.org> In-Reply-To: <alpine.LSU.2.21.1802241720110.4782@anthias.pfeifer.com> References: <201802210916.w1L9Gl6u039696@repo.freebsd.org> <alpine.LSU.2.21.1802241720110.4782@anthias.pfeifer.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Gerald Pfeifer <gerald@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180224194240.6dc28ef52ee12dae3a500734>