pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Move backslash from last commit to second '$'; the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17dc181a1198
branches: trunk
changeset: 535396:17dc181a1198
user: bjs <bjs%pkgsrc.org@localhost>
date: Fri Nov 16 05:44:56 2007 +0000
description:
Move backslash from last commit to second '$'; the test for a builtin
db1 was failing (on NetBSD-current 4.99.36) using rev. 1.19.
If this causes any issues, please do let me know; I committed
this because I didn't want this to be broken--and it definitely
seems less broken, i.e. it works, now than it was.
diffstat:
mk/db1.builtin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f6c487dd9d29 -r 17dc181a1198 mk/db1.builtin.mk
--- a/mk/db1.builtin.mk Fri Nov 16 05:31:17 2007 +0000
+++ b/mk/db1.builtin.mk Fri Nov 16 05:44:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: db1.builtin.mk,v 1.19 2007/11/15 12:15:43 rillig Exp $
+# $NetBSD: db1.builtin.mk,v 1.20 2007/11/16 05:44:56 bjs 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