From owner-svn-ports-all@freebsd.org Thu Mar 14 21:15:58 2019 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 AAD70152EAEC; Thu, 14 Mar 2019 21:15:58 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 28B926DBDB; Thu, 14 Mar 2019 21:15:56 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.15.2/8.15.2) with ESMTP id x2ELFIfi038540; Thu, 14 Mar 2019 14:15:23 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.15.2/8.15.2/Submit) id x2ELFCbL038539; Thu, 14 Mar 2019 14:15:12 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 14 Mar 2019 14:15:12 -0700 From: Greg Lewis To: Alex Dupre Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Greg Lewis Subject: Re: svn commit: r495580 - in head/java: . openjdk11 openjdk11/files Message-ID: <20190314211512.GA38495@misty.eyesbeyond.com> References: <201903131510.x2DFA7XY061235@repo.freebsd.org> <20190313153309.GA42420@FreeBSD.org> <20190313175113.GA44693@misty.eyesbeyond.com> <20190313213235.o5t4oddebg2tgwm5@atuin.in.mat.cc> <20190314044155.GA81301@misty.eyesbeyond.com> <20190314081537.p75wjzpbagor2jtw@atuin.in.mat.cc> <04e7744e-f07c-c818-fd4e-56aa05379531@alexdupre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <04e7744e-f07c-c818-fd4e-56aa05379531@alexdupre.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-Rspamd-Queue-Id: 28B926DBDB X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 14 Mar 2019 21:15:58 -0000 On Thu, Mar 14, 2019 at 09:31:00AM +0100, Alex Dupre wrote: > Mathieu Arnold wrote: > >> Just to be clear, to do this I would > >> > >> 1. svn rm remove the existing files, remove the line for java/Makefile for > >> the new port and commit that. > >> > >> 2. Then follow the procedure at > >> https://www.freebsd.org/doc/en/articles/committers-guide/ports.html#ports-qa-repocopy-how > >> to restore the port back to its current state, but presumably with some > >> history preserved. > >> > >> Is that correct? > > > > Yes, using the previous openjdk as a base, I think it is openjdk8. > > Greg, is it possible to port the following openjdk8 patch to openjdk11? > > https://svnweb.freebsd.org/ports?view=revision&sortby=date&revision=488523 Probably, although I wouldn't expect the patches to apply directly due to changes in structure and build configuration. Some porting work will need to be done. -- Greg