pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hal-info



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 17:34:33 UTC 2020

Modified Files:
        pkgsrc/sysutils/hal-info: Makefile

Log Message:
hal-info: skip portability check in configure.in

Already patched in configure.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/hal-info/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/hal-info/Makefile
diff -u pkgsrc/sysutils/hal-info/Makefile:1.26 pkgsrc/sysutils/hal-info/Makefile:1.27
--- pkgsrc/sysutils/hal-info/Makefile:1.26      Sun Aug 11 13:23:08 2019
+++ pkgsrc/sysutils/hal-info/Makefile   Thu Mar 12 17:34:33 2020
@@ -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 @@ USE_LIBTOOL=          YES
 
 TEST_TARGET=           check
 
+# patched in configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index