From nobody@FreeBSD.org  Sun Feb  6 04:24:56 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BC081106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 Feb 2011 04:24:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id AB66E8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 Feb 2011 04:24:56 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p164Ou2j064161
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 6 Feb 2011 04:24:56 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p164Ouva064160;
	Sun, 6 Feb 2011 04:24:56 GMT
	(envelope-from nobody)
Message-Id: <201102060424.p164Ouva064160@red.freebsd.org>
Date: Sun, 6 Feb 2011 04:24:56 GMT
From: ARAI Toshihiko <arai.toshihiko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/www/w3m version 0.5.3 released
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154545
>Category:       ports
>Synopsis:       ports/www/w3m version 0.5.3 released
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nobutaka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 06 04:30:07 UTC 2011
>Closed-Date:    Sat Feb 12 00:01:46 UTC 2011
>Last-Modified:  Sat Feb 12 00:10:09 UTC 2011
>Originator:     ARAI Toshihiko
>Release:        8.2-RC2 and 7.3R
>Organization:
japan
>Environment:
>Description:
w3m new released http://sourceforge.net/projects/w3m/
>How-To-Repeat:

>Fix:
remove:
files/patch-file.c

update:
Index: Makefile
Index: distinfo
Index: files/patch-configure


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/w3m/Makefile,v
retrieving revision 1.95
diff -u -r1.95 Makefile
--- Makefile	10 Aug 2010 20:26:31 -0000	1.95
+++ Makefile	6 Feb 2011 03:55:28 -0000
@@ -7,15 +7,11 @@
 
 PORTNAME=	w3m
 PORTVERSION=	${W3M_VERSION}
-PORTREVISION=	4
+PORTREVISION=	0
 CATEGORIES+=	www ipv6
 MASTER_SITES=	SF/w3m/w3m/w3m-${PORTVERSION}
 DISTNAME=	w3m-${W3M_VERSION}
 
-PATCH_SITES=	http://www.alib.jp/files/
-PATCHFILES=	w3m-0.5-version-xhtml.patch
-PATCH_DIST_STRIP=	-p1
-
 MAINTAINER?=	nobutaka@FreeBSD.org
 COMMENT?=	A pager/text-based WWW browser
 
@@ -23,7 +19,7 @@
 
 MAKE_JOBS_UNSAFE=	yes
 
-W3M_VERSION=	0.5.2
+W3M_VERSION=	0.5.3
 
 CONFLICTS?=	ja-w3m-0.5.* ja-w3m-img-0.5.* w3m-m17n-0.5.* w3m-img-0.5.* w3m-m17n-img-0.5.*
 GNU_CONFIGURE=	yes
@@ -87,17 +83,13 @@
 
 .include <bsd.port.pre.mk>
 
-.if exists(${PORT_DBDIR}/boehm-gc/options)
-.include "${PORT_DBDIR}/boehm-gc/options"
-.endif
-
 .if defined(WITH_THREADING)
 # Use -lpthread instead of ${PTHREAD_LIBS} to link libpthread 
 # and libc before libgc.
-# This is necessary to avoid build error with boehm-gc with REDIRECT and
-# THREADING options.
+LIB_DEPENDS+=	gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded
 CONFIGURE_ENV=	DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
 		LIBS="${LIBS} ${PTHREAD_LIBS:C/-pthread/-lpthread/} -lc"
