diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 03:05:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 03:05:47 +0000 |
commit | a1ca1f13a2611dff091027fe15eba9e35e8b3704 (patch) | |
tree | 3473461c384516f143089bca4fc7b8323f43e203 /www/mozilla-devel/files/patch-qt | |
parent | Fix pkg-plist, none of the 5.x systems seem to have chg-scsi (diff) |
* Update to 1.7.a
* Fix libiconv support
* Fix SVG support by using a newer version of libart_lgpl
* Use OPTIONS
* Fix some potential lockups related to esound
* Clean up a few potential pthread problems
* Remove the libical support for calendar (libical is now included with Mozilla)
* Allow the JPI_LIST to be overridden
For a list of what's new in 1.7.a, checkout:
http://www.mozilla.org/releases/mozilla1.7a/
Notes
Notes:
svn path=/head/; revision=102154
Diffstat (limited to 'www/mozilla-devel/files/patch-qt')
-rw-r--r-- | www/mozilla-devel/files/patch-qt | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/www/mozilla-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt index d7e0dd95bbc2..8f1959e47c31 100644 --- a/www/mozilla-devel/files/patch-qt +++ b/www/mozilla-devel/files/patch-qt @@ -1,14 +1,50 @@ ---- configure.orig Tue Aug 26 11:56:36 2003 -+++ configure Fri Aug 29 15:42:39 2003 -@@ -11870,9 +11870,9 @@ +--- configure.orig Thu Feb 12 11:11:29 2004 ++++ configure Wed Feb 25 17:48:17 2004 +@@ -9259,7 +9259,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-liconv $LIBS" ++LIBS="-L$LOCALBASE/lib -liconv $LIBS" + cat > conftest.$ac_ext <<EOF + #line 9265 "configure" + #include "confdefs.h" +@@ -9290,7 +9290,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- _ICONV_LIBS="$_ICONV_LIBS -liconv" ++ _ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv" + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6 +@@ -9300,7 +9300,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-liconv $LIBS" ++LIBS="-L$LOCALBASE/lib -liconv $LIBS" + cat > conftest.$ac_ext <<EOF + #line 9306 "configure" + #include "confdefs.h" +@@ -9331,7 +9331,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- _ICONV_LIBS="$_ICONV_LIBS -liconv" ++ _ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv" + else + echo "$ac_t""no" 1>&6 + fi +@@ -12047,9 +12047,9 @@ -MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind webservices spellcheck" +MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind webservices spellcheck" --MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm datetime finger cview layout-debug" -+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm datetime finger cview layout-debug" +-MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm datetime finger cview layout-debug tasks" ++MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm datetime finger cview layout-debug tasks" # Check whether --enable-extensions or --disable-extensions was given. if test "${enable_extensions+set}" = set; then |