FreeBSD Bugzilla – Attachment 26781 Details for
Bug 45630
Update port: www/harvest to 1.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.81 KB, created by
tkato
on 2002-11-23 04:50:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2002-11-23 04:50:05 UTC
Size:
5.81 KB
patch
obsolete
>diff -urN /usr/ports/www/harvest/Makefile www/harvest/Makefile >--- /usr/ports/www/harvest/Makefile Thu Nov 21 01:31:22 2002 >+++ www/harvest/Makefile Sat Nov 23 01:11:06 2002 >@@ -6,7 +6,7 @@ > # > > PORTNAME= harvest >-PORTVERSION= 1.8.1 >+PORTVERSION= 1.8.2 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >diff -urN /usr/ports/www/harvest/distinfo www/harvest/distinfo >--- /usr/ports/www/harvest/distinfo Thu Nov 21 01:31:23 2002 >+++ www/harvest/distinfo Sat Nov 23 04:21:03 2002 >@@ -1 +1 @@ >-MD5 (harvest-1.8.1.tar.bz2) = 9425a081d215686f55bf13efecd02bd0 >+MD5 (harvest-1.8.2.tar.bz2) = c7b2e646d16dc5760c4d60273c244678 >diff -urN /usr/ports/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c >--- /usr/ports/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c Wed Nov 20 22:31:44 2002 >+++ www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c Sat Nov 23 04:56:57 2002 >@@ -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 -urN /usr/ports/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c >--- /usr/ports/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c Thu Jan 1 09:00:00 1970 >+++ www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c Sat Nov 23 04:43:19 2002 >@@ -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 -urN /usr/ports/www/harvest/files/patch-src::gatherer::essence::file::print.c www/harvest/files/patch-src::gatherer::essence::file::print.c >--- /usr/ports/www/harvest/files/patch-src::gatherer::essence::file::print.c Wed Nov 20 22:31:44 2002 >+++ www/harvest/files/patch-src::gatherer::essence::file::print.c Sat Nov 23 04:45:09 2002 >@@ -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 -urN /usr/ports/www/harvest/files/patch-wp2x.c www/harvest/files/patch-wp2x.c >--- /usr/ports/www/harvest/files/patch-wp2x.c Thu Nov 21 14:22:31 2002 >+++ www/harvest/files/patch-wp2x.c Thu Jan 1 09:00:00 1970 >@@ -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 */ >diff -urN /usr/ports/www/harvest/pkg-plist www/harvest/pkg-plist >--- /usr/ports/www/harvest/pkg-plist Thu Nov 21 01:31:23 2002 >+++ www/harvest/pkg-plist Sat Nov 23 04:54:14 2002 >@@ -27,6 +27,7 @@ > harvest/brokers/skeleton/query-glimpse-modern.html.de.in > harvest/brokers/skeleton/query-glimpse-modern.html.es.in > harvest/brokers/skeleton/query-glimpse-modern.html.in >+harvest/brokers/skeleton/query-glimpse-modern.html.ru.in > harvest/brokers/skeleton/query-glimpse.html.in > harvest/brokers/skeleton/query-swish-modern.html.in > harvest/brokers/skeleton/query-swish.html.in >@@ -39,6 +40,7 @@ > harvest/cgi-bin/lib/classic.cf > harvest/cgi-bin/lib/german.cf > harvest/cgi-bin/lib/modern.cf >+harvest/cgi-bin/lib/russian.cf > harvest/cgi-bin/lib/search.cf > harvest/cgi-bin/lib/spanish.cf > harvest/cgi-bin/nph-search.cgi >@@ -146,15 +148,15 @@ > harvest/lib/gatherer/catdoc-lib/8859-9.txt > harvest/lib/gatherer/catdoc-lib/ascii.replchars > harvest/lib/gatherer/catdoc-lib/ascii.specchars >-harvest/lib/gatherer/catdoc-lib/cp2250.txt >-harvest/lib/gatherer/catdoc-lib/cp2251.txt >-harvest/lib/gatherer/catdoc-lib/cp2252.txt >-harvest/lib/gatherer/catdoc-lib/cp2253.txt >-harvest/lib/gatherer/catdoc-lib/cp2254.txt >-harvest/lib/gatherer/catdoc-lib/cp2255.txt >-harvest/lib/gatherer/catdoc-lib/cp2256.txt >-harvest/lib/gatherer/catdoc-lib/cp2257.txt >-harvest/lib/gatherer/catdoc-lib/cp2258.txt >+harvest/lib/gatherer/catdoc-lib/cp1250.txt >+harvest/lib/gatherer/catdoc-lib/cp1251.txt >+harvest/lib/gatherer/catdoc-lib/cp1252.txt >+harvest/lib/gatherer/catdoc-lib/cp1253.txt >+harvest/lib/gatherer/catdoc-lib/cp1254.txt >+harvest/lib/gatherer/catdoc-lib/cp1255.txt >+harvest/lib/gatherer/catdoc-lib/cp1256.txt >+harvest/lib/gatherer/catdoc-lib/cp1257.txt >+harvest/lib/gatherer/catdoc-lib/cp1258.txt > harvest/lib/gatherer/catdoc-lib/cp437.txt > harvest/lib/gatherer/catdoc-lib/cp850.txt > harvest/lib/gatherer/catdoc-lib/cp852.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45630
: 26781