summaryrefslogtreecommitdiff
path: root/net/go-net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-03-20 12:23:53 +0000
committerwiz <wiz@pkgsrc.org>2017-03-20 12:23:53 +0000
commit3c6491a3e12b38a27ede0a129232212d7a4a879d (patch)
treeab9d6f2a525bd53862a66991feda42e122d802ef /net/go-net
parent96c6172e3ac7dc7d8172eb530eecef136adc37eb (diff)
downloadpkgsrc-3c6491a3e12b38a27ede0a129232212d7a4a879d.tar.gz
Mark go-net and go-crypto as BROKEN, since they DEPEND on each other.
Diffstat (limited to 'net/go-net')
-rw-r--r--net/go-net/Makefile6
1 files changed, 4 insertions, 2 deletions
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"