Date: Sat, 22 Feb 2020 19:50:12 +0000 From: Rene Ladan <rene@freebsd.org> To: Pedro Giffuni <pfg@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r526853 - in head: . math math/metis4 math/mumps4 Message-ID: <20200222195012.GA29794@freefall.freebsd.org> In-Reply-To: <37f4f84a-6336-4f21-25b4-a7af1d834068@FreeBSD.org> References: <202002221912.01MJCU9V082005@repo.freebsd.org> <37f4f84a-6336-4f21-25b4-a7af1d834068@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 22, 2020 at 02:31:04PM -0500, Pedro Giffuni wrote: > Hmm ... > > On 22/02/2020 14:12, Rene Ladan wrote: > > Author: rene > > Date: Sat Feb 22 19:12:30 2020 > > New Revision: 526853 > > URL: https://svnweb.freebsd.org/changeset/ports/526853 > > > > Log: > > Remove math/mumps4 math/metis4. > > metis4 is expired upstream and mumps4 uses metis4. > > Use the math/mumps and math/metis instead. > > > I obsoleted metis4 but I didn't mean to obsolete MUMPS4. The reason is that > MUMPS4 is under a liberal license (public domain) while MUMPS5 is copyleft. > Metis4 is an *option* for MUMPS 4 (I never tested it with metis5), so I Ah, totally overlooked that it was an option, I'll resurrect the port. > thought we could have kept it for a while. > > I am not asking to bring it back, but for the record I am keeping MUMPS 4 in > my local distfiles to preserve it for the future. > René > Pedro. > > > Deleted: > > head/math/metis4/ > > head/math/mumps4/ > > Modified: > > head/MOVED > > head/math/Makefile > > > > Modified: head/MOVED > > ============================================================================== > > --- head/MOVED Sat Feb 22 19:08:35 2020 (r526852) > > +++ head/MOVED Sat Feb 22 19:12:30 2020 (r526853) > > @@ -14384,3 +14384,5 @@ www/trac-watchlist||2020-02-22|Has expired: Broken, us > > www/twill||2020-02-22|Has expired: Broken, uses EOLed python27 > > x11/wbarconf||2020-02-22|Has expired: Broken, uses EOLed python27 > > x11-wm/simple-ccsm||2020-02-22|Has expired: Broken, uses EOLed python27 > > +math/mumps4|math/mumps|2020-02-22|Removed, uses expired math/metis4 > > +math/metis4|math/metis|2020-02-22|Has expired: EOL: use math/metis instead > > > > Modified: head/math/Makefile > > ============================================================================== > > --- head/math/Makefile Sat Feb 22 19:08:35 2020 (r526852) > > +++ head/math/Makefile Sat Feb 22 19:12:30 2020 (r526853) > > @@ -365,7 +365,6 @@ > > SUBDIR += mbasecalc > > SUBDIR += mcsim > > SUBDIR += metis > > - SUBDIR += metis4 > > SUBDIR += mfem > > SUBDIR += mingw32-libgmp > > SUBDIR += minisat > > @@ -384,7 +383,6 @@ > > SUBDIR += mtrxmath > > SUBDIR += multichoose > > SUBDIR += mumps > > - SUBDIR += mumps4 > > SUBDIR += muparser > > SUBDIR += nanoflann > > SUBDIR += naturalmath
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200222195012.GA29794>