OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   23-Sep-2003 10:01:36
  Branch: HEAD                             Handle: 2003092309013005

  Modified files:
    openpkg-re/vcheck       vc.w3m
    openpkg-src/w3m         w3m.spec
    openpkg-web             news.txt

  Log:
    upgrade to 0.4.2 by completely repackaging with new GNU autoconf based
    build environment of W32M

  Summary:
    Revision    Changes     Path
    1.8         +1  -1      openpkg-re/vcheck/vc.w3m
    1.43        +47 -53     openpkg-src/w3m/w3m.spec
    1.6693      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.w3m
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 vc.w3m
  --- openpkg-re/vcheck/vc.w3m  6 Mar 2003 18:48:54 -0000       1.7
  +++ openpkg-re/vcheck/vc.w3m  23 Sep 2003 08:01:30 -0000      1.8
  @@ -2,7 +2,7 @@
   }
   
   prog w3m = {
  -  version   = 0.4.1
  +  version   = 0.4.2
     url       = http://prdownloads.sourceforge.net/w3m/
     regex     = w3m-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/w3m/w3m.spec
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 w3m.spec
  --- openpkg-src/w3m/w3m.spec  31 Jul 2003 09:41:29 -0000      1.42
  +++ openpkg-src/w3m/w3m.spec  23 Sep 2003 08:01:35 -0000      1.43
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [BASE]
   Group:        Web
   License:      BSD
  -Version:      0.4.1
  -Release:      20030731
  +Version:      0.4.2
  +Release:      20030923
   
   #   list of sources
   Source0:      http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
  @@ -57,65 +57,59 @@
   
   %prep
       %setup -q
  -    %{l_shtool} subst \
  -        -e 's;for tlibdir in;& $prefix/lib;g' \
  -        -e 's;for inc in;& $prefix/include;g' \
  -        configure
   
   %build
  -    ( echo "# Configuration at `hostname`"
  -      echo "use_help_cgi=n"
  -      echo "pref_lang=2"
  -      echo "lynx_key=n"
  -      echo "ftppass_hostnamegen=n"
  -      echo "show_params=n"
  -      echo "use_nntp=n"
  -      echo "ansi_color=n"
  -      echo "use_color=y"
  -      echo "use_menu=y"
  -      echo "use_mouse=y"
  -      echo "use_cookie=y"
  -      echo "use_ssl=y"
  -      echo "customized=y"
  -      echo "use_ssl_verify=y"
  -      echo "use_digest_auth=y"
  -      echo "use_bundled_gclib=n"
  -    ) >config.param
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  -    LDFLAGS="%{l_ldflags} -lncurses" \
  +    CPPFLAGS="%{l_cppflags}" \
  +    LDFLAGS="%{l_ldflags}" \
       ./configure \
  -        -prefix="%{l_prefix}" \
  -        -libdir="%{l_prefix}/libexec/w3m" \
  -        -helpdir="%{l_prefix}/share/w3m" \
  -        -sysconfdir="%{l_prefix}/etc/w3m" \
  -        -model=monster \
  -        -lang=en \
  -        -yes \
  -        --ssl-includedir="%{l_prefix}/include" \
  -        --ssl-libdir="%{l_prefix}/lib" \
  -        --mimetypes="%{l_prefix}/etc/w3m/mime.types"
  -    %{l_shtool} subst -e 's;-L/usr/lib; ;g' config.h
  -    %{l_make} %{l_mflags}
  +        --prefix=%{l_prefix} \
  +        --libdir=%{l_prefix}/libexec/w3m \
  +        --sysconfdir=%{l_prefix}/etc \
  +        --with-termlib=ncurses \
  +        --with-editor=%{l_prefix}/bin/vim \
  +        --with-mailer=%{l_prefix}/bin/mutt \
  +        --with-browser=%{l_prefix}/bin/mozilla \
  +        --with-gc=%{l_prefix} \
  +        --with-ssl=%{l_prefix} \
  +        --enable-sslverify \
  +        --enable-w3mmailer \
  +        --disable-external-uri-loader \
  +        --without-migemo \
  +        --disable-gopher \
  +        --disable-help-cgi \
  +        --disable-ipv6 \
  +        --disable-nntp \
  +        --disable-dict \
  +        --disable-alarm \
  +        --disable-xface \
  +        --enable-history \
  +        --enable-keymap=w3m \
  +        --enable-menu \
  +        --enable-mouse \
  +        --enable-cookie \
  +        --enable-digest-auth \
  +        --enable-image=no \
  +        --enable-color \
  +        --disable-ansi-color \
  +        --disable-bgcolor \
  +        --disable-japanese \
  +        --disable-kanjisymbols
  +    %{l_make} %{l_mflags -O}
   
   %install
       rm -rf $RPM_BUILD_ROOT
  -    %{l_shtool} mkdir -f -p -m 755 \
  -        $RPM_BUILD_ROOT%{l_prefix}/etc/w3m \
  -        $RPM_BUILD_ROOT%{l_prefix}/bin \
  -        $RPM_BUILD_ROOT%{l_prefix}/share/w3m \
  -        $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m
  -    %{l_shtool} install -c -s -m 755 w3m $RPM_BUILD_ROOT%{l_prefix}/bin/
  -    %{l_shtool} install -c -s -m 755 \
  -        w3mbookmark w3mhelperpanel \
  -        $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m/
  -    %{l_shtool} install -c -m 755 \
  -        scripts/dirlist.cgi \
  -        scripts/w3mmail.cgi \
  -        $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m/
  -    %{l_shtool} install -c -m 644 w3mhelp-w3m_en.html \
  -        $RPM_BUILD_ROOT%{l_prefix}/share/w3m/w3mhelp.html
  -    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
  +    rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/ja
  +    rm -f $RPM_BUILD_ROOT%{l_prefix}/share/w3m/w3mhelp-funcdesc.ja.pl
  +    rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m/xface2xpm
  +    rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m/w3mimgdisplay
  +    %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/w3m
  +    echo "color 1" >$RPM_BUILD_ROOT%{l_prefix}/etc/w3m/config
  +    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +        %{l_files_std} \
  +        '%config %{l_prefix}/etc/w3m/*'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6692 -r1.6693 news.txt
  --- openpkg-web/news.txt      23 Sep 2003 07:38:19 -0000      1.6692
  +++ openpkg-web/news.txt      23 Sep 2003 08:01:31 -0000      1.6693
  @@ -1,3 +1,4 @@
  +23-Sep-2003: Upgraded package: P<w3m-0.4.2-20030923>
   23-Sep-2003: Upgraded package: P<pgadmin-0.9.3.20030923-20030923>
   23-Sep-2003: Upgraded package: P<rt-3.0.5-20030923>
   23-Sep-2003: Upgraded package: P<doxygen-1.3.4-20030923>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to