aboutsummaryrefslogtreecommitdiff
path: root/www/harvest/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-01-01 20:20:48 +0000
committerPatrick Li <pat@FreeBSD.org>2003-01-01 20:20:48 +0000
commit584b9516a1442d78972b63eacb25fb80171b2999 (patch)
tree4b532b445a2747c2b264ce705cd26427f56779f9 /www/harvest/files
parentf6824d9c4c2d8563e3df2288e37f2fd50325aa3b (diff)
downloadports-584b9516a1442d78972b63eacb25fb80171b2999.tar.gz
ports-584b9516a1442d78972b63eacb25fb80171b2999.zip
Update to 1.9.3
PR: ports/46599 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=72103
Diffstat (limited to 'www/harvest/files')
-rw-r--r--www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c15
-rw-r--r--www/harvest/files/patch-components::broker::swish::Makefile.in11
-rw-r--r--www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in11
-rw-r--r--www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c11
-rw-r--r--www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in29
-rw-r--r--www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in22
-rw-r--r--www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in36
-rw-r--r--www/harvest/files/patch-src::common::util::strerror.c13
-rw-r--r--www/harvest/files/patch-src::gatherer::essence::file::print.c15
-rw-r--r--www/harvest/files/patch-src::gatherer::essence::pp_rules.y10
10 files changed, 11 insertions, 162 deletions
diff --git a/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c b/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c
deleted file mode 100644
index 70f84a7d6007..000000000000
--- a/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- components/broker/standard/WWW/DisplayObject.c.orig Mon Feb 11 07:57:16 2002
-+++ components/broker/standard/WWW/DisplayObject.c Sat Nov 23 04:30:56 2002
-@@ -214,10 +214,12 @@
- */
- char *xstrerror(n)
- int n;
-+#if !defined(__FreeBSD__)
- {
- extern int sys_nerr;
- #ifdef NEED_SYS_ERRLIST
- extern char *sys_errlist[];
-+#endif
- #endif
-
- if (n < 0 || n >= sys_nerr)
diff --git a/www/harvest/files/patch-components::broker::swish::Makefile.in b/www/harvest/files/patch-components::broker::swish::Makefile.in
deleted file mode 100644
index c63d91aba762..000000000000
--- a/www/harvest/files/patch-components::broker::swish::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/broker/swish/Makefile.in.orig Wed Nov 5 03:14:43 1997
-+++ components/broker/swish/Makefile.in Wed Nov 13 10:11:37 2002
-@@ -15,7 +15,7 @@
- prefix = @prefix@
- bindir = $(prefix)/lib/broker
-
--INSTALL_PROG = @INSTALL@
-+INSTALL_PROG = @INSTALL_PROGRAM@
-
- TEMPLATEDIR = ../../../src/common
- TEMPLATESRC = $(srcdir)/$(TEMPLATEDIR)
diff --git a/www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in b/www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in
new file mode 100644
index 000000000000..813658a2cc9a
--- /dev/null
+++ b/www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in
@@ -0,0 +1,11 @@
+--- components/broker/zebra/yaz/lib/Makefile.in.orig Sat Nov 30 00:47:25 2002
++++ components/broker/zebra/yaz/lib/Makefile.in Thu Dec 5 21:44:41 2002
+@@ -190,7 +190,7 @@
+ $(AUTOMAKE) --gnu lib/Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL_DATA)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
diff --git a/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c b/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c
deleted file mode 100644
index 340a3073c914..000000000000
--- a/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/gatherer/WordPerfect/wp2x-2.3/wp2x.c.orig Sat Nov 16 08:09:53 2002
-+++ components/gatherer/WordPerfect/wp2x-2.3/wp2x.c Sat Nov 23 04:42:43 2002
-@@ -151,7 +151,7 @@
- #include "patchlevel.h"
-
- /* Some platforms do not define these externals in stdlib.h */
--#ifndef __CYGWIN__
-+#if !defined(__CYGWIN__) && !defined(__FreeBSD__)
- #if NEED_SYS_ERRLIST || __GLIBC__
- extern char *Cdecl sys_errlist[];
- #endif
diff --git a/www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in b/www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in
deleted file mode 100644
index c3c855fb0f37..000000000000
--- a/www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- components/gatherer/catdoc/charsets/Makefile.in.orig Sat Jun 8 17:12:36 2002
-+++ components/gatherer/catdoc/charsets/Makefile.in Wed Nov 13 10:03:59 2002
-@@ -1,5 +1,7 @@
- SHELL = /bin/sh
- INSTALL = @INSTALL@
-+INSTALL_BIN = @INSTALL_PROGRAM@
-+INSTALL_LIB = @INSTALL_DATA@
-
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
-@@ -29,13 +31,13 @@
- clean:
- install: install-dirs install-spc install-charsets
- install-spc: tex.spc ascii.spc tex.rpl ascii.rpl
-- $(INSTALL) -m 644 $(srcdir)/ascii.spc $(installroot)$(LIB_DIR)/ascii$(SPEC_EXT)
-- $(INSTALL) -m 644 $(srcdir)/tex.spc $(installroot)$(LIB_DIR)/tex$(SPEC_EXT)
-- $(INSTALL) -m 644 $(srcdir)/ascii.rpl $(installroot)$(LIB_DIR)/ascii$(REPL_EXT)
-- $(INSTALL) -m 644 $(srcdir)/tex.rpl $(installroot)$(LIB_DIR)/tex$(REPL_EXT)
-+ $(INSTALL_LIB) $(srcdir)/ascii.spc $(installroot)$(LIB_DIR)/ascii$(SPEC_EXT)
-+ $(INSTALL_LIB) $(srcdir)/tex.spc $(installroot)$(LIB_DIR)/tex$(SPEC_EXT)
-+ $(INSTALL_LIB) $(srcdir)/ascii.rpl $(installroot)$(LIB_DIR)/ascii$(REPL_EXT)
-+ $(INSTALL_LIB) $(srcdir)/tex.rpl $(installroot)$(LIB_DIR)/tex$(REPL_EXT)
- install-charsets:
- for i in $(srcdir)/*.txt; do\
-- $(INSTALL) -m 0644 $$i $(installroot)$(LIB_DIR);\
-+ $(INSTALL_LIB) -m 0644 $$i $(installroot)$(LIB_DIR);\
- done
- install-dirs:
- $(top_srcdir)/mkinstalldirs $(installroot)$(LIB_DIR)
diff --git a/www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in b/www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in
deleted file mode 100644
index 086e2e9bed99..000000000000
--- a/www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- components/gatherer/catdoc/doc/Makefile.in.orig Thu Jan 31 05:00:58 2002
-+++ components/gatherer/catdoc/doc/Makefile.in Wed Nov 13 10:00:45 2002
-@@ -5,6 +5,8 @@
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
- INSTALL = @INSTALL@
-+INSTALL_BIN = @INSTALL_PROGRAM@
-+INSTALL_LIB = @INSTALL_DATA@
- VPATH = @srcdir@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-@@ -20,8 +22,8 @@
- clean:
- install: catdoc.1 xls2csv.1
- ../mkinstalldirs $(installroot)$(mandir)
-- $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/catdoc$(manext)
-- $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext)
-+ $(INSTALL_LIB) catdoc.1 $(installroot)$(mandir)/catdoc$(manext)
-+ $(INSTALL_LIB) xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext)
- # Following rules are primarily for developers use. I doubt that you
- # need to rebuild these versions of documentation
- distclean: catdoc.1 catdoc.txt catdoc.ps xls2csv.1 xls2csv.txt xls2csv.ps
diff --git a/www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in b/www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in
deleted file mode 100644
index 09a7d7e8c3d5..000000000000
--- a/www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in
+++ /dev/null
@@ -1,36 +0,0 @@
---- components/gatherer/catdoc/src/Makefile.in.orig Sat Jun 8 17:13:17 2002
-+++ components/gatherer/catdoc/src/Makefile.in Wed Nov 13 10:02:19 2002
-@@ -12,13 +12,15 @@
- libdir = @prefix@/lib/gatherer/catdoc-lib
- mandir = @mandir@
- INSTALL = @INSTALL@
-+INSTALL_BIN = @INSTALL_PROGRAM@
-+INSTALL_LIB = @INSTALL_DATA@
- WISH = @WISH@
- CC = @CC@
- build_targets = @buildtargets@
- install_targets = @installtargets@
- # Flags to pass to your C compilier
- # remove -O2 on HP/UX 9. It is known to cause problems
--FLAGS=-Wall -O2 -g
-+CFLAGS = @CFLAGS@
-
- #Compile-time configuration of catdoc itself. Edit according to taste
-
-@@ -77,12 +79,12 @@
- install: @installtargets@
- install-catdoc:catdoc xls2csv
- $(top_srcdir)/mkinstalldirs $(installroot)$(bindir)
-- $(INSTALL) -m 755 catdoc $(installroot)$(bindir)/catdoc
-- $(INSTALL) -m 755 xls2csv $(installroot)$(bindir)/xls2csv
--# $(INSTALL) -m 755 msxlsview.sh $(installroot)$(bindir)/xlsview
-+ $(INSTALL_BIN) catdoc $(installroot)$(bindir)/catdoc
-+ $(INSTALL_BIN) xls2csv $(installroot)$(bindir)/xls2csv
-+# $(INSTALL_BIN) msxlsview.sh $(installroot)$(bindir)/xlsview
- install-wordview: wordview
- $(top_srcdir)/mkinstalldirs $(installroot)$(bindir)
-- $(INSTALL) -m 755 wordview $(installroot)$(bindir)/wordview
-+ $(INSTALL_BIN) wordview $(installroot)$(bindir)/wordview
- wordview: wordview.tcl
- echo "#! $(WISH)" >wordview
- echo set charset_lib "\"$(LIB_DIR)\"">>wordview
diff --git a/www/harvest/files/patch-src::common::util::strerror.c b/www/harvest/files/patch-src::common::util::strerror.c
deleted file mode 100644
index 947fc4433193..000000000000
--- a/www/harvest/files/patch-src::common::util::strerror.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/common/util/strerror.c.orig Mon Mar 17 07:16:32 1997
-+++ src/common/util/strerror.c Wed Nov 13 08:58:11 2002
-@@ -89,8 +89,10 @@
- char *strerror(n)
- int n;
- {
-+#ifndef __FreeBSD__
- extern int sys_nerr;
- extern char *sys_errlist[];
-+#endif
-
- if (n < 0 || n >= sys_nerr)
- return (NULL);
diff --git a/www/harvest/files/patch-src::gatherer::essence::file::print.c b/www/harvest/files/patch-src::gatherer::essence::file::print.c
deleted file mode 100644
index 8c14537e95d0..000000000000
--- a/www/harvest/files/patch-src::gatherer::essence::file::print.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/gatherer/essence/file/print.c.orig Sat Nov 16 08:09:53 2002
-+++ src/gatherer/essence/file/print.c Sat Nov 23 04:28:48 2002
-@@ -78,10 +78,12 @@
- warning(f, a)
- char *f, *a;
- {
-+#if !defined(__FreeBSD__)
- extern int errno, sys_nerr;
- #ifndef __CYGWIN__
- #ifdef NEED_SYS_ERRLIST
- extern char *sys_errlist[];
-+#endif
- #endif
- #endif
- int myerrno;
diff --git a/www/harvest/files/patch-src::gatherer::essence::pp_rules.y b/www/harvest/files/patch-src::gatherer::essence::pp_rules.y
deleted file mode 100644
index 9bef0cf1cd4b..000000000000
--- a/www/harvest/files/patch-src::gatherer::essence::pp_rules.y
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gatherer/essence/pp_rules.y.orig Mon Mar 17 07:18:10 1997
-+++ src/gatherer/essence/pp_rules.y Wed Nov 13 09:06:33 2002
-@@ -65,6 +65,7 @@
- ;
-
- condition : condattr condop condstr { $$ = mk_cond ($1, $2, $3); }
-+ ;
-
- condattr : word { $$ = $1; }
- ;