From owner-freebsd-ports Fri Nov 22 20:51:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B752437B43A for ; Fri, 22 Nov 2002 20:50:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B49643EF4 for ; Fri, 22 Nov 2002 20:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAN4o5x3038120 for ; Fri, 22 Nov 2002 20:50:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAN4o51e038119; Fri, 22 Nov 2002 20:50:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89FB037B401 for ; Fri, 22 Nov 2002 20:45:31 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A7D43EAA for ; Fri, 22 Nov 2002 20:45:30 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from socigeog.hmt.toyama-u.ac.jp (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (8.12.6/8.12.3) with SMTP id gAN4jSH0000247 for ; Sat, 23 Nov 2002 13:45:28 +0900 (JST) (envelope-from tkato@prontomail.com) Message-Id: <20021123134452.572c0655.tkato@prontomail.com> Date: Sat, 23 Nov 2002 13:44:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45630: Update port: www/harvest to 1.8.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45630 >Category: ports >Synopsis: Update port: www/harvest to 1.8.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 22 20:50:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.8.2 New file: files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c Remove file: files/patch-wp2x.c >How-To-Repeat: >Fix: 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message