summaryrefslogtreecommitdiff
path: root/textproc/isearch/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-02 10:45:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-02 10:45:51 +0000
commit02331ba6e079aa85190163768114ca274ed5b10b (patch)
tree51ca6d84178e0fbf6bdc1ae3612c5a1d43e76b2b /textproc/isearch/files
parent- Fix build after xorg upgrade (diff)
2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use databases/mysql-connector-java instead 2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by www/p5-HTML-FormFu-Model-DBIC 2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active maintained" 2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead 2010-04-27 mail/postfix23: it's no longer maintened by upstream developer 2010-04-30 math/libgmp4: Use math/gmp instead. 2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE 2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2 2010-03-04 multimedia/kbtv: no longer under development by author 2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx instead 2010-04-30 security/vpnd: This software is no longer developed 2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of GCC, not used by any other port 2010-04-02 www/caudium12: No longer maintained upstream, please switch to www/caudium14 2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
Diffstat (limited to 'textproc/isearch/files')
-rw-r--r--textproc/isearch/files/patch-Makefile53
-rw-r--r--textproc/isearch/files/patch-doctype+Makefile20
-rw-r--r--textproc/isearch/files/patch-src+string::hxx12
-rw-r--r--textproc/isearch/files/patch-src::Iindex.cxx11
-rw-r--r--textproc/isearch/files/patch-src::fc.hxx12
-rw-r--r--textproc/isearch/files/patch-src::intlist.hxx12
-rw-r--r--textproc/isearch/files/patch-src::mergeunit.hxx10
-rw-r--r--textproc/isearch/files/patch-src::opstack.hxx11
-rw-r--r--textproc/isearch/files/patch-src::registry.hxx11
-rw-r--r--textproc/isearch/files/patch-src::string.cxx23
10 files changed, 0 insertions, 175 deletions
diff --git a/textproc/isearch/files/patch-Makefile b/textproc/isearch/files/patch-Makefile
deleted file mode 100644
index e538644baa82..000000000000
--- a/textproc/isearch/files/patch-Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
---- Makefile.orig 2000-10-12 15:55:56.000000000 -0500
-+++ Makefile 2008-08-10 22:44:02.000000000 -0500
-@@ -23,9 +23,9 @@
- #
- # Compiler
- #
--CC=g++
-+CC=${CXX}
-
--DTCC=g++
-+DTCC=${CXX}
- #CC=/sw/CenterLine/bin/CC
-
- #
-@@ -45,7 +45,7 @@
- #
- # for Linux
- #
--CFLAGS=-O2 -DUNIX -fwritable-strings
-+CFLAGS=-O2 -DUNIX ${CXXFLAGS}
- #CFLAGS=-g -fwritable-strings -Wall -Wno-unused -DUNIX # -DVERBOSE -DDEBUG
-
- #
-@@ -76,8 +76,8 @@
- #
- # Where should I install executables (make install)?
- #
--INSTALL=/usr/local/bin
--CGI_INSTALL=/home/httpd/cgi-bin
-+INSTALL=${PREFIX}/bin
-+CGI_INSTALL=/usr/local/www/cgi-bin
-
- #
- # Executables Directory
-@@ -189,12 +189,12 @@
-
- install:
- @echo "*** Copying Isearch executables to $(INSTALL) ***"
-- cp $(BIN_DIR)/Iindex $(INSTALL)
-- cp $(BIN_DIR)/Isearch $(INSTALL)
-- cp $(BIN_DIR)/Iutil $(INSTALL)
-- cp $(BIN_DIR)/Iget $(INSTALL)
-- cp $(BIN_DIR)/zsearch $(INSTALL)
-- cp $(BIN_DIR)/zpresent $(INSTALL)
-+ install -s $(BIN_DIR)/Iindex $(INSTALL)
-+ install -s $(BIN_DIR)/Isearch $(INSTALL)
-+ install -s $(BIN_DIR)/Iutil $(INSTALL)
-+ install -s $(BIN_DIR)/Iget $(INSTALL)
-+ install -s $(BIN_DIR)/zsearch $(INSTALL)
-+ install -s $(BIN_DIR)/zpresent $(INSTALL)
- @echo ""
- @echo "To install Isearch-cgi, cd into the Isearch-cgi directory"
- @echo "Then run the configure script"
diff --git a/textproc/isearch/files/patch-doctype+Makefile b/textproc/isearch/files/patch-doctype+Makefile
deleted file mode 100644
index 9739aedd12fa..000000000000
--- a/textproc/isearch/files/patch-doctype+Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- doctype/Makefile.orig 2008-08-10 20:21:14.000000000 -0500
-+++ doctype/Makefile 2008-08-10 20:22:13.000000000 -0500
-@@ -2,7 +2,7 @@
- #
- # Compiler
- #
--CC=g++
-+CC=${CXX}
-
- #
- # Compiler Flags
-@@ -13,7 +13,7 @@
-
- #CFLAGS=-DUNIX -O2
- #CFLAGS=-g -DUNIX -Wall -O2
--CFLAGS=-g -DUNIX -Wall -D__CSTRING__
-+CFLAGS+= -DUNIX -D__CSTRING__
-
- #
- # Source Files Directory
diff --git a/textproc/isearch/files/patch-src+string::hxx b/textproc/isearch/files/patch-src+string::hxx
deleted file mode 100644
index 89a1667604f4..000000000000
--- a/textproc/isearch/files/patch-src+string::hxx
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/string.hxx.orig 2008-08-10 20:45:33.000000000 -0500
-+++ src/string.hxx 2008-08-10 20:46:39.000000000 -0500
-@@ -44,7 +44,8 @@
- #define STRING_HXX
-
- #include <string.h>
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include "gdt.h"
- #include "defs.hxx"
-
diff --git a/textproc/isearch/files/patch-src::Iindex.cxx b/textproc/isearch/files/patch-src::Iindex.cxx
deleted file mode 100644
index 91c704666a01..000000000000
--- a/textproc/isearch/files/patch-src::Iindex.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Iindex.cxx.orig 2008-08-10 22:50:36.000000000 -0500
-+++ src/Iindex.cxx 2008-08-10 22:52:14.000000000 -0500
-@@ -170,7 +170,7 @@
- }
- }
- if (Found) {
-- Offset = (GPTYPE)((UINT4)Found - (UINT4)Buffer);
-+ Offset = (GPTYPE)((UINT8)Found - (UINT8)Buffer);
- /* the separator marks the beginning of the next
- record. (offset - 1), then marks the end of
- the current record. we must make sure that the
diff --git a/textproc/isearch/files/patch-src::fc.hxx b/textproc/isearch/files/patch-src::fc.hxx
deleted file mode 100644
index 02336ee5c15c..000000000000
--- a/textproc/isearch/files/patch-src::fc.hxx
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/fc.hxx.orig 2008-08-10 20:45:08.000000000 -0500
-+++ src/fc.hxx 2008-08-10 20:47:33.000000000 -0500
-@@ -8,7 +8,8 @@
- #ifndef FC_HXX
- #define FC_HXX
-
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- /*
- #include "defs.hxx"
- */
diff --git a/textproc/isearch/files/patch-src::intlist.hxx b/textproc/isearch/files/patch-src::intlist.hxx
deleted file mode 100644
index 68808191c90b..000000000000
--- a/textproc/isearch/files/patch-src::intlist.hxx
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/intlist.hxx.orig 2008-08-10 20:45:21.000000000 -0500
-+++ src/intlist.hxx 2008-08-10 20:47:28.000000000 -0500
-@@ -50,7 +50,8 @@
-
- #include <stdlib.h>
- #include <time.h>
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
-
- #include "gdt.h"
- #include "defs.hxx"
diff --git a/textproc/isearch/files/patch-src::mergeunit.hxx b/textproc/isearch/files/patch-src::mergeunit.hxx
deleted file mode 100644
index 850929208c59..000000000000
--- a/textproc/isearch/files/patch-src::mergeunit.hxx
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/mergeunit.hxx.orig 1998-05-12 16:49:13.000000000 +0000
-+++ src/mergeunit.hxx 2007-12-01 16:40:09.000000000 +0000
-@@ -49,6 +49,7 @@ Author: Jim Fullton, MCNC/CNIDR
-
- #include "defs.hxx"
- #include "idbobj.hxx"
-+#include "filemap.hxx"
-
- #define LIM 10000
-
diff --git a/textproc/isearch/files/patch-src::opstack.hxx b/textproc/isearch/files/patch-src::opstack.hxx
deleted file mode 100644
index c007e5230479..000000000000
--- a/textproc/isearch/files/patch-src::opstack.hxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/opstack.hxx.orig 1996-12-21 00:41:10.000000000 +0000
-+++ src/opstack.hxx 2007-12-01 16:38:59.000000000 +0000
-@@ -57,7 +57,7 @@ public:
- OPSTACK& operator<<(OPOBJ* Op);
- POPOBJ operator>>(POPOBJ& OpPtr);
- PIRSET operator>>(PIRSET& OpPtr);
-- void OPSTACK::Reverse();
-+ void Reverse();
- ~OPSTACK();
- private:
- void Push(OPOBJ& Op);
diff --git a/textproc/isearch/files/patch-src::registry.hxx b/textproc/isearch/files/patch-src::registry.hxx
deleted file mode 100644
index 82245d37e0ac..000000000000
--- a/textproc/isearch/files/patch-src::registry.hxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/registry.hxx.orig Sun Dec 15 09:13:27 2002
-+++ src/registry.hxx Sun Dec 15 09:12:51 2002
-@@ -89,7 +89,7 @@
- void LoadFromFile(const STRING& FileName);
- void AddFromFile(const STRING& FileName);
- // void Print(ostream& os, const INT Level) const;
-- void fprint(FILE* fp, const INT level = 0) const;
-+ void fprint(FILE* fp, const INT level) const;
- void ProfilePrint(ostream& os, const INT Level) const;
- void GetData(STRLIST *StrlistBuffer);
- void DeleteChildren();
diff --git a/textproc/isearch/files/patch-src::string.cxx b/textproc/isearch/files/patch-src::string.cxx
deleted file mode 100644
index 89f95c9b428f..000000000000
--- a/textproc/isearch/files/patch-src::string.cxx
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/string.cxx.orig 2000-10-31 01:22:09.000000000 -0500
-+++ src/string.cxx 2008-08-10 20:55:59.000000000 -0500
-@@ -45,9 +45,10 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <fstream.h>
- #include <ctype.h>
- #include <sys/stat.h>
-+#include <fstream>
-+using namespace std;
-
- #ifdef UNIX
- #include <unistd.h>
-@@ -574,7 +575,7 @@
-
- // can this be const STRING& ?
- ostream& operator<<(ostream& os, const STRING& str) {
-- os.write(str.Buffer, str.Length);
-+ os.write((char*)str.Buffer, str.Length);
- return os;
- }
-