Bug 147221 - [patch] japanese/lynx: Update to the latest stable release
Summary: [patch] japanese/lynx: Update to the latest stable release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-30 16:40 UTC by WATANABE Kazuhiro
Modified: 2010-08-22 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (10.00 KB, patch)
2010-05-30 16:40 UTC, WATANABE Kazuhiro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WATANABE Kazuhiro 2010-05-30 16:40:06 UTC
1. Update to the latest stable release.

2. Add a patch to correct the japanese character encoding of FORM
input data.  This patch was written by patakuti for Lynx for Win32
(http://lynx-win32-pata.sourceforge.jp/).  Thanks!

3. Rename ENABLE_FOO tabs to WITH_FOO.

4. Change some CONFIGURE_ARGS variables.

Fix: I've tested the patch on 7.2-RELEASE-p8 and 9-CURRENT with the latest ports tree.
How-To-Repeat: None.
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-08-22 14:50:00 UTC
lwhsu       2010-08-22 13:49:46 UTC

  FreeBSD ports repository

  Modified files:
    japanese/lynx        Makefile distinfo pkg-plist 
    japanese/lynx/files  patch-aa 
  Added files:
    japanese/lynx/files  patch-src-GridText.c 
  Log:
  - Update to 2.8.7.rel1
  - Add a patch to correct the japanese character encoding of FORM input data.
  - Rename ENABLE_FOO tabs to WITH_FOO
  
  PR:             ports/147221
  Submitted by:   WATANABE Kazuhiro <CQG00620 AT nifty.ne.jp>
  
  Revision  Changes    Path
  1.22      +20 -9     ports/japanese/lynx/Makefile
  1.11      +3 -3      ports/japanese/lynx/distinfo
  1.6       +11 -11    ports/japanese/lynx/files/patch-aa
  1.1       +31 -0     ports/japanese/lynx/files/patch-src-GridText.c (new)
  1.11      +23 -3     ports/japanese/lynx/pkg-plist
_______________________________________________
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"
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-22 14:50:03 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!