pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/go-genproto
Module Name: pkgsrc
Committed By: bsiegert
Date: Tue Oct 27 19:50:22 UTC 2020
Modified Files:
pkgsrc/misc/go-genproto: Makefile
Log Message:
go-genproto: remove BROKEN
The message says that the package tries to modify .buildlink/gopkg. However,
that's (semi-)normal and expected.
non-module Go builds will rebuild any of their dependencies if any of _their_
dependencies or sources are newer. If you "make replace" a Go package higher
in the food chain and then build a lower one, the go tool will rebuild some
of its dependencies.
This is harmless, since the .buildlink entries are just links.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/go-genproto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/go-genproto/Makefile
diff -u pkgsrc/misc/go-genproto/Makefile:1.31 pkgsrc/misc/go-genproto/Makefile:1.32
--- pkgsrc/misc/go-genproto/Makefile:1.31 Thu Oct 15 13:08:25 2020
+++ pkgsrc/misc/go-genproto/Makefile Tue Oct 27 19:50:22 2020
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2020/10/15 13:08:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2020/10/27 19:50:22 bsiegert Exp $
COMMENT= Go generated proto packages
PKGREVISION= 20
DEPENDS+= go-genproto-googleapis-rpc-[0-9]*:../../misc/go-genproto-googleapis-rpc
-BROKEN= "Tries to modify .buildlink/gopkg"
-
.include "Makefile.common"
REPLACE_SH+= regen.sh
Home |
Main Index |
Thread Index |
Old Index