pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ORBit2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 17:26:22 UTC 2020

Modified Files:
        pkgsrc/net/ORBit2: Makefile

Log Message:
ORBit2: check portability skip for configure.in

pkgsrc already patches configure


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/net/ORBit2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ORBit2/Makefile
diff -u pkgsrc/net/ORBit2/Makefile:1.83 pkgsrc/net/ORBit2/Makefile:1.84
--- pkgsrc/net/ORBit2/Makefile:1.83     Sun Mar  8 16:48:00 2020
+++ pkgsrc/net/ORBit2/Makefile  Thu Mar 12 17:26:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2020/03/08 16:48:00 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2020/03/12 17:26:21 wiz Exp $
 
 DISTNAME=              ORBit2-2.14.19
 PKGREVISION=           5
@@ -22,6 +22,9 @@ GNU_CONFIGURE=                YES
 # needs interaction
 #TEST_TARGET=          check
 
+# patched in configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ORBit2



Home | Main Index | Thread Index | Old Index