From owner-svn-ports-head@freebsd.org Tue Jul 2 14:01:12 2019 Return-Path: Delivered-To: svn-ports-head@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 840B615D3F41; Tue, 2 Jul 2019 14:01:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AC0686FB8; Tue, 2 Jul 2019 14:01:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id D5A0A16E81; Tue, 2 Jul 2019 14:01:10 +0000 (UTC) Date: Tue, 2 Jul 2019 14:01:09 +0000 From: Mark Linimon To: Baptiste Daroussin Cc: Alexey Dokuchaev , Piotr Kubaj , Greg Lewis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r505640 - head/java/openjdk11 Message-ID: <20190702140109.GC17473@lonesome.com> References: <201907012118.x61LIIQr011692@repo.freebsd.org> <20190702072450.GA17073@KGPE-D16> <20190702082607.GA45590@FreeBSD.org> <20190702083515.seykaqqjd77zyyr2@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190702083515.seykaqqjd77zyyr2@ivaldir.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 0AC0686FB8 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.90)[-0.904,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2019 14:01:12 -0000 On Tue, Jul 02, 2019 at 10:35:15AM +0200, Baptiste Daroussin wrote: > because if one day powerpc64 works with llvm/clang, then this will > be broken. This is coming soon to FreeBSD-CURRENT: https://lists.freebsd.org/pipermail/freebsd-ppc/2019-June/010632.html However IIUC this is unlikely to be merged to FREEBSD-STABLE. Thus, the work to make ports work with the antique src gcc continues. I have already written up a list of issues that we will have to clean up to get us to that point. Anyone interested in working through those issues should contact me either offline or on #powerpc64 on EFNet. mcl