Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2023 18:21:41 GMT
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cb57a644cb37 - main - all: Unbreak index after 90d39d628777
Message-ID:  <202308041821.374ILfLI021175@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb57a644cb37b60eab0290bb0f411a295d918074

commit cb57a644cb37b60eab0290bb0f411a295d918074
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-08-04 18:03:57 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-08-04 18:07:29 +0000

    all: Unbreak index after 90d39d628777
    
    Reported by:    Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
---
 net-p2p/go-prysm/Makefile   | 4 +++-
 net/ooni-probe-cli/Makefile | 2 +-
 security/acmetool/Makefile  | 2 +-
 security/xray-core/Makefile | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-p2p/go-prysm/Makefile b/net-p2p/go-prysm/Makefile
index 1af79134e4d3..a2a002461134 100644
--- a/net-p2p/go-prysm/Makefile
+++ b/net-p2p/go-prysm/Makefile
@@ -11,11 +11,13 @@ WWW=		https://github.com/prysmaticlabs/prysm
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN=		requires unsupported go1.18
+
 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
 
diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile
index 9d195018feef..7c82f8ecf284 100644
--- a/net/ooni-probe-cli/Makefile
+++ b/net/ooni-probe-cli/Makefile
@@ -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
diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile
index 8d65b1494e06..148d1313f71e 100644
--- a/security/acmetool/Makefile
+++ b/security/acmetool/Makefile
@@ -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
diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile
index 23dcebaab013..f6544b17c401 100644
--- a/security/xray-core/Makefile
+++ b/security/xray-core/Makefile
@@ -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



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