pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 20 12:23:53 UTC 2017

Modified Files:
        pkgsrc/net/go-net: Makefile
        pkgsrc/security/go-crypto: Makefile

Log Message:
Mark go-net and go-crypto as BROKEN, since they DEPEND on each other.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/go-net/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/go-crypto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/go-net/Makefile
diff -u pkgsrc/net/go-net/Makefile:1.13 pkgsrc/net/go-net/Makefile:1.14
--- pkgsrc/net/go-net/Makefile:1.13     Thu Mar 16 19:14:19 2017
+++ pkgsrc/net/go-net/Makefile  Mon Mar 20 12:23:53 2017
@@ -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"

Index: pkgsrc/security/go-crypto/Makefile
diff -u pkgsrc/security/go-crypto/Makefile:1.7 pkgsrc/security/go-crypto/Makefile:1.8
--- pkgsrc/security/go-crypto/Makefile:1.7      Thu Mar 16 19:27:36 2017
+++ pkgsrc/security/go-crypto/Makefile  Mon Mar 20 12:23:53 2017
@@ -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"



Home | Main Index | Thread Index | Old Index