Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 10:14:51 +0900
From:      MANTANI Nobutaka <nobutaka@nobutaka.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31569: Update port: www/w3m
Message-ID:  <86668zckms.wl@triton.nobutaka.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86668zckms.wl>