Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (7201cc5b662f30db3e6fe73caf35008b0e6c4247)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (7201cc5b662f30db3e6fe73caf35008b0e6c4247)
  • Date: Wed, 2 Aug 2006 15:41:34 -0500

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

http/firefox/BUILD | 8 ++++++++
http/firefox/DETAILS | 1 -
http/firefox/HISTORY | 7 +++++++
3 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit d757d265eafd0f97ef35ca0db5e3f3441ada1c07
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

Reset PATCHLEVEL. My previous change doesn't need to be forced imho.

commit ffc4bf90070af5af4856f67f761960d787f5a18b
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

Ugly hack to get spells using gecko engine to compile against the headers
and libs
under /usr/lib/firefox instead of /usr/lib.firefox-$VERSION, so that we
can avoid
to recompile them on each minor upgrade
I modified the Makefile for pkconfig files and firefox-config command, if
anyone has
a better idea... I thought MOZILLA_FIVE_HOME should do it but actually
no, since it
was already set.

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 2f1442b..af0bfa1 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -20,6 +20,14 @@ if [ "$FIREFOX_CVS" == "y" ]; then
fi &&
cp browser/config/mozconfig .mozconfig &&

+# Ugly hack to get spells using gecko engine to compile against the headers
and libs
+# under /usr/lib/firefox instead of /usr/lib.firefox-$VERSION, so that we
can avoid
+# to recompile them on each minor upgrade
+# This will make the replacement in pkconfig files and firefox-config command
+sedit 's#$(includedir)#/usr/include/firefox#g' build/unix/Makefile.in &&
+sedit 's#$(mozappdir)#/usr/lib/firefox#g' build/unix/Makefile.in &&
+sedit 's#$(idldir)#/usr/share/idl/firefox#g' build/unix/Makefile.in &&
+
./configure \
--prefix=${INSTALL_ROOT}/usr \
--with-user-appdir=.firefox \
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 4fc105b..f2d996c 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -21,7 +21,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozill
WEB_SITE=http://www.mozilla.org/projects/firefox/
ENTERED=20030813
LICENSE[0]=MOZILLA
- PATCHLEVEL=2
KEYWORDS="mozilla http"
SHORT="Redesign of the Mozilla browser"
cat << EOF
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 12588bc..380cf3b 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,10 @@
+2006-08-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: reset PATCHLEVEL
+
+2006-08-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * BUILD: Attempt to replace /usr/lib/firefox-$VERSION by
/usr/lib/firefox
+ in pkgconfig files and firefox-config
+
2006-08-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.5.0.6




  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (7201cc5b662f30db3e6fe73caf35008b0e6c4247), Flavien Bridault, 08/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page