pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/beats



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 18:44:14 UTC 2020

Modified Files:
        pkgsrc/sysutils/beats: Makefile

Log Message:
sysutils/beats: skip portability check on unused parts


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/sysutils/beats/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/beats/Makefile
diff -u pkgsrc/sysutils/beats/Makefile:1.52 pkgsrc/sysutils/beats/Makefile:1.53
--- pkgsrc/sysutils/beats/Makefile:1.52 Wed Apr 15 13:00:55 2020
+++ pkgsrc/sysutils/beats/Makefile      Sat May  9 18:44:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/04/15 13:00:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/09 18:44:14 rillig Exp $
 
 DISTNAME=              beats-6.8.8
 CATEGORIES=            sysutils
@@ -24,6 +24,7 @@ PLIST_VARS+=          audit
 
 # Components to build/install
 BEATS=                 filebeat heartbeat metricbeat packetbeat
+CHECK_PORTABILITY_SKIP+= libbeat/scripts/Makefile # uses [[
 
 # No SunOS compatible event reading supported
 .if ${OPSYS} != "SunOS"



Home | Main Index | Thread Index | Old Index