From owner-freebsd-ports Tue Nov 10 18:49:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26153 for freebsd-ports-outgoing; Tue, 10 Nov 1998 18:49:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26146 for ; Tue, 10 Nov 1998 18:49:58 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA03910; Tue, 10 Nov 1998 18:50:01 -0800 (PST) Received: from spa.kuis.kyoto-u.ac.jp (lab4imgw.kuis.kyoto-u.ac.jp [130.54.23.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25229 for ; Tue, 10 Nov 1998 18:40:05 -0800 (PST) (envelope-from shige@kuis.kyoto-u.ac.jp) Received: from onikobe.kuis.kyoto-u.ac.jp (onikobe.kuis.kyoto-u.ac.jp [130.54.22.183]) by spa.kuis.kyoto-u.ac.jp (8.8.8/3.6Wspa) with ESMTP id LAA10929; Wed, 11 Nov 1998 11:38:14 +0900 (JST) Received: (from shige@localhost) by onikobe.kuis.kyoto-u.ac.jp (8.9.1/3.7Wpl1-amphitrite) id LAA14575; Wed, 11 Nov 1998 11:39:38 +0900 (JST) Message-Id: <199811110238.LAA10929@spa.kuis.kyoto-u.ac.jp> Date: Wed, 11 Nov 1998 11:39:38 +0900 (JST) From: shige@kuis.kyoto-u.ac.jp Reply-To: shige@kuis.kyoto-u.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: shige@kuis.kyoto-u.ac.jp X-Send-Pr-Version: 3.2 Subject: ports/8647: Update port: japanese/lynx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8647 >Category: ports >Synopsis: Update port: japanese/lynx >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 10 18:50:00 PST 1998 >Last-Modified: >Originator: Shigeyuki FUKUSHIMA >Organization: Dept. of Information Science, Kyoto Univ., JAPAN >Release: FreeBSD 3.0-RELEASE i386 >Environment: FreeBSD 3.0-RELEASE i386 FreeBSD 2.2.7-RELEASE i386 >Description: >How-To-Repeat: Update port: japanese/lynx There is Bold link problem. In case that lynx `Character set' is Japanese(EUC), lynx does not display `links' normally. Therefore I prepare patches/patch-ai for lynx port. And patches/patch-af includes the part of `don't care'. Therefore I remove this part. # If useing GNU patch 2.5, this part causes patch error. # I don't know why... Thank you. --- shige >Fix: diff -urN /usr/ports/japanese/lynx/patches/patch-af lynx/patches/patch-af --- /usr/ports/japanese/lynx/patches/patch-af Mon Nov 2 18:08:18 1998 +++ lynx/patches/patch-af Wed Nov 11 11:14:28 1998 @@ -462,21 +462,3 @@ } } -@@ -1732,7 +1993,7 @@ - } - if (*tmpchptr == '\0') { - break; -- } -+ } - } - } else if (!(IS_UTF_EXTRA(*chptr) || - IsSpecialAttrChar(*chptr))) { -@@ -1871,7 +2132,7 @@ - } - if (*tmpchptr == '\0') { - break; -- } -+ } - } - } else if (!(IS_UTF_EXTRA(*chptr) || - IsSpecialAttrChar(*chptr))) { diff -urN /usr/ports/japanese/lynx/patches/patch-ai lynx/patches/patch-ai --- /usr/ports/japanese/lynx/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ lynx/patches/patch-ai Wed Nov 11 11:26:34 1998 @@ -0,0 +1,24 @@ +--- src/LYCurses.c.orig Wed Nov 11 11:11:52 1998 ++++ src/LYCurses.c Wed Nov 11 11:10:32 1998 +@@ -1679,6 +1679,13 @@ + + PUBLIC void lynx_force_repaint NOARGS + { ++/* ++ * This code is harmful to display bold links. ++ * Already set COLOR attributes? ++ * Therefore we do not need this code. ++ * --- by shige@kuis.kyoto-u.ac.jp ++ */ ++#if 0 /* do not need */ + #if defined(COLOR_CURSES) + chtype a; + #ifndef USE_COLOR_STYLE +@@ -1693,6 +1700,7 @@ + #endif + attrset(a); + #endif /* COLOR_CURSES */ ++#endif /* do not need */ + clearok(curscr, TRUE); + } + >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message