From 71e31896f00e99656357447f7170e2769d64c21b Mon Sep 17 00:00:00 2001
From: hackbard <hackbard>
Date: Mon, 5 Sep 2005 23:16:18 +0000
Subject: [PATCH] hopefully fixed firefox & thunderbird package

---
 doc/CHANGELOG                        |  6 +++++-
 packages/x11/firefox/firefox         | 25 +++++++++++++++-------
 packages/x11/thunderbird/thunderbird | 31 +++++++++++++++++++---------
 3 files changed, 43 insertions(+), 19 deletions(-)

diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 416a403..36b5ddd 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -1,4 +1,8 @@
-*) 2005-08-27
+*) 2005-08-06
+
+- hopefully! fixed firefox & thunderbird package (using cvs)
+
+*) 2005-08-05
 
 - added pcmciautils and sysfsutils package
 - updated some base/toolchain packages
diff --git a/packages/x11/firefox/firefox b/packages/x11/firefox/firefox
index 8967f08..cd2e143 100644
--- a/packages/x11/firefox/firefox
+++ b/packages/x11/firefox/firefox
@@ -2,14 +2,18 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.0.6
+# [V] 1.6a1
 # [S] 3-8
-# [D] firefox-1.0.6-source.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.6/source/
+# [D] mozilla-cvs-20050905_1800.tar.bz2 http://hdwlinux.org/download/hdw-linux/hdw-linux-1.0/sources/x11/firefox/
 # [D] install_flash_player_7_linux.tar.gz http://fpdownload.macromedia.com/get/shockwave/flash/english/linux/7.0r25/
 
 srcdir=mozilla
 optimize="`echo $hdw_cflags | awk '{ print $1 }'`"
+extensions="cookie,xml-rpc,xmlextras,pref,transformiix"
+extensions="$extensions,universalchardet,webservices,inspector"
 export PKG_CONFIG_PATH="$prefix/X11R6/lib/pkgconfig"
