Date: Sat, 5 Aug 2023 02:26:18 +0900 From: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> To: Dmitri Goutnik <dmgk@FreeBSD.org> Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 90d39d628777 - main - all: Mark ports depending on go118 BROKEN Message-ID: <20230805022618.07f9f3dcd9ad84ac8b3a2d22@dec.sakura.ne.jp>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --Multipart=_Sat__5_Aug_2023_02_26_18_+0900_LyD/Nb1G69ViDL6W Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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> --Multipart=_Sat__5_Aug_2023_02_26_18_+0900_LyD/Nb1G69ViDL6W Content-Type: text/x-diff; name="FixIndex-after-go118-deletion.diff" Content-Disposition: attachment; filename="FixIndex-after-go118-deletion.diff" Content-Transfer-Encoding: 7bit --- net/ooni-probe-cli/Makefile.orig 2023-08-05 00:57:57.926112000 +0900 +++ net/ooni-probe-cli/Makefile 2023-08-05 01:20:46.127434000 +0900 @@ -15,7 +15,7 @@ BROKEN= requires unsupported go1.18 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:1.18,modules +# USES= go:1.18,modules GO_MODULE= github.com/ooni/probe-cli/v3 GO_TARGET= ./cmd/ooniprobe --- net-p2p/go-prysm/Makefile.orig 2023-08-05 00:57:57.922993000 +0900 +++ net-p2p/go-prysm/Makefile 2023-08-05 01:57:15.940890000 +0900 @@ -15,7 +15,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= nasm>0:devel/nasm -USES= gmake go:modules,1.18 +# USES= gmake go:modules,1.18 GO_TARGET= ./cmd/beacon-chain ./cmd/validator --- security/acmetool/Makefile.orig 2023-08-05 00:57:57.928464000 +0900 +++ security/acmetool/Makefile 2023-08-05 02:10:17.088065000 +0900 @@ -12,7 +12,7 @@ LICENSE= MIT BROKEN= requires unsupported go1.18 -USES= go:1.18 +# USES= go:1.18 USE_GITHUB= yes GH_ACCOUNT= hlandau --- security/xray-core/Makefile.orig 2023-08-05 00:57:57.933888000 +0900 +++ security/xray-core/Makefile 2023-08-05 02:15:08.382519000 +0900 @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= requires unsupported go1.18 -USES= go:1.18,modules +# USES= go:1.18,modules GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./main:xray --Multipart=_Sat__5_Aug_2023_02_26_18_+0900_LyD/Nb1G69ViDL6W--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230805022618.07f9f3dcd9ad84ac8b3a2d22>