OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 10-Jan-2004 12:47:44
Branch: HEAD Handle: 2004011011474201
Modified files:
openpkg-src/w3m w3m.spec
openpkg-web news.txt
Log:
unfortunately hack the japanese language variable to keep the kanji
character set from being falsely detected on a european character set
system
Summary:
Revision Changes Path
1.45 +5 -1 openpkg-src/w3m/w3m.spec
1.8043 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 w3m.spec
--- openpkg-src/w3m/w3m.spec 26 Sep 2003 21:19:42 -0000 1.44
+++ openpkg-src/w3m/w3m.spec 10 Jan 2004 11:47:43 -0000 1.45
@@ -33,7 +33,7 @@
Group: Web
License: BSD
Version: 0.4.2
-Release: 20030926
+Release: 20040110
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
@@ -57,6 +57,10 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;^\(#define JP_CHARSET\);/*\1*/;g' \
+ fm.h \
+ regex.c
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8042 -r1.8043 news.txt
--- openpkg-web/news.txt 10 Jan 2004 10:26:11 -0000 1.8042
+++ openpkg-web/news.txt 10 Jan 2004 11:47:42 -0000 1.8043
@@ -1,3 +1,4 @@
+10-Jan-2004: Upgraded package: P<w3m-0.4.2-20040110>
10-Jan-2004: Upgraded package: P<nano-1.3.1-20040110>
10-Jan-2004: Upgraded package: P<imap-2004rc3-20040110>
09-Jan-2004: Upgraded package: P<ddd-3.3.8-20040109>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]