pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gauche/patches Fix broken info/dir entries.
details: https://anonhg.NetBSD.org/pkgsrc/rev/30e367df1e27
branches: trunk
changeset: 476061:30e367df1e27
user: minoura <minoura%pkgsrc.org@localhost>
date: Wed Jun 02 13:56:56 2004 +0000
description:
Fix broken info/dir entries.
diffstat:
lang/gauche/patches/patch-ae | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r e70b0f8b5006 -r 30e367df1e27 lang/gauche/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/gauche/patches/patch-ae Wed Jun 02 13:56:56 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.8 2004/06/02 13:56:56 minoura Exp $
+
+Patch already submitted to the author.
+
+--- doc/extract.orig 2004-01-19 22:28:35.000000000 +0000
++++ doc/extract 2004-05-24 08:47:17.000000000 +0000
+@@ -67,7 +67,7 @@
+ (process-header cmd header) (in (read-line)))
+ (#/^\* ([^:]+)::(.*)?/ (#f node desc)
+ (process-menu node #f desc) (in (read-line)))
+- (#/^\* ([^:]+):\s+([^.]+)\.(.*)?/ (#f tag node desc)
++ (#/^\* ([^:]+):\s+([^)]+\))\.(.*)?/ (#f tag node desc)
+ (process-menu node tag desc) (in (read-line)))
+ (else (display
+ (regexp-replace-all #/@VERSION@/
Home |
Main Index |
Thread Index |
Old Index