pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/collectd-grpc



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May  3 20:08:41 UTC 2022

Modified Files:
        pkgsrc/sysutils/collectd-grpc: Makefile

Log Message:
collectd-grpc: help the next confused person who comes to look at this
package failing to build (configure test failing for strange reasons)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/collectd-grpc/Makefile

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

Modified files:

Index: pkgsrc/sysutils/collectd-grpc/Makefile
diff -u pkgsrc/sysutils/collectd-grpc/Makefile:1.7 pkgsrc/sysutils/collectd-grpc/Makefile:1.8
--- pkgsrc/sysutils/collectd-grpc/Makefile:1.7  Sun Apr  3 18:50:20 2022
+++ pkgsrc/sysutils/collectd-grpc/Makefile      Tue May  3 20:08:41 2022
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2022/04/03 18:50:20 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/03 20:08:41 nia Exp $
 
 COLLECTD_PACKAGE=      grpc
 
 COMMENT=       Statistics collection daemon - grpc plugin
 PKGREVISION=   4
 
+BROKEN+=       "fatal error: absl/synchronization/mutex.h: No such file or directory"
+
 .include "../../net/grpc/buildlink3.mk"
 .include "../../devel/protobuf/buildlink3.mk"
 .include "../../devel/protobuf-c/buildlink3.mk"



Home | Main Index | Thread Index | Old Index