pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libpreludedb Ignore configure.in as we patch ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55cbd81549e0
branches:  trunk
changeset: 426206:55cbd81549e0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 27 20:56:53 2020 +0000

description:
Ignore configure.in as we patch configure.

diffstat:

 security/libpreludedb/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 312ef8682bfe -r 55cbd81549e0 security/libpreludedb/Makefile.common
--- a/security/libpreludedb/Makefile.common     Fri Mar 27 20:56:25 2020 +0000
+++ b/security/libpreludedb/Makefile.common     Fri Mar 27 20:56:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2017/09/12 06:15:19 dholland Exp $
+# $NetBSD: Makefile.common,v 1.9 2020/03/27 20:56:53 joerg Exp $
 #
 # used by security/libpreludedb/Makefile
 # used by security/libpreludedb-mysql/Makefile
@@ -19,6 +19,8 @@
 PATCHDIR=              ${.CURDIR}/../../security/libpreludedb/patches
 DISTINFO_FILE=         ${.CURDIR}/../../security/libpreludedb/distinfo
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index