@ -0,0 +1,36 @@ |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/x11/mozilla/mozilla.cache |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[TIMESTAMP] 1073195105 Sun Jan 4 06:45:05 2004 |
|||
[CONFIG-ID] 2.0.0-rc5-x86-pentium-mmx-32-reference |
|||
[ROCKVER] 2.0.0-rc5 |
|||
|
|||
[LOGS] 5-mozilla.log 9-mozilla.log |
|||
|
|||
[BUILDTIME] 357758 (9) |
|||
[SIZE] 66.60 MB, 4364 files |
|||
|
|||
[DEP] atk bash binutils bzip2 coreutils diffutils expat findutils freetype |
|||
[DEP] gawk gcc3 glib glibc23 grep gtk+ libidl linux24-header make mozilla |
|||
[DEP] net-tools pango patch perl5 pkgconfig sed sysfiles tar xfree86 |
|||
[DEP] zip zlib |
|||
|
@ -0,0 +1,49 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/x11/mozilla/mozilla.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
if [ $prefix_auto = 1 ] ; then |
|||
prefix="opt/firefox" |
|||
set_confopt |
|||
fi |
|||
|
|||
# inherit all the complex mozilla stuff |
|||
. package/x11/mozilla/mozilla.conf |
|||
|
|||
# and overwrite the main function |
|||
moz_main() { |
|||
# maybe obsolete ... to be checked |
|||
export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1 |
|||
export MOZILLA_FIVE_HOME=$libdir/firefox-$ver |
|||
|
|||
moz_fixup |
|||
moz_implant_version |
|||
|
|||
cat >> .mozconfig <<-EOT |
|||
. \$topsrcdir/browser/config/mozconfig |
|||
EOT |
|||
|
|||
moz_configure |
|||
|
|||
moz_build |
|||
moz_install |
|||
} |
|||
|
@ -0,0 +1,42 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/x11/mozilla/mozilla.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A full-featured web brower |
|||
|
|||
[T] Firefox is a speedy, full-featured browser that makes browsing more |
|||
[T] efficient than ever before. |
|||
|
|||
[U] http://www.mozilla.org/products/firefox/ |
|||
|
|||
[A] The Mozilla Community <http://www.mozilla.org/about.html> |
|||
[M] Rene Rebe <rene@rocklinux.org> |
|||
|
|||
[C] extra/office |
|||
|
|||
[L] MPL |
|||
[S] Beta |
|||
[V] 0.8 |
|||
[P] X -----5---9 531.000 |
|||
|
|||
[D] 0 firefox-source-0.8.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.8/ |
|||
|
@ -0,0 +1,13 @@ |
|||
--- mozilla/gfx/public/nsRegion.h 2003-03-25 03:57:42.000000000 +0100
|
|||
+++ mozilla-fixed/gfx/public/nsRegion.h 2004-05-05 23:52:57.000000000 +0200
|
|||
@@ -233,8 +233,9 @@
|
|||
void MoveInto (nsRegion& aDestRegion, const RgnRect* aStartRect); |
|||
void MoveInto (nsRegion& aDestRegion) |
|||
{ MoveInto (aDestRegion, mRectListHead.next); } |
|||
-
|
|||
+public:
|
|||
nsRegion (const nsRegion& aRegion); // Prevent copying of regions |
|||
+private:
|
|||
nsRegion& operator = (const nsRegion& aRegion); |
|||
}; |
|||
|
@ -1,33 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/x11/mozilla/set-ldpath.patch.disabled |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- ./xpfe/bootstrap/mozilla.orig Thu Dec 20 04:26:48 2001 |
|||
+++ ./xpfe/bootstrap/mozilla Thu Dec 20 04:28:21 2001 |
|||
@@ -38,6 +38,11 @@ |
|||
debugging=0 |
|||
MOZILLA_BIN="mozilla-bin" |
|||
|
|||
+if [ -z "$LD_LIBRARY_PATH" ] ; then |
|||
+ export "LD_LIBRARY_PATH=/usr/lib/mozilla/compat-libs" |
|||
+else |
|||
+ export "LD_LIBRARY_PATH=/usr/lib/mozilla/compat-libs:$LD_LIBRARY_PATH" |
|||
+fi |
|||
if [ "$OSTYPE" = "beos" ]; then |
|||
mimeset -F $MOZILLA_BIN |
|||
fi |
@ -0,0 +1,36 @@ |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/x11/mozilla/mozilla.cache |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[TIMESTAMP] 1073195105 Sun Jan 4 06:45:05 2004 |
|||
[CONFIG-ID] 2.0.0-rc5-x86-pentium-mmx-32-reference |
|||
[ROCKVER] 2.0.0-rc5 |
|||
|
|||
[LOGS] 5-mozilla.log 9-mozilla.log |
|||
|
|||
[BUILDTIME] 357758 (9) |
|||
[SIZE] 66.60 MB, 4364 files |
|||
|
|||
[DEP] atk bash binutils bzip2 coreutils diffutils expat findutils freetype |
|||
[DEP] gawk gcc3 glib glibc23 grep gtk+ libidl linux24-header make mozilla |
|||
[DEP] net-tools pango patch perl5 pkgconfig sed sysfiles tar xfree86 |
|||
[DEP] zip zlib |
|||
|
@ -0,0 +1,49 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/x11/mozilla/mozilla.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
if [ $prefix_auto = 1 ] ; then |
|||
prefix="opt/firefox" |
|||
set_confopt |
|||
fi |
|||
|
|||
# inherit all the complex mozilla stuff |
|||
. package/x11/mozilla/mozilla.conf |
|||
|
|||
# and overwrite the main function |
|||
moz_main() { |
|||
# maybe obsolete ... to be checked |
|||
export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1 |
|||
export MOZILLA_FIVE_HOME=$libdir/thunderbird-$ver |
|||
|
|||
moz_fixup |
|||
moz_implant_version |
|||
|
|||
cat >> .mozconfig <<-EOT |
|||
. \$topsrcdir/mail/config/mozconfig |
|||
EOT |
|||
|
|||
moz_configure |
|||
|
|||
moz_build |
|||
moz_install |
|||
} |
|||
|
@ -0,0 +1,43 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/x11/mozilla/mozilla.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A full-featured Mail Client |
|||
|
|||
[T] Thunderbird makes emailing safer, faster and easier than ever before |
|||
[T] with the industry's best implementations of features such as intelligent |
|||
[T] spam filters, a built-in spell checker, extension support, and much more. |
|||
|
|||
[U] http://www.mozilla.org/products/thunderbird/ |
|||
|
|||
[A] The Mozilla Community <http://www.mozilla.org/about.html> |
|||
[M] Rene Rebe <rene@rocklinux.org> |
|||
|
|||
[C] extra/office |
|||
|
|||
[L] MPL |
|||
[S] Beta |
|||
[V] 0.6 |
|||
[P] X -----5---9 531.000 |
|||
|
|||
[D] 0 thunderbird-source-0.6.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.6/ |
|||
|