diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 14:24:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 14:24:26 +0000 |
commit | d1c15c822eef48c5c5c8f1d9c9270c75399a704d (patch) | |
tree | 7ab95530ca2386e999c43a7436ce445b723d7e20 /textproc/isearch/files | |
parent | Cope with update of bsd.man.mk . (diff) |
upgrade to 1.47d
PR: 28622
Submitted by: Paul Marquis <pmarquis@pobox.com>
Notes
Notes:
svn path=/head/; revision=45882
Diffstat (limited to 'textproc/isearch/files')
-rw-r--r-- | textproc/isearch/files/patch-aa | 11 | ||||
-rw-r--r-- | textproc/isearch/files/patch-ab | 11 | ||||
-rw-r--r-- | textproc/isearch/files/patch-ac | 11 |
3 files changed, 0 insertions, 33 deletions
diff --git a/textproc/isearch/files/patch-aa b/textproc/isearch/files/patch-aa deleted file mode 100644 index 1cf4cd26e438..000000000000 --- a/textproc/isearch/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Thu Dec 5 22:35:46 1996 -+++ Makefile Mon Feb 17 10:42:51 1997 -@@ -153,7 +153,7 @@ - cp $(BIN_DIR)/Iindex $(INSTALL)/. - cp $(BIN_DIR)/Isearch $(INSTALL)/. - cp $(BIN_DIR)/Iutil $(INSTALL)/. -- cd $(CGI_DIR); make install -+# cd $(CGI_DIR); make install - - srcdist: - make -i distclean;cd ..;tar cvf $(DIST).tar $(DIST);gzip $(DIST).tar diff --git a/textproc/isearch/files/patch-ab b/textproc/isearch/files/patch-ab deleted file mode 100644 index 1b3bc147483c..000000000000 --- a/textproc/isearch/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/index.cxx.old Thu Feb 10 20:39:15 2000 -+++ src/index.cxx Thu Feb 10 20:39:24 2000 -@@ -530,7 +530,7 @@ - } - - GDT_BOOLEAN INDEX::ValidateInField(const GPTYPE HitGp, const STRING& FieldName, -- const PhraseLength) { -+ const int PhraseLength) { - STRING Fn; - Parent->DfdtGetFileName(FieldName, &Fn); - PFILE Fp = Parent->ffopen(Fn, "rb"); diff --git a/textproc/isearch/files/patch-ac b/textproc/isearch/files/patch-ac deleted file mode 100644 index a2470c6c61dd..000000000000 --- a/textproc/isearch/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- doctype/sgmlnorm.cxx.old Thu Feb 10 20:45:12 2000 -+++ doctype/sgmlnorm.cxx Thu Feb 10 20:45:23 2000 -@@ -528,7 +528,7 @@ - #ifndef TAG_GROW_SIZE - #define TAG_GROW_SIZE 128 - #endif -- const grow_size = TAG_GROW_SIZE; -+ const int grow_size = TAG_GROW_SIZE; - #undef TAG_GROW_SIZE - - // You should allocate character pointers (to tags) as you need them. |