Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2025 20:23:47 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        Daniel Engberg <diizzy@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org,  dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 045bc7b726d0 - main - sysutils/gdu: Update to 5.32.0
Message-ID:  <867buudtto.fsf@ltc.des.dev>
In-Reply-To: <a7d656f4-1181-4dff-a298-5be3db1084c1@FreeBSD.org> (Daniel Engberg's message of "Wed, 10 Dec 2025 19:27:40 %2B0100")
References:  <6935dbf7.2575d.289c4067@gitrepo.freebsd.org> <867buufvwm.fsf@ltc.des.dev> <a7d656f4-1181-4dff-a298-5be3db1084c1@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail

Daniel Engberg <diizzy@FreeBSD.org> writes:
> Dag-Erling Smørgrav <des@FreeBSD.org> writes:
> > Daniel Engberg <diizzy@FreeBSD.org> writes:
> > > -USES=		go:1.22,modules
> > > +USES=		go:1.23,modules
> > This is not an improvement.  Go 1.23 is past EOL and scheduled for
> > removal at the same time as 1.22.  Furthermore, my testing shows that
> > sysutils/gdu builds just fine with Go 1.24, even before the update.
> I have no idea what you mean by improvement. The current idea of how
> Go apps should be built conflicts with how you expect the ports tree
> to work which also have been mentioned in discussions and previous
> ones.

Pinning sysutils/gdu to 1.22 is problematic because 1.22 is EOL and
scheduled for removal.  That's why Adam deprecated sysutils/gdu (it was
the wrong thing to do but he was right about the _reason_ for doing it).

Pinning it to 1.23 does nothing to improve the situation since 1.23 is
also EOL and scheduled for removal.

The correct solution _in this specific case_ is to remove the version
number.  Just use `go:modules` and nothing more.  Your port builds fine
with the default Go version.  I tested it over the weekend.  Other ports
need more work, but sysutils/gdu will be fine.

DES
-- 
Dag-Erling Smørgrav - des@FreeBSD.org


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867buudtto.fsf>