summaryrefslogtreecommitdiff
path: root/www/mnogosearch31/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/mnogosearch31/files')
-rw-r--r--www/mnogosearch31/files/patch-aa15
-rw-r--r--www/mnogosearch31/files/patch-ab25
-rw-r--r--www/mnogosearch31/files/patch-ac11
-rw-r--r--www/mnogosearch31/files/patch-ad13
-rw-r--r--www/mnogosearch31/files/spelld.sh-dist28
5 files changed, 0 insertions, 92 deletions
diff --git a/www/mnogosearch31/files/patch-aa b/www/mnogosearch31/files/patch-aa
deleted file mode 100644
index ef92f8ae606d..000000000000
--- a/www/mnogosearch31/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- doc/Makefile.in.orig Tue Feb 20 14:12:34 2001
-+++ doc/Makefile.in Tue Feb 20 19:32:44 2001
-@@ -285,9 +285,9 @@
-
-
- install-data-local:
-- $(mkinstalldirs) $(DESTDIR)$(prefix)/doc
-- echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/doc/
-- ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/doc/
-+ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/mnogosearch
-+ echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/share/doc/mnogosearch
-+ ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/share/doc/mnogosearch
-
- dist-hook:
- cp -rf samples $(distdir)
diff --git a/www/mnogosearch31/files/patch-ab b/www/mnogosearch31/files/patch-ab
deleted file mode 100644
index 6969705dd615..000000000000
--- a/www/mnogosearch31/files/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-
-$FreeBSD$
-
---- src/Makefile.in.orig Thu Jun 27 13:20:28 2002
-+++ src/Makefile.in Tue Jul 9 11:20:40 2002
-@@ -131,7 +131,7 @@
- libudmsearch_la_SOURCES = indexer.c parseurl.c charset.c parser.c sql.c spell.c log.c proto.c udmutils.c robots.c hrefs.c mutex.c conf.c files.c crc32.c parsedate.c ftp.c socket.c host.c udmxmalloc.c http.c id3.c cache.c boolean.c searchtool.c server.c alias.c filter.c env.c mimetype.c agent.c word.c parsehtml.c stopwords.c execget.c crossword.c
-
-
--libudmsearch_la_LDFLAGS = -release 3.1
-+libudmsearch_la_LDFLAGS = -version-info 1:0:0
-
- include_HEADERS = ../include/udm_charset.h ../include/udm_common.h ../include/udm_conf.h ../include/udm_config.h ../include/udm_db.h ../include/udm_hrefs.h ../include/udm_indexer.h ../include/udm_log.h ../include/udm_parseurl.h ../include/udm_spell.h ../include/udm_mutex.h ../include/udm_utils.h ../include/udmsearch.h ../include/udm_search_tl.h ../include/udm_ftp.h ../include/udm_socket.h ../include/udm_host.h ../include/udm_xmalloc.h ../include/udm_id3.h ../include/udm_http.h ../include/udm_crc32.h ../include/udm_http.h ../include/udm_cache.h ../include/udm_boolean.h ../include/udm_server.h ../include/udm_searchtool.h ../include/udm_alias.h ../include/udm_filter.h ../include/udm_env.h ../include/udm_mimetype.h ../include/udm_agent.h ../include/udm_word.h ../include/udm_parsehtml.h ../include/udm_stopwords.h ../include/udm_parser.h ../include/udm_proto.h ../include/udm_robots.h ../include/udm_signals.h ../include/udm_execget.h ../include/udm_services.h
-
-@@ -275,8 +275,8 @@
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- if test -f $$p; then \
-- echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
-+ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
- else :; fi; \
- done
-
diff --git a/www/mnogosearch31/files/patch-ac b/www/mnogosearch31/files/patch-ac
deleted file mode 100644
index 65c6f2ac627d..000000000000
--- a/www/mnogosearch31/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/search.c.orig Tue Jun 26 12:55:17 2001
-+++ src/search.c Wed May 15 11:29:07 2002
-@@ -1246,7 +1246,7 @@
- int i;
- time_t tclock;
- tclock=time(0);
-- srand((unsigned)tclock);
-+ srand((unsigned)(tclock^(getpid()<<16)));
- for(i=0;i<MAXRANDOM;i++)
- Randoms[i]=0;
- }
diff --git a/www/mnogosearch31/files/patch-ad b/www/mnogosearch31/files/patch-ad
deleted file mode 100644
index e798af64758c..000000000000
--- a/www/mnogosearch31/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.bak Thu Jun 27 14:20:21 2002
-+++ configure Wed Sep 24 09:40:31 2003
-@@ -3247,8 +3247,8 @@
- EOF
-
- echo "$ac_t""enabled" 1>&6
-- PTHREAD_CFLAGS="-pthread"
-- PTHREAD_LFLAGS="-pthread"
-+# PTHREAD_CFLAGS="-pthread"
-+# PTHREAD_LFLAGS="-pthread"
- else
- echo "$ac_t""disabled" 1>&6
- fi
diff --git a/www/mnogosearch31/files/spelld.sh-dist b/www/mnogosearch31/files/spelld.sh-dist
deleted file mode 100644
index 7b9612b68bb5..000000000000
--- a/www/mnogosearch31/files/spelld.sh-dist
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-start)
- if [ -x ${PREFIX}/sbin/spelld ]; then
-# Uncomment to disallow access from outside
-# /sbin/ipfw -q add 7001 deny tcp from any to any 7001
- rm -f /var/mnogosearch/spelld.pid
- su -f -m www -c "exec ${PREFIX}/sbin/spelld &" > /dev/null 2>&1 && echo -n ' spelld'
- fi
- ;;
-stop)
- killall spelld && echo -n ' spelld'
-# Uncomment to disallow access from outside
-# /sbin/ipfw -q delete 7001
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0