Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/beats sysutils/beats: skip portability check ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c19524bdcae
branches:  trunk
changeset: 431146:9c19524bdcae
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 18:44:14 2020 +0000

description:
sysutils/beats: skip portability check on unused parts

diffstat:

 sysutils/beats/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9e12f0667dc3 -r 9c19524bdcae sysutils/beats/Makefile
--- a/sysutils/beats/Makefile   Sat May 09 18:31:00 2020 +0000
+++ b/sysutils/beats/Makefile   Sat May 09 18:44:14 2020 +0000
@@ -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 @@
 
 # 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