+MAKE_ARGS+=	GC_LIBS="-lgc-threaded"
 .else
 CONFIGURE_ENV=	DEFS="-I${LOCALBASE}/include"
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/w3m/distinfo,v
retrieving revision 1.33
diff -u -r1.33 distinfo
--- distinfo	9 Jun 2007 05:16:15 -0000	1.33
+++ distinfo	6 Feb 2011 03:57:49 -0000
@@ -1,6 +1,3 @@
-MD5 (w3m-0.5.2.tar.gz) = ba06992d3207666ed1bf2dcf7c72bf58
-SHA256 (w3m-0.5.2.tar.gz) = 5ff3e5a1f50a4a8e6ddbfdeefbe13d3a7f63538595a8e29f5da504ea46eda646
-SIZE (w3m-0.5.2.tar.gz) = 1906812
-MD5 (w3m-0.5-version-xhtml.patch) = 16211698ec5d7f7258b70f0baf2d9c81
-SHA256 (w3m-0.5-version-xhtml.patch) = 3cc144a233f566a4b718eec480f3008bb67b8155ecf10663bb98b0aa47a33796
-SIZE (w3m-0.5-version-xhtml.patch) = 8965
+MD5 (w3m-0.5.3.tar.gz) = 1b845a983a50b8dec0169ac48479eacc
+SHA256 (w3m-0.5.3.tar.gz) = e994d263f2fd2c22febfbe45103526e00145a7674a0fda79c822b97c2770a9e3
+SIZE (w3m-0.5.3.tar.gz) = 2202328 
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/www/w3m/files/patch-configure,v
retrieving revision 1.10
diff -u -r1.10 patch-configure
--- files/patch-configure	22 Apr 2008 16:01:39 -0000	1.10
+++ files/patch-configure	6 Feb 2011 03:58:24 -0000
@@ -1,6 +1,6 @@
---- configure.orig	2007-11-23 02:39:52.000000000 +0900
-+++ configure	2007-11-23 02:43:22.000000000 +0900
-@@ -5532,7 +5532,7 @@
+--- configure.orig	2011-02-05 03:06:23.000000000 +0900
++++ configure	2011-02-05 03:06:27.000000000 +0900
+@@ -6755,7 +6755,7 @@
    if test x"$enable_image" = xyes; then
      enable_image=x11
      case "`uname -s`" in


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 6 04:30:19 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154545 

From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: nobutaka@FreeBSD.org
Cc: ARAI Toshihiko <arai.toshihiko@gmail.com>, bug-followup@FreeBSD.org
Subject: Re: ports/154545: ports/www/w3m version 0.5.3 released
Date: Tue, 8 Feb 2011 22:30:18 +0800

 Hi, nobutaka
 
   FYI, regarding the Makefile, I have several suggestions here.
   - W3M_VERSION can be removed by setting PORTVERSION= 0.5.3 directly.
   - DISTNAME should be removed while its value is the default value.
   - Use ?= on PORTREVISION while slave ports may have their own
     PORTREVISION.
   HTH.
 
 Regards,
 sunpoet
 -- 
    Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.org>
            4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B
 	                     http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
State-Changed-From-To: open->closed 
State-Changed-By: nobutaka 
State-Changed-When: Sat Feb 12 00:00:12 UTC 2011 
State-Changed-Why:  
Committed with some modifications. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154545 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154545: commit references a PR
Date: Fri, 11 Feb 2011 23:59:23 +0000 (UTC)

 nobutaka    2011-02-11 23:59:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     japanese/w3m         Makefile 
     japanese/w3m-img     Makefile 
     www/w3m              Makefile distinfo 
     www/w3m-img          Makefile 
     www/w3m-m17n         Makefile 
     www/w3m-m17n-img     Makefile 
   Removed files:
     www/w3m/files        patch-file.c 
   Log:
   - Update to 0.5.3. [*]
   - Use OPTIONS in www/w3m.
   - Enable SSL support by default.
   
   PR:             ports/154545 [*]
   Submitted by:   ARAI Toshihiko <arai.toshihiko@gmail.com> [*]
   
   Revision  Changes    Path
   1.9       +2 -2      ports/japanese/w3m-img/Makefile
   1.13      +1 -2      ports/japanese/w3m/Makefile
   1.6       +1 -1      ports/www/w3m-img/Makefile
   1.3       +2 -2      ports/www/w3m-m17n-img/Makefile
   1.7       +1 -1      ports/www/w3m-m17n/Makefile
   1.96      +18 -73    ports/www/w3m/Makefile
   1.34      +2 -4      ports/www/w3m/distinfo
   1.5       +0 -12     ports/www/w3m/files/patch-file.c (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
