Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2008 01:21:33 +0900
From:      WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125684: [patch] japanese/lynx: update to the latest stable version
Message-ID:  <20080716162512.EDC565C030@mail.asahi-net.or.jp>
Resent-Message-ID: <200807161650.m6GGo6IS063329@freefall.freebsd.org>

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

>Number:         125684
>Category:       ports
>Synopsis:       [patch] japanese/lynx: update to the latest stable version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 16:50:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Watanabe Kazuhiro
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD capricorn.sign.local 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Fri Jul 11 01:05:34 JST 2008 nabe@capricorn:/FreeBSD/obj/i386/HEAD/FreeBSD/HEAD/src/sys/GENERIC i386
>Description:
1. Updates japanese/lynx from 2.8.6.rel4 to 2.8.6.rel5.
2. Adds a missing configure option (--with-bzlib) to the CONFIGURE_ARGS.
3. Fixes the CONFLICTS variable.
>How-To-Repeat:
None.
>Fix:
I've tested the patch on 7.0-RELEASE and 8-current.

diff -urN lynx.orig/Makefile lynx/Makefile
--- lynx.orig/Makefile	2008-06-19 07:46:24.000000000 +0900
+++ lynx/Makefile	2008-07-16 23:57:42.000000000 +0900
@@ -16,16 +16,17 @@
 COMMENT=	A terminal-based World-Wide Web Client with multi-byte modification
 
 VERSION=	2.8.6
-MINOR_VERSION=	rel.4
+MINOR_VERSION=	rel.5
 
-CONFLICTS=	lynx-2.* lynx-ssl-2.*
+CONFLICTS=	lynx-2.* ja-lynx-2.8.7.*
 
 WRKSRC=		${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
 		--enable-nsl-fork --enable-ipv6 \
-		--enable-cjk --enable-justify-elts --enable-internal-links
+		--enable-cjk --enable-justify-elts --enable-internal-links \
+		--with-bzlib
 
 .if defined(ENABLE_COLOR_STYLE)
 PLIST_SUB+=	ENABLE_COLOR_STYLE=""
diff -urN lynx.orig/distinfo lynx/distinfo
--- lynx.orig/distinfo	2008-06-19 07:46:24.000000000 +0900
+++ lynx/distinfo	2008-07-15 13:59:03.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (lynx2.8.6rel.4.tar.bz2) = dc80497b7dda6a28fd80404684d27548
-SHA256 (lynx2.8.6rel.4.tar.bz2) = c7d876d52d08e4e593e8f3a04ba6d6c86685570828d1b7a16723702c7643c2a3
-SIZE (lynx2.8.6rel.4.tar.bz2) = 2291156
+MD5 (lynx2.8.6rel.5.tar.bz2) = bd44c57d28fd3e4c9db1cd492d403600
+SHA256 (lynx2.8.6rel.5.tar.bz2) = dc98c1725cc8c081bddc4ae7a6f065ce9bce5a017d626f62fc0c061ec0eb764d
+SIZE (lynx2.8.6rel.5.tar.bz2) = 2290787
>Release-Note:
>Audit-Trail:
>Unformatted:



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