Date: Sat, 11 Jan 2025 11:46:45 +0100 From: Matthias Andree <mandree@FreeBSD.org> To: Thierry Thomas <thierry@FreeBSD.org>, portmgr <portmgr@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: ee61f282d241 - main - math/linbox: mark BROKEN with clang19 Message-ID: <d8599de0-dd06-4776-a8bd-65e49075e953@FreeBSD.org> In-Reply-To: <202501111029.50BATllK031155@gitrepo.freebsd.org> References: <202501111029.50BATllK031155@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
portmgr@: the clang-19 on current and stable/14 seems to take us to an interesting ride. Precedent was that Doxygen's merging an older version of TinyDeflate could not be compiled either (fixed since on ports' main line, but does not transfer - different C++ pickiness on linbox). Salut Thierry, stable/14 also has clang-19 merged, so marking broken on FreeBSD15 only might be half of what we need. Please check. For Merci d'avance. Am 11.01.25 um 11:29 schrieb Thierry Thomas: > The branch main has been updated by thierry: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=ee61f282d241a0567ddbd729b104aca14da60913 > > commit ee61f282d241a0567ddbd729b104aca14da60913 > Author: Thierry Thomas <thierry@FreeBSD.org> > AuthorDate: 2025-01-11 10:14:38 +0000 > Commit: Thierry Thomas <thierry@FreeBSD.org> > CommitDate: 2025-01-11 10:14:38 +0000 > > math/linbox: mark BROKEN with clang19 > > See <https://github.com/linbox-team/linbox/issues/320>. > --- > math/linbox/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/math/linbox/Makefile b/math/linbox/Makefile > index e47c8c2df1aa..cd9cf87c3ee8 100644 > --- a/math/linbox/Makefile > +++ b/math/linbox/Makefile > @@ -11,6 +11,9 @@ WWW= https://linalg.org/ > LICENSE= GPLv2 LGPL21 > LICENSE_COMB= dual > > +# See https://github.com/linbox-team/linbox/issues/320 > +BROKEN_FreeBSD_15= compilation errors with clang19 > + Cheers, Matthias -- Matthias Andree FreeBSD ports committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d8599de0-dd06-4776-a8bd-65e49075e953>