Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils sysutils/ups-nut-*: suppress USE_TOOLS+=perl ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9456134e7ead
branches:  trunk
changeset: 431228:9456134e7ead
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 14:12:33 2020 +0000

description:
sysutils/ups-nut-*: suppress USE_TOOLS+=perl warning

diffstat:

 sysutils/ups-nut-snmp/Makefile |  3 ++-
 sysutils/ups-nut-usb/Makefile  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 6836a97c2676 -r 9456134e7ead sysutils/ups-nut-snmp/Makefile
--- a/sysutils/ups-nut-snmp/Makefile    Sun May 10 14:09:25 2020 +0000
+++ b/sysutils/ups-nut-snmp/Makefile    Sun May 10 14:12:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:50:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/10 14:12:33 rillig Exp $
 
 PKGREVISION= 1
 .include "../../sysutils/ups-nut/Makefile.common"
@@ -13,6 +13,7 @@
 INSTALLATION_DIRS+=    ${PREFIX}/libexec/nut
 INSTALLATION_DIRS+=    ${PREFIX}/${PKGMANDIR}/man8
 
+TOOLS_BROKEN+=         perl
 CONFIGURE_ARGS+=       --with-snmp --with-drvpath=${NUT_DRVDIR:Q}
 
 do-install:
diff -r 6836a97c2676 -r 9456134e7ead sysutils/ups-nut-usb/Makefile
--- a/sysutils/ups-nut-usb/Makefile     Sun May 10 14:09:25 2020 +0000
+++ b/sysutils/ups-nut-usb/Makefile     Sun May 10 14:12:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/09/21 00:59:53 jym Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/10 14:12:33 rillig Exp $
 
 .include "../../sysutils/ups-nut/Makefile.common"
 
@@ -12,6 +12,7 @@
 
 BUILD_DEFS+=           NUT_STATEDIR
 
+TOOLS_BROKEN+=         perl
 CONFIGURE_ARGS+=       --with-usb --with-drvpath=${NUT_DRVDIR:Q}
 
 do-install:



Home | Main Index | Thread Index | Old Index