Date: Wed, 2 Jul 2008 12:53:57 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jharris@widomaker.com Subject: ports/125173: [PATCH] www/lynx: Add wide character support Message-ID: <20080702045357.436ACB81F@chinsan.info> Resent-Message-ID: <200807020500.m62507gQ067651@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 125173 >Category: ports >Synopsis: [PATCH] www/lynx: Add wide character support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 02 05:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: Use ncursesw (with wide character support). Otherwise, wide character can not show out. Port maintainer (jharris@widomaker.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lynx-2.8.6.5_4,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/lynx/Makefile /usr/home/chinsan/projects/lynx/Makefile --- /usr/ports/www/lynx/Makefile 2008-06-09 22:50:14.000000000 +0800 +++ /usr/home/chinsan/projects/lynx/Makefile 2008-07-02 10:42:23.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= lynx PORTVERSION= 2.8.6.5 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ \ @@ -23,7 +23,7 @@ USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ +CONFIGURE_ARGS+=--with-screen=ncursesw --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ --with-ssl="${OPENSSLBASE}" --- lynx-2.8.6.5_4,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080702045357.436ACB81F>