diff options
author | minoura <minoura@pkgsrc.org> | 2004-06-02 13:56:56 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2004-06-02 13:56:56 +0000 |
commit | 7222cd1771e226e77fcfb44c9ae7106a67736ebe (patch) | |
tree | 5004359977c2495f1b6d883ffdcae8fa00b42804 /lang/gauche | |
parent | fc499292e0269f5bb99315983ca02782294faf4a (diff) | |
download | pkgsrc-7222cd1771e226e77fcfb44c9ae7106a67736ebe.tar.gz |
Fix broken info/dir entries.
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/gauche/patches/patch-ae b/lang/gauche/patches/patch-ae new file mode 100644 index 00000000000..048ea46ac48 --- /dev/null +++ b/lang/gauche/patches/patch-ae @@ -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@/ |