From nobody Fri Sep 01 18:59:51 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RcnQh2DdXz4s7kq; Fri, 1 Sep 2023 18:59:56 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RcnQg3Mv0z4N8F; Fri, 1 Sep 2023 18:59:55 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: by mail.gandi.net (Postfix) with ESMTPA id 7E4021C0002; Fri, 1 Sep 2023 18:59:51 +0000 (UTC) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Date: Fri, 01 Sep 2023 20:59:51 +0200 From: Daniel Engberg To: Muhammad Moinur Rahman Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, Dmitry Sivachenko Subject: Re: git: aed4a873bbf9 - main - net/haproxy20: Mark BROKEN on 14 and 15 In-Reply-To: <202309011716.381HGRom005088@gitrepo.freebsd.org> References: <202309011716.381HGRom005088@gitrepo.freebsd.org> Message-ID: X-Sender: diizzy@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: daniel.engberg@pyret.net X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR] X-Rspamd-Queue-Id: 4RcnQg3Mv0z4N8F 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 > AuthorDate: 2023-09-01 05:03:02 +0000 > Commit: Muhammad Moinur Rahman > 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