Re: git: 90d39d628777 - main - all: Mark ports depending on go118 BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Aug 2023 17:26:18 UTC
Hi. Sorry, net-p2p/go-prysm was untouched on the commit but needs fixing, to. Attached patch fixed the issue for me. > Hi. > > Unfortunately, this changes are insufficient and broke INDEX at least > after commit 32ae4cd533d7f1c14496357073afc42b902b73f5. > (I'm at commit 96c827a89186661d75b54acd1f11c9d962a96a1f now.) > > Commenting out or deleting "USES=" entry including go:1.18 is needed. > > At first, INDEX build faild as below. > > --- describe.x11-wm --- > make_index: /usr/ports/net/ooni-probe-cli: no entry for /usr/ports/lang/go118 > Done. > > > Commenting out above-mentioned line in net/ooni-probe-cli/Makefile as > # USES= go:1.18,modules > changed the situation as below. > > --- describe.x11-wm --- > make_index: /usr/ports/net-p2p/go-prysm: no entry for /usr/ports/lang/go118 > Done. > > So remaining 2 (security/acmetool and security/xray-core) should be > fixed, too. > > My recommendation is commenting out (not deleting) for now, as possibly > someone wants to fix them to adapt newer go. > > >> The branch main has been updated by dmgk: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=90d39d6287772846dd3170ab0add06a6e143ada3 >> >> commit 90d39d6287772846dd3170ab0add06a6e143ada3 >> Author: Dmitri Goutnik <dmgk@FreeBSD.org> >> AuthorDate: 2023-08-04 15:16:16 +0000 >> Commit: Dmitri Goutnik <dmgk@FreeBSD.org> >> CommitDate: 2023-08-04 15:22:04 +0000 >> >> all: Mark ports depending on go118 BROKEN >> >> go118 is out of support, lang/go118 is about to be removed. >> --- -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>