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 Date: 17-Aug-2003 14:46:30
Branch: HEAD Handle: 2003081713462802
Modified files:
openpkg-src/mozilla mozilla.spec
openpkg-web news.txt
Log:
libart is already part of the Mozilla 1.4 tarball, so no more need for
extra packaging; enable SVG rendering with libart
Summary:
Revision Changes Path
1.67 +11 -18 openpkg-src/mozilla/mozilla.spec
1.6199 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.spec
============================================================================
$ cvs diff -u -r1.66 -r1.67 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 25 Jul 2003 09:30:31 -0000 1.66
+++ openpkg-src/mozilla/mozilla.spec 17 Aug 2003 12:46:30 -0000 1.67
@@ -23,10 +23,6 @@
## SUCH DAMAGE.
##
-# package versions
-%define V_mozilla 1.4
-%define V_libart 1.2.1
-
# package information
Name: mozilla
Summary: Graphical Internet Communication Frontend
@@ -36,26 +32,27 @@
Distribution: OpenPKG [EVAL]
Group: Web
License: MPL
-Version: %{V_mozilla}
-Release: 20030725
+Version: 1.4
+Release: 20030817
# package options
-%option with_optimize no
+%option with_optimize yes
%option with_mailnews no
%option with_composer no
# list of sources
-Source0:
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{V_mozilla}/src/mozilla-source-%{V_mozilla}.tar.bz2
-Source1: http://people.freebsd.org/~marcus/libart_lgpl-%{V_libart}.tar.bz2
-Source2: mozilla.sh
-Source3: mozilla.pod
+Source0:
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{version}/src/mozilla-source-%{version}.tar.bz2
+Source1: mozilla.sh
+Source2: mozilla.pod
Patch0: mozilla.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030717, X11, glib, gtk, orbit, libiconv,
infozip, openssl, freetype, make, gcc, perl
-PreReq: OpenPKG, openpkg >= 20030717, X11, glib, gtk, orbit, libiconv,
infozip, openssl, freetype, xsel
+BuildPreReq: OpenPKG, openpkg >= 20030717, make, gcc, perl
+PreReq: OpenPKG, openpkg >= 20030717, xsel
+BuildPreReq: X11, glib, gtk, orbit, libiconv, infozip, openssl, freetype
+PreReq: X11, glib, gtk, orbit, libiconv, infozip, openssl, freetype
AutoReq: no
AutoReqProv: no
@@ -75,10 +72,6 @@
# 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_bzip2} -d -c %{SOURCE1} | %{l_tar} xf -
-
# patch source distribution
%patch -p0
@@ -134,6 +127,7 @@
--enable-jsd \
--enable-crypto \
--enable-chrome-format=jar \
+ --enable-svg \
--enable-static \
--enable-strip \
%if "%{with_optimize}" == "yes"
@@ -155,7 +149,6 @@
--disable-xinerama \
--disable-shared \
--disable-tests \
- --disable-svg \
--disable-ldap \
--disable-accessibility \
--disable-debug \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6198 -r1.6199 news.txt
--- openpkg-web/news.txt 17 Aug 2003 10:07:57 -0000 1.6198
+++ openpkg-web/news.txt 17 Aug 2003 12:46:28 -0000 1.6199
@@ -1,3 +1,4 @@
+17-Aug-2003: Upgraded package: P<mozilla-1.4-20030817>
17-Aug-2003: New package: P<ondir-0.2.1-20030817>
17-Aug-2003: Upgraded package: P<ncurses-5.3.20030816-20030817>
17-Aug-2003: Upgraded package: P<pcre-4.3-20030817>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]