pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Reverted all the recent changes to the BUILTIN_FIND...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a81c795636fe
branches:  trunk
changeset: 535404:a81c795636fe
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 16 08:14:20 2007 +0000

description:
Reverted all the recent changes to the BUILTIN_FIND_GREP variable. It
had been correct before, and I trusted the pkglint warning too much. Now
it is correct again, and the pkglint warning is fixed.

diffstat:

 mk/db1.builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0cbe4ef4531 -r a81c795636fe mk/db1.builtin.mk
--- a/mk/db1.builtin.mk Fri Nov 16 08:11:16 2007 +0000
+++ b/mk/db1.builtin.mk Fri Nov 16 08:14:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: db1.builtin.mk,v 1.20 2007/11/16 05:44:56 bjs Exp $
+# $NetBSD: db1.builtin.mk,v 1.21 2007/11/16 08:14:20 rillig Exp $
 
 BUILTIN_PKG:=  db1
 
@@ -9,7 +9,7 @@
 # The builtin Berkeley database library must support hash version 2 or
 # else it doesn't support db-1.85 databases.
 #
-BUILTIN_FIND_GREP.H_DB=        ^\#define.*HASHVERSION.*2$\$
+BUILTIN_FIND_GREP.H_DB=        ^\#define.*HASHVERSION.*2$$
 
 .include "buildlink3/bsd.builtin.mk"
 



Home | Main Index | Thread Index | Old Index