summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2017-03-20 12:23:53 +0000
committerwiz <wiz>2017-03-20 12:23:53 +0000
commitf49f7752f417306830621fa825253b1cf1d90059 (patch)
tree5ab6b3cf9bf591d91c5009ff87735777516845a9
parent712c8fd4af600a9b4c1efd78c732e06e45d7838c (diff)
downloadpkgsrc-f49f7752f417306830621fa825253b1cf1d90059.tar.gz
Mark go-net and go-crypto as BROKEN, since they DEPEND on each other.
-rw-r--r--net/go-net/Makefile6
-rw-r--r--security/go-crypto/Makefile6
2 files changed, 8 insertions, 4 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"
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 363ada6e723..771c2c02dae 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/03/16 19:27:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2017/03/20 12:23:53 wiz Exp $
DISTNAME= go-crypto-0.0.20170317
CATEGORIES= security
@@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
GO_SRCPATH= golang.org/x/crypto
-.include "../../net/go-net/buildlink3.mk"
+BROKEN= Depends on go-net, which depends on this package.
+
+#.include "../../net/go-net/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"