pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/go-genproto go-genproto: remove BROKEN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5102544a0d8d
branches:  trunk
changeset: 441154:5102544a0d8d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Oct 27 19:50:22 2020 +0000

description:
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.

diffstat:

 misc/go-genproto/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 93be119524d0 -r 5102544a0d8d misc/go-genproto/Makefile
--- a/misc/go-genproto/Makefile Tue Oct 27 18:11:09 2020 +0000
+++ b/misc/go-genproto/Makefile Tue Oct 27 19:50:22 2020 +0000
@@ -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