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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-web, openpkg-src         Date:   17-Dec-2002 12:28:54
  Branch: HEAD                             Handle: 2002121711285201

  Modified files:
    openpkg-src/mozilla     mozilla.sh mozilla.spec
    openpkg-web             news.txt

  Log:
    1. explicitly require libiconv, 2. add libart_lgpl, 3. add workaround for locality 
'problems' causing Japanese characters on file:// URLs

  Summary:
    Revision    Changes     Path
    1.6         +2  -0      openpkg-src/mozilla/mozilla.sh
    1.45        +11 -5      openpkg-src/mozilla/mozilla.spec
    1.2303      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-src/mozilla/mozilla.sh
  ============================================================
  $ cvs diff -u -r1.5 -r1.6 mozilla.sh
  --- openpkg-src/mozilla/mozilla.sh    12 Dec 2002 12:47:38 -0000      1.5
  +++ openpkg-src/mozilla/mozilla.sh    17 Dec 2002 11:28:53 -0000      1.6
  @@ -57,6 +57,8 @@
   #   establish Mozilla environment
   MOZILLA_FIVE_HOME="$mozilla_dir"
   export MOZILLA_FIVE_HOME
  +LANG=en_US.ISO8859-1
  +export LANG
   
   #   special case of direct remote option
   if [ ".$opt_r" != . ]; then
  Index: openpkg-src/mozilla/mozilla.spec
  ============================================================
  $ cvs diff -u -r1.44 -r1.45 mozilla.spec
  --- openpkg-src/mozilla/mozilla.spec  15 Dec 2002 13:14:51 -0000      1.44
  +++ openpkg-src/mozilla/mozilla.spec  17 Dec 2002 11:28:53 -0000      1.45
  @@ -41,19 +41,20 @@
   Group:        Web
   License:      MPL
   Version:      1.2.1
  -Release:      20021215
  +Release:      20021217
   
   #   list of sources
   Source0:      
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{version}/src/mozilla-source-%{version}.tar.bz2
  -Source1:      mozilla.sh
  -Source2:      mozilla.pod
  +Source1:      http://people.freebsd.org/~marcus/libart_lgpl-%{version}.tar.bz2
  +Source2:      mozilla.sh
  +Source3:      mozilla.pod
   Patch0:       mozilla.patch
   
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, 
openssl, freetype, make, gcc, perl
  -PreReq:       OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, 
openssl, freetype, xsel
  +BuildPreReq:  OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, libiconv, 
infozip, openssl, freetype, make, gcc, perl
  +PreReq:       OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, libiconv, 
infozip, openssl, freetype, xsel
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -73,6 +74,10 @@
       #   extract source distribution
       %setup -q -n mozilla
   
  +    #   add back the modified libart which is included in Mozilla CVS
  +    #   but left out of the source distribution for licensing reasons.
  +    %{l_gzip} -d -c %{SOURCE1} | %{l_tar} xf -
  +
       #   patch source distribution
       %patch -p0
   
  @@ -95,6 +100,7 @@
       GLIB_CONFIG="%{l_prefix}/bin/glib-config" \
       GTK_CONFIG="%{l_prefix}/bin/gtk-config" \
       LIBIDL_CONFIG="%{l_prefix}/bin/libIDL-config" \
  +    MOZ_INTERNAL_LIBART_LGPL=1 \
       ./configure \
           --prefix=%{l_prefix} \
           --libdir=%{l_prefix}/lib/mozilla \
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.2302 -r1.2303 news.txt
  --- openpkg-web/news.txt      17 Dec 2002 10:54:51 -0000      1.2302
  +++ openpkg-web/news.txt      17 Dec 2002 11:28:52 -0000      1.2303
  @@ -1,3 +1,4 @@
  +17-Dec-2002: Upgraded package: P<mozilla-1.2.1-20021217>
   17-Dec-2002: Upgraded package: P<qt-3.1.1-20021217>
   17-Dec-2002: Upgraded package: P<txt2man-1.4.6-20021217>
   17-Dec-2002: Upgraded package: P<scponly-3.5-20021217>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to