+# firefox doesn't like optimization
+unset CFLAGS CPPFLAGS CXXFLAGS
 
 pre_install()	{
 	export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1 MOZ_PHOENIX=1
@@ -17,16 +21,21 @@ pre_install()	{
 	sed "s,0000000000,hdw-linux -- ${hdw_version}," \
 		xpfe/global/build.dtd.in > xpfe/global/build.dtd.in.new
 	mv xpfe/global/build.dtd.in.new xpfe/global/build.dtd.in
+	sed -i 's|    dist_bin="$moz_libdir"|\
+			&\n    run_moz="$dist_bin/run-mozilla.sh"|' \
+			browser/app/mozilla.in
 		}
 
 confopt="$confopt --enable-default-toolkit=gtk2 --with-x --with-system-zlib"
-confopt="$confopt --with-system-jpeg --with-system-png --with-extensions"
+confopt="$confopt --with-system-jpeg --with-system-png"
 confopt="$confopt --with-default-mozilla-five-home=$MOZILLA_FIVE_HOME"
 confopt="$confopt --with-user-appdir=.firefox"
 confopt="$confopt --enable-xft --enable-crypto --enable-xinerama"
-confopt="$confopt --enable-strip --enable-strip-libs --enable-extensions=all"
+confopt="$confopt --enable-strip --enable-strip-libs"
+confopt="$confopt --enable-extensions=$extensions" # 'all' or '$extensions'
 confopt="$confopt --enable-application=browser"
-confopt="$confopt --enable-optimize='$optimize' --enable-cpp-rtti"
+confopt="$confopt --enable-cpp-rtti"
+#confopt="$confopt --enable-optimize='$optimize' --enable-cpp-rtti"
 confopt="$confopt --enable-single-profile --disable-profilesharing "
 confopt="$confopt --disable-mailnews --disable-ldap --disable-freetype2"
 confopt="$confopt --disable-tests --disable-debug --disable-composer"
@@ -42,9 +51,9 @@ post_install()	{
 	ln -sfv firefox-$ver $prefix/include/firefox
 
 	cd $prefix/lib/firefox-$ver
-	LD_LIBRARY_PATH=. ./regxpcom
-	LD_LIBRARY_PATH=. ./regchrome
-	touch `find $PWD -name *.rdf`
+	[ -f ./regxpcom ] && LD_LIBRARY_PATH=. ./regxpcom
+	[ -f ./regchrome ] && LD_LIBRARY_PATH=. ./regchrome
+	#touch `find $PWD -name *.rdf`
 
 	# plugins
 	cd $root/src.$package
diff --git a/packages/x11/thunderbird/thunderbird b/packages/x11/thunderbird/thunderbird
index 13b3e0b..08478cb 100644
--- a/packages/x11/thunderbird/thunderbird
+++ b/packages/x11/thunderbird/thunderbird
@@ -2,13 +2,16 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.0.6
+# [V] 1.6a1
 # [S] 3-8
-# [D] thunderbird-1.0.6-source.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/1.0.6/source/
+# [D] mozilla-cvs-20050905_1800.tar.bz2 http://hdwlinux.org/download/hdw-linux/hdw-linux-1.0/sources/x11/thunderbird/
 
 srcdir=mozilla
 optimize="`echo $hdw_cflags | awk '{ print $1 }'`"
+extensions="wallet,spellcheck,xmlextras,webservices"
 export PKG_CONFIG_PATH="$prefix/X11R6/lib/pkgconfig"
+# firefox doesn't like optimization
+unset CFLAGS CPPFLAGS CXXFLAGS
 
 pre_install()	{
 	export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1 MOZ_THUNDERBIRD=1
@@ -16,10 +19,9 @@ pre_install()	{
 	sed "s,0000000000,hdw-linux -- ${hdw_version}," \
 		xpfe/global/build.dtd.in > xpfe/global/build.dtd.in.new
 	mv xpfe/global/build.dtd.in.new xpfe/global/build.dtd.in
-	# patching app Makefile (still needed?)
-	sed 's/$(destdir)$(bindir)/$(DESTDIR)$(mozappdir)/' \
-		mail/app/Makefile.in > mail/app/Makefile.in.new
-	mv mail/app/Makefile.in.new mail/app/Makefile.in
+	sed -i 's|    dist_bin="$moz_libdir"|\
+			&\n    run_moz="$dist_bin/run-mozilla.sh"|' \
+			browser/app/mozilla.in
 		}
 
 confopt="$confopt --enable-default-toolkit=gtk2 --with-x --with-system-zlib"
@@ -27,11 +29,14 @@ confopt="$confopt --with-system-jpeg --with-system-png"
 confopt="$confopt --with-default-mozilla-five-home=$MOZILLA_FIVE_HOME"
 confopt="$confopt --enable-xft --enable-crypto --enable-xinerama"
 confopt="$confopt --enable-application=mail --enable-strip --enable-strip-libs"
-confopt="$confopt --enable-reorder --enable-cpp-rtti --enable-extensions=all"
-confopt="$confopt --disable-tests --disable-debug --disable-extensions"
+confopt="$confopt --enable-reorder --enable-cpp-rtti"
+confopt="$confopt --enable-extensions=$extensions" 'all' or '$extensions'
+confopt="$confopt --disable-tests --disable-debug"
 confopt="$confopt --disable-pedantic --disable-logging --disable-accessibility"
 confopt="$confopt --disable-freetype2 --disable-installer --disable-mathml"
 confopt="$confopt --disable-profilesharing --enable-single-profile"
+confopt="$confopt --enable-necko-protocols=http,file,jar,viewsource,res,data"
+confopt="$confopt --enable-image-decoders=default,-xbm"
 confopt="$confopt --disable-oji --disable-plugins --disable-necko-disk-cache"
 confopt="$confopt --enable-optimize='$optimize'"
 
@@ -39,11 +44,17 @@ post_install()	{
 	install -d $prefix/include/thunderbird-$ver/nss
 	cp -vLf dist/private/nss/*.h dist/public/nss/*.h \
 		$prefix/include/thunderbird-$ver/nss
+	install -d $prefix/lib/thunderbird-$ver/defaults/isp/US
+	install mailnews/base/ispdata/movemail.rdf \
+		mail/extensions/newsblog/rss.rdf \
+		$prefix/lib/thunderbird-$ver/defaults/isp &&
+	ln -sfv ../{movemail,rss}.rdf \
+		$prefix/lib/thunderbird-$ver/defaults/isp/US
 	ln -sfv thunderbird-$ver $prefix/lib/thunderbird
 	ln -sfv thunderbird-$ver $prefix/include/thunderbird
 
 	cd $prefix/lib/thunderbird-$ver
-	LD_LIBRARY_PATH=. ./regxpcom
-	LD_LIBRARY_PATH=. ./regchrome
+	[ -f ./regxpcom ] && LD_LIBRARY_PATH=. ./regxpcom
+	[ -f ./regchrome ] && LD_LIBRARY_PATH=. ./regchrome
 	touch `find $PWD -name *.rdf`
 		}
-- 
2.39.5