pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/hal-info hal-info: skip portability check in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fa136cb1299
branches:  trunk
changeset: 412848:9fa136cb1299
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 12 17:34:33 2020 +0000

description:
hal-info: skip portability check in configure.in

Already patched in configure.

diffstat:

 sysutils/hal-info/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 30c87445d3e5 -r 9fa136cb1299 sysutils/hal-info/Makefile
--- a/sysutils/hal-info/Makefile        Thu Mar 12 17:34:26 2020 +0000
+++ b/sysutils/hal-info/Makefile        Thu Mar 12 17:34:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/08/11 13:23:08 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2020/03/12 17:34:33 wiz Exp $
 
 DISTNAME=              hal-info-20091130
 PKGREVISION=           7
@@ -20,4 +20,7 @@
 
 TEST_TARGET=           check
 
+# patched in configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index