Re: git: aed4a873bbf9 - main - net/haproxy20: Mark BROKEN on 14 and 15
Date: Fri, 01 Sep 2023 18:59:51 UTC
On 2023-09-01 19:16, Muhammad Moinur Rahman wrote: > The branch main has been updated by bofh: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=aed4a873bbf9dec553300d310b3c912d935650b1 > > commit aed4a873bbf9dec553300d310b3c912d935650b1 > Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> > AuthorDate: 2023-09-01 05:03:02 +0000 > Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> > CommitDate: 2023-09-01 17:16:14 +0000 > > net/haproxy20: Mark BROKEN on 14 and 15 > > - The build process simply runsaway without giving any errors at > the > build stage > - Mark DEPRECATED as the upstream EOL reaches on 2024-06-30 > - Set EXPIRATION_DATE to 2024-06-30 > > Approved by: portmgr (blanket) > Sponsored by: The FreeBSD Foundation > --- > net/haproxy20/Makefile | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile > index 54879d7c96bd..f0d09d39eb7b 100644 > --- a/net/haproxy20/Makefile > +++ b/net/haproxy20/Makefile > @@ -11,6 +11,11 @@ WWW= https://www.haproxy.org > LICENSE= GPLv2 LGPL21 > LICENSE_COMB= multi > > +DEPRECATED= Upstream EOL reaches on 2024-06-30 > +EXPIRATION_DATE= 2024-06-30 > +BROKEN_FreeBSD_14= process runaway > +BROKEN_FreeBSD_15= process runaway > + > CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy18 > > USES= compiler:c++11-lang cpe gmake Downgrading to llvm 14 seemed to worked when I did some very quick testing, not sure that's a great idea though. Best regards, Daniel