diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 15:29:50 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 15:29:50 +0000 |
commit | cd895d43859a50bd8450c7f276b04e298e03cbd9 (patch) | |
tree | dc2d1abcce5de4b16f4aa5cd9c8168d5110094ca /www/harvest/files | |
parent | e8c072775e28bde36a11a10d38d536694627d275 (diff) |
Notes
Diffstat (limited to 'www/harvest/files')
4 files changed, 26 insertions, 19 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 index 1622f8058eed..70f84a7d6007 100644 --- a/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c +++ b/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c @@ -1,12 +1,15 @@ --- components/broker/standard/WWW/DisplayObject.c.orig Mon Feb 11 07:57:16 2002 -+++ components/broker/standard/WWW/DisplayObject.c Wed Nov 13 09:01:03 2002 -@@ -215,8 +215,8 @@ ++++ 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; + extern int sys_nerr; #ifdef NEED_SYS_ERRLIST -+ extern int sys_nerr; extern char *sys_errlist[]; ++#endif #endif + if (n < 0 || n >= sys_nerr) 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 new file mode 100644 index 000000000000..340a3073c914 --- /dev/null +++ b/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c @@ -0,0 +1,11 @@ +--- 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-src::gatherer::essence::file::print.c b/www/harvest/files/patch-src::gatherer::essence::file::print.c index bf01e67fa518..8c14537e95d0 100644 --- a/www/harvest/files/patch-src::gatherer::essence::file::print.c +++ b/www/harvest/files/patch-src::gatherer::essence::file::print.c @@ -1,12 +1,15 @@ ---- src/gatherer/essence/file/print.c.orig Sat Dec 13 01:02:15 1997 -+++ src/gatherer/essence/file/print.c Wed Nov 13 08:56:34 2002 -@@ -78,8 +78,8 @@ +--- 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; { -- extern int errno, sys_nerr; ++#if !defined(__FreeBSD__) + extern int errno, sys_nerr; + #ifndef __CYGWIN__ #ifdef NEED_SYS_ERRLIST -+ extern int errno, sys_nerr; extern char *sys_errlist[]; ++#endif + #endif #endif int myerrno; diff --git a/www/harvest/files/patch-wp2x.c b/www/harvest/files/patch-wp2x.c deleted file mode 100644 index d3fd9005be79..000000000000 --- a/www/harvest/files/patch-wp2x.c +++ /dev/null @@ -1,10 +0,0 @@ ---- components/gatherer/WordPerfect/wp2x-2.3/wp2x.c.orig Thu Nov 21 11:33:54 2002 -+++ components/gatherer/WordPerfect/wp2x-2.3/wp2x.c Thu Nov 21 13:13:25 2002 -@@ -155,7 +155,6 @@ - extern char *Cdecl sys_errlist[]; - #endif - extern int Cdecl errno; --extern int Cdecl sys_nerr; - - /************************************************************************/ - /* Some common idioms */ |