From 3c6491a3e12b38a27ede0a129232212d7a4a879d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Mar 2017 12:23:53 +0000 Subject: Mark go-net and go-crypto as BROKEN, since they DEPEND on each other. --- net/go-net/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net/go-net') diff --git a/net/go-net/Makefile b/net/go-net/Makefile index 26d5fb1fd3d..d559dc04cab 100644 --- a/net/go-net/Makefile +++ b/net/go-net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/03/16 19:14:19 bsiegert Exp $ +# $NetBSD: Makefile,v 1.14 2017/03/20 12:23:53 wiz Exp $ DISTNAME= go-net-20170308 CATEGORIES= net @@ -14,6 +14,8 @@ LICENSE= modified-bsd GO_SRCPATH= golang.org/x/net GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* +BROKEN= Depends on go-crypto, which depends on this package. + .include "../../mk/bsd.prefs.mk" PLIST_VARS+= notsunos @@ -25,6 +27,6 @@ PLIST.notsunos= yes .endif .include "../../textproc/go-text/buildlink3.mk" -.include "../../security/go-crypto/buildlink3.mk" +#.include "../../security/go-crypto/buildlink3.mk" .include "../../lang/go/go-package.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3