summaryrefslogtreecommitdiff
path: root/www/mozilla/files/patch-qt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 16:36:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 16:36:12 +0000
commit0be5e6c2044165784ec9bc84c3bed61e16ce3e70 (patch)
tree1272c5cc6e0a749a7ca10396ed6cf30889603964 /www/mozilla/files/patch-qt
parentMake sure fc-cache is run after installation for both the port and (diff)
At last, the long awaited update to 1.2.1. Let the bloodbath begin!
* Update to 1.2.1 * Add optional GTK2 and Xft support * Re-enable optimizations [1] * Disable JavaScript debugger by default [1] * Add calendar support [2] PR: 45789, 45969 [2] Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> [2] Suggested by: David Schultz <dschultz@uclink.Berkeley.EDU>
Notes
Notes: svn path=/head/; revision=73726
Diffstat (limited to 'www/mozilla/files/patch-qt')
-rw-r--r--www/mozilla/files/patch-qt31
1 files changed, 9 insertions, 22 deletions
diff --git a/www/mozilla/files/patch-qt b/www/mozilla/files/patch-qt
index acec8e26f297..9bf05f639a6c 100644
--- a/www/mozilla/files/patch-qt
+++ b/www/mozilla/files/patch-qt
@@ -1,15 +1,6 @@
---- configure.orig Wed May 8 22:24:05 2002
-+++ configure Mon May 13 01:18:53 2002
-@@ -7489,7 +7489,7 @@
- EOF
-
- if test "$ac_cv_have_dash_pthread" = "yes"; then
-- _PTHREAD_LDFLAGS=""
-+ _PTHREAD_LDFLAGS="-pthread"
- else
- _PTHREAD_LDFLAGS="-lc_r"
- fi
-@@ -9967,7 +9967,7 @@
+--- configure.orig Tue Oct 15 19:39:37 2002
++++ configure Fri Oct 18 18:20:50 2002
+@@ -10646,7 +10646,7 @@
fi
MOC=$HOST_MOC
@@ -17,20 +8,16 @@
+ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR"
QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
- # Check whether --with-static-qt or --without-static-qt was given.
-@@ -10836,13 +10836,13 @@
-
+ MOZ_QT_LDFLAGS=$QT_LIBS
+@@ -11402,9 +11402,9 @@
--MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc universalchardet"
-+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector universalchardet"
- if test -n "$SUNCTL"; then
- MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT ctl"
- fi
+-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc universalchardet typeaheadfind"
++MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector universalchardet typeaheadfind"
--MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin ctl p3p interfaceinfo"
-+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl p3p interfaceinfo"
+-MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin p3p interfaceinfo datetime finger cview"
++MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin p3p interfaceinfo datetime finger cview"
# Check whether --enable-extensions or --disable-extensions was given.
if test "${enable_extensions+set}" = set; then