From nobody Sun Jan 28 08:07:35 2024 X-Original-To: dev-commits-ports-main@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 4TN3vP4rcSz584yT for ; Sun, 28 Jan 2024 08:07:45 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TN3vP2khLz4Mlm; Sun, 28 Jan 2024 08:07:45 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lorenzosalvadore.it; s=protonmail3; t=1706429260; x=1706688460; bh=3jEBAEJUMo0fzcDbuWVCn5YIb8b+1BrbID95tDYB3cM=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=MBapAOpWeAO6u7Nn86H8sdMdYN1wRw5gnyCqtnjYESgHtD08QxAhJ5GvgMZLyimFN YkbuS6OHUtvR3CX4YSw8HrgJH38SmpcE3UbFU1MdO1L6OP9vVfJf/QBM9+esGVUs5y FsAiULKY/CVcuoGOSNKm7UZChZ7q8fJ3YmkaSSrK/oa8A68f9TPXpH9pAy/SmWwd/o JE1dEI4gEi6ioLKL4ZeJR8YHs3TG+xIE0FGo0McruHryP/MYXhUYvSEB1PURBuhN4e qQAuWFTcunR12kJQGsu2/tRoKQ14UKzXMegypjVzGDivOZL/x2TikpLkaHtsISeXYN jUx3v8eiIqU+w== Date: Sun, 28 Jan 2024 08:07:35 +0000 To: Piotr Kubaj From: Lorenzo Salvadore Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: b5724fc17272 - main - lang/gcc14-devel: fix build by bumping PORTREVISION Message-ID: In-Reply-To: <202401280232.40S2WG4E062597@gitrepo.freebsd.org> References: <202401280232.40S2WG4E062597@gitrepo.freebsd.org> Feedback-ID: 53711648:user:proton List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4TN3vP2khLz4Mlm 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:62371, ipnet:185.70.43.0/24, country:CH] Thanks, but this is not how you bump PORTREVISION with lang/gcc14-devel: yo= u need to define PORTREVISION as usual, which will append _1 to the end of = PKGVERSION as usual. Actually, I think the distfile won't even be fetched now. Now I will need to define PORTEPOCH to fix the issue. Not a big deal anyway= : GCC ports live long in the ports tree, but not forever. Cheers, Lorenzo Salvadore On Sunday, January 28th, 2024 at 03:32, Piotr Kubaj wr= ote: >=20 >=20 > The branch main has been updated by pkubaj: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3Db5724fc1727292af44b489d5= bafbca04a0380fce >=20 > commit b5724fc1727292af44b489d5bafbca04a0380fce > Author: Piotr Kubaj pkubaj@FreeBSD.org >=20 > AuthorDate: 2024-01-27 13:58:54 +0000 > Commit: Piotr Kubaj pkubaj@FreeBSD.org >=20 > CommitDate: 2024-01-28 02:32:07 +0000 >=20 > lang/gcc14-devel: fix build by bumping PORTREVISION >=20 > install: /wrkdirs/usr/ports/lang/gcc14-devel/work/stage/usr/local/lib/gcc= 14/gcc/powerpc64-portbld-freebsd14.0/14.0.0/include/ISO_Fortran_binding.h: = No such file or directory > --- > lang/gcc14-devel/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile > index a177116c3610..ebbb9e7b3999 100644 > --- a/lang/gcc14-devel/Makefile > +++ b/lang/gcc14-devel/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D gcc > -PORTVERSION=3D 14.0.0.s20240114 > +PORTVERSION=3D 14.0.1.s20240114 > CATEGORIES=3D lang > MASTER_SITES=3D GCC/snapshots/${DIST_VERSION} > PKGNAMESUFFIX=3D ${SUFFIX}-devel