From owner-svn-ports-all@freebsd.org Sat Feb 24 16:22:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10B4FF2BFBC; Sat, 24 Feb 2018 16:22:19 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB3A6B1BC; Sat, 24 Feb 2018 16:22:18 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C3A013F747; Sat, 24 Feb 2018 11:22:11 -0500 (EST) Received: from [192.168.0.2] (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id E81053F744; Sat, 24 Feb 2018 11:22:10 -0500 (EST) Date: Sat, 24 Feb 2018 17:22:08 +0100 (CET) From: Gerald Pfeifer To: Emanuel Haupt cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462482 - head/archivers/ppmd In-Reply-To: <201802210916.w1L9Gl6u039696@repo.freebsd.org> Message-ID: References: <201802210916.w1L9Gl6u039696@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 16:22:19 -0000 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 > + > +# 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