From nobody Fri Sep 01 19:11:57 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 4Rcnhc5nNZz4s9fj; Fri, 1 Sep 2023 19:12:00 +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 4Rcnhc1mJhz4PL7; Fri, 1 Sep 2023 19:12:00 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: by mail.gandi.net (Postfix) with ESMTPA id 2B7BC1C0004; Fri, 1 Sep 2023 19:11:57 +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 21:11:57 +0200 From: Daniel Engberg To: Moin Rahman Cc: ports-committers , 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: <98D6C3A7-E205-467F-A9E8-3704588E403D@freebsd.org> References: <202309011716.381HGRom005088@gitrepo.freebsd.org> <98D6C3A7-E205-467F-A9E8-3704588E403D@freebsd.org> Message-ID: <2a1e1cab807549444ee235560b61094d@FreeBSD.org> 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: 4Rcnhc1mJhz4PL7 On 2023-09-01 21:01, Moin Rahman wrote: >> On Sep 1, 2023, at 8:59 PM, Daniel Engberg wrote: >> >> 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 > > Does it even start building with llvm14? Because somehow it gets stuck > with gmake and no further output. It did however it was an ugly hack and I only tried it on a -CURRENT box without Poudriere (it also "hung" on that box initially). Best regards, Daniel