diff options
author | fredb <fredb@pkgsrc.org> | 2001-12-29 17:41:45 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-12-29 17:41:45 +0000 |
commit | 76ce1633d016418b1c93d26770655585c41803d0 (patch) | |
tree | 64da8a6ec6a739617c5adece8e2d045a380034e4 /lang/gcc/patches | |
parent | 2900c5b95e931298a0e137b47a9ecffd981f502e (diff) | |
download | pkgsrc-76ce1633d016418b1c93d26770655585c41803d0.tar.gz |
Fix up a corrupt infodir entry in "chill.info" that install-info could not
delete cleanly, which foiled subsequent installations, and add an INSTALL
script (keyword PRE-INSTALL) to ensure that the corrupt entry is removed.
Diffstat (limited to 'lang/gcc/patches')
-rw-r--r-- | lang/gcc/patches/patch-ba | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/gcc/patches/patch-ba b/lang/gcc/patches/patch-ba new file mode 100644 index 00000000000..e76cd453947 --- /dev/null +++ b/lang/gcc/patches/patch-ba @@ -0,0 +1,18 @@ +$NetBSD: patch-ba,v 1.1 2001/12/29 17:41:47 fredb Exp $ + +--- ../gcc-2.95.2/gcc/ch/chill.texi.orig Wed Dec 16 14:59:05 1998 ++++ ../gcc-2.95.2/gcc/ch/chill.texi +@@ -5,9 +5,10 @@ + + @ifinfo + @format +-START-INFO-DIR-ENTRY +-* Chill:: Chill compiler +-END-INFO-DIR-ENTRY ++@dircategory Programming ++@direntry ++* Chill: (chill). Chill compiler ++@end direntry + @end format + @end ifinfo + |