From owner-freebsd-ports Sun Oct 28 17:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 771B037B407 for ; Sun, 28 Oct 2001 17:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9T1K1P33948; Sun, 28 Oct 2001 17:20:01 -0800 (PST) (envelope-from gnats) Received: from mx41.tiki.ne.jp (mx41.tiki.ne.jp [202.214.149.76]) by hub.freebsd.org (Postfix) with ESMTP id 3F1A737B406 for ; Sun, 28 Oct 2001 17:14:54 -0800 (PST) Received: from triton.nobutaka.com (pl286.nas921.m-hiroshima.nttpc.ne.jp [210.153.227.30]) by mx41.tiki.ne.jp (8.9.3/3.7W) with ESMTP id KAA01384 for ; Mon, 29 Oct 2001 10:14:52 +0900 (JST) Message-Id: <86668zckms.wl@triton.nobutaka.com> Date: Mon, 29 Oct 2001 10:14:51 +0900 From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31569: Update port: www/w3m 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: 31569 >Category: ports >Synopsis: Update port: www/w3m >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 28 17:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Sun Oct 28 04:39:30 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Fix build error of www/w3m on -current box. >How-To-Repeat: >Fix: Index: w3m/files/patch-indep.c =================================================================== RCS file: w3m/files/patch-indep.c diff -N w3m/files/patch-indep.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/files/patch-indep.c 29 Oct 2001 00:52:41 -0000 @@ -0,0 +1,11 @@ +--- indep.c.orig Mon Oct 29 09:52:32 2001 ++++ indep.c Mon Oct 29 09:52:37 2001 +@@ -181,7 +181,7 @@ + + /* string search using the simplest algorithm */ + char * +-strcasestr(char *s1, char *s2) ++strcasestr(const char *s1, const char *s2) + { + int len1, len2; + len1 = strlen(s1); Index: w3m/files/patch-indep.h =================================================================== RCS file: w3m/files/patch-indep.h diff -N w3m/files/patch-indep.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/files/patch-indep.h 29 Oct 2001 00:52:03 -0000 @@ -0,0 +1,11 @@ +--- indep.h.orig Mon Oct 29 09:49:01 2001 ++++ indep.h Mon Oct 29 09:49:52 2001 +@@ -23,7 +23,7 @@ + extern char *cleanupName2(char *name, int flag); + #define cleanupName(name) cleanupName2((name), TRUE) + extern char *expandPath(char *name); +-extern char *strcasestr(char *s1, char *s2); ++extern char *strcasestr(const char *s1, const char *s2); + extern int strcasemstr(char *str, char *srch[], char **ret_ptr); + extern char *remove_space(char *str); + extern int non_null(char *s); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message