pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-gox



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Aug 30 19:22:58 UTC 2019

Modified Files:
        pkgsrc/devel/go-gox: Makefile

Log Message:
go-gox: comment out dependency that wasn't added.

Make the problem of scan failures less pressing.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/go-gox/Makefile

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

Modified files:

Index: pkgsrc/devel/go-gox/Makefile
diff -u pkgsrc/devel/go-gox/Makefile:1.1 pkgsrc/devel/go-gox/Makefile:1.2
--- pkgsrc/devel/go-gox/Makefile:1.1    Thu Aug 29 13:43:27 2019
+++ pkgsrc/devel/go-gox/Makefile        Fri Aug 30 19:22:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/29 13:43:27 he Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/30 19:22:58 maya Exp $
 #
 
 NAME=                  gox
@@ -17,7 +17,7 @@ LICENSE=              mpl-2.0
 GO_SRCPATH=            github.com/mitchellh/gox
 GO_DIST_BASE=          ${DISTNAME}*
 
-DEPENDS+=              go-iochan-[0-9]*:../../devel/go-iochan
+#DEPENDS+=             go-iochan-[0-9]*:../../devel/go-iochan
 
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index