head	1.27;
access;
symbols
	RELEASE_6_EOL:1.26
	RELEASE_8_1_0:1.26
	RELEASE_7_3_0:1.26
	RELEASE_8_0_0:1.26
	RELEASE_7_2_0:1.26
	RELEASE_7_1_0:1.26
	RELEASE_6_4_0:1.26
	RELEASE_5_EOL:1.26
	RELEASE_7_0_0:1.26
	RELEASE_6_3_0:1.26
	PRE_XORG_7:1.26
	RELEASE_4_EOL:1.26
	RELEASE_6_2_0:1.26
	RELEASE_6_1_0:1.26
	RELEASE_5_5_0:1.26
	RELEASE_6_0_0:1.25
	RELEASE_5_4_0:1.25
	RELEASE_4_11_0:1.25
	RELEASE_5_3_0:1.25
	RELEASE_4_10_0:1.24
	RELEASE_5_2_1:1.22
	RELEASE_5_2_0:1.22
	RELEASE_4_9_0:1.20
	RELEASE_5_1_0:1.19
	RELEASE_4_8_0:1.18
	RELEASE_5_0_0:1.17
	RELEASE_4_7_0:1.17
	RELEASE_4_6_2:1.17
	RELEASE_4_6_1:1.17
	RELEASE_4_6_0:1.17
	RELEASE_5_0_DP1:1.15
	RELEASE_4_5_0:1.13
	RELEASE_4_4_0:1.11
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.27
date	2011.01.01.14.09.09;	author beat;	state dead;
branches;
next	1.26;

1.26
date	2005.11.29.21.12.27;	author ahze;	state Exp;
branches;
next	1.25;

1.25
date	2004.06.28.02.18.58;	author marcus;	state Exp;
branches;
next	1.24;

1.24
date	2004.03.11.06.37.24;	author marcus;	state Exp;
branches;
next	1.23;

1.23
date	2004.01.17.05.24.17;	author marcus;	state Exp;
branches;
next	1.22;

1.22
date	2003.10.19.03.44.15;	author marcus;	state Exp;
branches;
next	1.21;

1.21
date	2003.10.11.20.30.54;	author marcus;	state Exp;
branches;
next	1.20;

1.20
date	2003.07.01.06.14.02;	author marcus;	state Exp;
branches;
next	1.19;

1.19
date	2003.04.04.07.04.20;	author marcus;	state Exp;
branches;
next	1.18;

1.18
date	2003.01.21.16.36.12;	author marcus;	state Exp;
branches;
next	1.17;

1.17
date	2002.05.13.07.08.34;	author marcus;	state Exp;
branches;
next	1.16;

1.16
date	2002.05.10.21.08.15;	author marcus;	state Exp;
branches;
next	1.15;

1.15
date	2002.03.12.18.16.07;	author sobomax;	state Exp;
branches;
next	1.14;

1.14
date	2002.02.15.18.44.15;	author reg;	state Exp;
branches;
next	1.13;

1.13
date	2001.12.26.10.21.21;	author sobomax;	state Exp;
branches;
next	1.12;

1.12
date	2001.11.21.16.27.43;	author sobomax;	state Exp;
branches;
next	1.11;

1.11
date	2001.08.07.11.52.15;	author sobomax;	state Exp;
branches;
next	1.10;

1.10
date	2001.07.02.13.55.42;	author sobomax;	state Exp;
branches;
next	1.9;

1.9
date	2001.05.22.08.11.38;	author sobomax;	state Exp;
branches;
next	1.8;

1.8
date	2001.05.18.05.43.16;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2001.05.17.08.15.36;	author sobomax;	state Exp;
branches;
next	1.6;

1.6
date	2001.02.16.17.29.24;	author reg;	state Exp;
branches;
next	1.5;

1.5
date	2001.01.22.01.23.18;	author reg;	state Exp;
branches;
next	1.4;

1.4
date	2000.12.21.19.40.44;	author reg;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.21.02.36.51;	author reg;	state Exp;
branches;
next	1.2;

1.2
date	2000.01.29.08.51.37;	author reg;	state Exp;
branches;
next	1.1;

1.1
date	99.11.11.20.16.20;	author jim;	state Exp;
branches;
next	;


desc
@@


1.27
log
@- Finally remove www/mozilla as no other port longer depends on Mozilla.
  Mozilla is unmaintained upstream for years, broken and has security
  issues. Please consider using www/seamonkey2 or www/firefox instead.

  Happy New Year!
@
text
@--- configure.orig	Tue Oct 12 00:13:29 2004
+++ configure	Wed Nov 23 01:48:55 2005
@@@@ -9368,7 +9368,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 9374 "configure"
 #include "confdefs.h"
@@@@ -9399,7 +9399,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
@@@@ -9409,7 +9409,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 9415 "configure"
 #include "confdefs.h"
@@@@ -9440,7 +9440,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
@@@@ -11401,12 +11401,12 @@@@
 
             echo $ac_n "checking MOZ_GTK2_CFLAGS""... $ac_c" 1>&6
 echo "configure:11404: checking MOZ_GTK2_CFLAGS" >&5
-            MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7"`
+            MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7" "pangox >= 1.1.0"`
             echo "$ac_t""$MOZ_GTK2_CFLAGS" 1>&6
 
             echo $ac_n "checking MOZ_GTK2_LIBS""... $ac_c" 1>&6
 echo "configure:11409: checking MOZ_GTK2_LIBS" >&5
-            MOZ_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 1.3.7"`
+            MOZ_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 1.3.7" "pangox >= 1.1.0"`
             echo "$ac_t""$MOZ_GTK2_LIBS" 1>&6
         else
             MOZ_GTK2_CFLAGS=""
@@@@ -12344,9 +12344,9 @@@@
 
 
 
-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth"
+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth"
 
-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
@


1.26
log
@- Update firefox to 1.5
- Add Makefile.common
  o A new build/install system for gecko ports, Makefile.common
    includes many generic routines and common tasks.
  o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
    thus removing the need to have a startup script for ports that
    depend on gecko. [2]
  o Use system libm, nss, nspr in all gecko ports

- Add bsd.gecko.mk
  o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
    with a more robust way of detecting a gecko a end user wishs to
    use.
  o bsd.gecko.mk abstracts the selection of gecko-based backends. It
    allows users and porters to support any available gecko backend
    without needing to build many conditional tests. ${USE_GECKO} is the
    list of backends that your port can handle, and ${GECKO} is set by
    bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
    list of gecko backends they want on their system.

  Port Makefile example:

  USE_GECKO=firefox mozilla seamonkey thunderbird
  .include <bsd.port.pre.mk>
  .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"

  End user example:
  WITH_GECKO=seamonkey firefox

  We highly recommend moving away from using WITH_MOZILLA and switching to
  USE/WITH_GECKO.

PR:		89052 [2]
Submitted by:	vs [2]
Obtained from:	www/firefox
Thanks to:	adamw, marcus, and mezz for ideas, bug squashing, and more
		sajd from irc.freenode.org/#FreeBSD-Gnome for
		 pointing out many bugs
@
text
@@


1.25
log
@* Update to 1.7
* Build the chrome and component registries in a pkg-install script so that
  the resulting paths are correct [1]

For a list of all the changes in 1.7, see
http://www.mozilla.org/releases/mozilla1.7.  This port features support for
the GSSAPI extension as well as optional gnome-vfs support.

PR:		65590 [1]
Submitted by:	thierry [1]
@
text
@d1 3
a3 3
--- configure.orig	Tue Apr 20 21:39:17 2004
+++ configure	Thu Apr 29 14:01:52 2004
@@@@ -9362,7 +9362,7 @@@@
d10 1
a10 1
 #line 9368 "configure"
d12 1
a12 1
@@@@ -9393,7 +9393,7 @@@@
d21 1
a21 1
@@@@ -9403,7 +9403,7 @@@@
d28 1
a28 1
 #line 9409 "configure"
d30 1
a30 1
@@@@ -9434,7 +9434,7 @@@@
d39 16
a54 1
@@@@ -12298,9 +12298,9 @@@@
@


1.24
log
@Merge some fixes from mozilla-devel.

* Allow one to override JPI_LIST
* Fix some potential lock-ups related to esound
* Fix some potential pthread problems
* Fix libiconv support
* Use built-in libical
* Use included libart_lgpl
* Use SIZE
@
text
@d1 3
a3 3
--- configure.orig	Thu Dec 11 18:32:02 2003
+++ configure	Thu Mar 11 00:51:58 2004
@@@@ -9181,7 +9181,7 @@@@
d10 1
a10 1
 #line 9187 "configure"
d12 1
a12 1
@@@@ -9212,7 +9212,7 @@@@
d21 1
a21 1
@@@@ -9222,7 +9222,7 @@@@
d28 1
a28 1
 #line 9228 "configure"
d30 1
a30 1
@@@@ -9253,7 +9253,7 @@@@
d39 1
a39 1
@@@@ -11969,9 +11969,9 @@@@
d43 2
a44 2
-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"
@


1.23
log
@Update to 1.6.  For all the juicy details, please see:

http://www.mozilla.org/releases/mozilla1.6/
@
text
@d2 37
a38 1
+++ configure	Fri Jan 16 22:46:30 2004
@


1.22
log
@Update Mozilla to 1.5, and adjust the dependent ports accordingly.  Note,
mozilla-devel has not been updated since it would cause INDEX conflicts
with the GTK2 port.
@
text
@d1 3
a3 3
--- configure.orig	Fri Aug 29 13:19:05 2003
+++ configure	Sat Oct 18 15:43:27 2003
@@@@ -11957,9 +11957,9 @@@@
d10 2
a11 2
-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"
@


1.21
log
@* Update to 1.4.1
* Add new CLI options to mozilla startup script [1]
* Make XMLTerm optional [2]
* Don't accidentally include mozilla in the plist twice [3]

PR:		55412 [1]
		55330 [2]
		56210 [3]
Submitted by:	bland [1] [2]
@
text
@d1 3
a3 3
--- configure.orig	Wed Aug 27 11:00:21 2003
+++ configure	Sat Oct 11 12:22:54 2003
@@@@ -11896,9 +11896,9 @@@@
d10 2
a11 2
-MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin datetime finger cview" 
+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin datetime finger cview" 
@


1.20
log
@* Update to 1.4
* Mark IGNORE on Alpha -STABLE
@
text
@d1 3
a3 3
--- configure.orig	Mon Jun 16 15:15:10 2003
+++ configure	Mon Jun 30 23:21:49 2003
@@@@ -11992,9 +11992,9 @@@@
d7 2
a8 2
-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind webservices"
+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind webservices"
@


1.19
log
@* Update to 1.3
* Default to building with -O2 optimizations [1]
* Fix a bug where dead keys could not be used [2]

PR:	49010 [2]
Obtained from:	www/phoenix [1]
		http://bugzilla.mozilla.org/show_bug.cgi?id=176713 [2]
@
text
@d1 3
a3 5
--- configure.orig	Thu Feb  6 17:15:12 2003
+++ configure	Tue Feb 11 22:52:48 2003
@@@@ -10974,7 +10974,7 @@@@
     fi
     MOC=$HOST_MOC
a4 6
-    QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR -DQT_NO_STL"
+    QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR"
     if test -z "$MOZ_DEBUG"; then
       QT_CFLAGS="$QT_CFLAGS -DQT_NO_DEBUG -DNO_DEBUG"
     fi
@@@@ -11840,9 +11840,9 @@@@
d7 2
d10 2
a11 5
-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 p3p interfaceinfo datetime finger cview" 
+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin p3p interfaceinfo datetime finger cview" 
@


1.18
log
@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>
@
text
@d1 3
a3 3
--- configure.orig	Tue Oct 15 19:39:37 2002
+++ configure	Fri Oct 18 18:20:50 2002
@@@@ -10646,7 +10646,7 @@@@
d7 1
a7 1
-    QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR"
d9 4
a12 4
     QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
 
     MOZ_QT_LDFLAGS=$QT_LIBS
@@@@ -11402,9 +11402,9 @@@@
@


1.17
log
@Update to 1.0.rc2.

The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
@
text
@d1 3
a3 12
--- 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 @@@@
d11 2
a12 2
     # Check whether --with-static-qt or --without-static-qt was given.
@@@@ -10836,13 +10836,13 @@@@
d16 2
a17 2
-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"
d19 2
a20 6
 if test -n "$SUNCTL"; then
   MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT ctl"
 fi
 
-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" 
@


1.16
log
@Whoops, commit the patch, not just the skeleton Makefile.
@
text
@d1 3
a3 13
--- configure.orig	Fri May 10 17:05:47 2002
+++ configure	Fri May 10 17:06:17 2002
@@@@ -6256,6 +6256,9 @@@@
 # for stuff like -lXshm
     CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
     ;;
+freebsd*)
+    CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
+    ;;
 esac
 for ac_hdr in sys/byteorder.h compat.h getopt.h
 do
@@@@ -7489,7 +7492,7 @@@@
d12 1
a12 1
@@@@ -9927,7 +9930,7 @@@@
d21 1
a21 1
@@@@ -10796,7 +10799,7 @@@@
d25 2
a26 2
-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc"
+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector"
d28 1
a28 3
 case "$target_os" in
 msvc*|mksnt*|mingw*|cygwin*)
@@@@ -10808,7 +10811,7 @@@@
@


1.15
log
@Long awaited 0.9.9 update. For some reason configure doesn't pick up our
request to enable chatzilla, therefore it is not enabled now - the issue
is under investigation, but anybody is free to smash maintainers with a
relevant patch.
@
text
@d1 3
a3 6

$FreeBSD$

--- configure.orig	Thu Mar  7 07:56:55 2002
+++ configure	Tue Mar 12 17:15:06 2002
@@@@ -6279,6 +6279,9 @@@@
d13 1
a13 1
@@@@ -7512,7 +7515,7 @@@@
d22 1
a22 1
@@@@ -9954,7 +9957,7 @@@@
d31 18
@


1.14
log
@Clean up this port, including GCing old configure options and making patches
more acceptable to mozilla.org.  Hopefully these will make it into 0.9.9.

Add a hack to minimise the number of files extracted.

Merge in the patches from the mozilla+ipv6 port.

Submitted by:	sumikawa (mozilla+ipv6)
@
text
@d2 1
a2 1
$FreeBSD: ports/www/mozilla/files/patch-qt,v 1.13 2001/12/26 10:21:21 sobomax Exp $
d4 5
a8 5
--- configure.orig	Wed Dec 12 10:12:41 2001
+++ configure	Tue Dec 25 15:21:43 2001
@@@@ -6186,6 +6186,9 @@@@
 os2*)
     LIBS=
d16 1
a16 10
@@@@ -7357,8 +7360,6 @@@@
 	if test $? -eq 0; then
 		if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
 			ac_cv_have_dash_pthread=yes
-			CFLAGS="$CFLAGS -pthread"
-			CXXFLAGS="$CXXFLAGS -pthread"
 		fi
 	fi
 	rm -f conftest*
@@@@ -7392,7 +7393,7 @@@@
d25 1
a25 1
@@@@ -9839,7 +9840,7 @@@@
@


1.13
log
@Update to 0.9.7.
@
text
@d2 1
a2 1
$FreeBSD$
a42 8
@@@@ -13711,6 +13712,7 @@@@
     echo "configure: warning: Recreating autoconf.mk with updated nspr-config output" 1>&2
     if test ! "$VACPP" && test -z "$_WIN32_MSVC"; then
         NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs`
+	NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS"
         $PERL -pi.bak -e "s {^NSPR_LIBS\s*=.*} {NSPR_LIBS = $NSPR_LIBS }" config/autoconf.mk
     fi
     if test -z "$_WIN32_MSVC"; then
@


1.12
log
@Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.
@
text
@d4 3
a6 3
--- configure.orig	Fri Nov  9 05:13:03 2001
+++ configure	Wed Nov 21 14:22:13 2001
@@@@ -5931,6 +5931,9 @@@@
d16 1
a16 1
@@@@ -6987,8 +6990,6 @@@@
d25 1
a25 1
@@@@ -7022,7 +7023,7 @@@@
d34 1
a34 9
@@@@ -8365,6 +8366,7 @@@@
         ;;
     *)
         NSPR_LIBS='`$(DEPTH)/nsprpub/config/nspr-config --prefix=$(DIST) --libs`'
+        NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS"
         ;;
     esac
 fi
@@@@ -9421,7 +9423,7 @@@@
d43 3
a45 3
@@@@ -13233,6 +13235,7 @@@@
         ;;
     *)
d49 2
a50 2
         ;;
     esac
@


1.11
log
@Update to 0.9.3.

Submitted by:   sf
@
text
@d4 3
a6 12
--- configure.orig	Wed Jul 25 08:44:09 2001
+++ configure	Sat Aug  4 11:18:33 2001
@@@@ -6528,7 +6528,7 @@@@
     echo "$ac_t""$HOST_MOC" 1>&6
     MOC=$HOST_MOC
 
-    QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR"
+    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.
@@@@ -8587,6 +8587,9 @@@@
d16 1
a16 1
@@@@ -9316,8 +9319,6 @@@@
d25 1
a25 1
@@@@ -9351,7 +9352,7 @@@@
d34 18
a51 1
@@@@ -13701,6 +13702,7 @@@@
@


1.10
log
@Update to 0.9.2.

PR:		28610
Submitted by:	Nick Sayer <nsayer@@quack.kfu.com>, sf
@
text
@d4 3
a6 3
--- configure.orig	Wed Jun 27 01:21:19 2001
+++ configure	Mon Jul  2 10:51:16 2001
@@@@ -6681,7 +6681,7 @@@@
d15 1
a15 1
@@@@ -8777,6 +8777,9 @@@@
d25 1
a25 1
@@@@ -9506,8 +9509,6 @@@@
d34 1
a34 1
@@@@ -9541,7 +9542,7 @@@@
d43 1
a43 1
@@@@ -14107,6 +14108,7 @@@@
@


1.9
log
@Update to 0.9.
@
text
@d4 5
a8 4
--- configure.orig	Tue Apr 24 01:59:58 2001
+++ configure	Mon May 14 21:48:26 2001
@@@@ -6596,7 +6596,7 @@@@
 fi
d10 1
a10 2
 
-    QT_CFLAGS="-I${QTDIR}/include -DQT_GENUINE_STR"
d15 1
a15 1
@@@@ -8703,6 +8703,9 @@@@
d25 1
a25 1
@@@@ -9392,8 +9395,6 @@@@
d34 1
a34 1
@@@@ -9427,7 +9428,7 @@@@
d43 1
a43 1
@@@@ -13902,6 +13903,7 @@@@
@


1.8
log
@Downgrade to 0.8.1 until numerous reported problems are fixed.
@
text
@d1 7
a7 5
--- configure.orig	Sat Sep 30 23:16:14 2000
+++ configure	Thu Dec 21 00:49:23 2000
@@@@ -6020,7 +6020,7 @@@@
 	echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6
 echo "configure:6022: checking for Qt insanity" >&5
d9 3
a11 2
-    QT_CFLAGS="-I${QTDIR}/include/qt"
+    QT_CFLAGS="-I${QTDIR}/include/X11/qt"
d15 1
a15 1
@@@@ -8052,6 +8052,9 @@@@
d25 1
a25 1
@@@@ -8702,8 +8705,6 @@@@
d34 1
a34 1
@@@@ -8737,7 +8738,7 @@@@
d43 8
@


1.7
log
@Update to 0.9.

Not objected to by:	gnome@@FreeBSD.org
@
text
@d1 5
a5 7

$FreeBSD$

--- configure.orig	Tue Apr 24 01:59:58 2001
+++ configure	Mon May 14 21:48:26 2001
@@@@ -6596,7 +6596,7 @@@@
 fi
d7 2
a8 3
 
-    QT_CFLAGS="-I${QTDIR}/include -DQT_GENUINE_STR"
+    QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR"
d12 1
a12 1
@@@@ -8703,6 +8703,9 @@@@
d22 1
a22 1
@@@@ -9392,8 +9395,6 @@@@
d31 1
a31 1
@@@@ -9427,7 +9428,7 @@@@
a39 8
@@@@ -13902,6 +13903,7 @@@@
         ;;
     *)
         NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs`
+	NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS"
         $PERL -pi.bak -e "s {^NSPR_LIBS\s*=.*} {NSPR_LIBS = $NSPR_LIBS }" config/autoconf.mk
         ;;
     esac
@


1.6
log
@Update to 0.8.  No major changes in the port, only regenerated patches.

patch-ao was merged in a slightly different form.
@
text
@d1 7
a7 5
--- configure.orig	Sat Sep 30 23:16:14 2000
+++ configure	Thu Dec 21 00:49:23 2000
@@@@ -6020,7 +6020,7 @@@@
 	echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6
 echo "configure:6022: checking for Qt insanity" >&5
d9 3
a11 2
-    QT_CFLAGS="-I${QTDIR}/include/qt"
+    QT_CFLAGS="-I${QTDIR}/include/X11/qt"
d15 1
a15 1
@@@@ -8052,6 +8052,9 @@@@
d25 1
a25 1
@@@@ -8702,8 +8705,6 @@@@
d34 1
a34 1
@@@@ -8737,7 +8738,7 @@@@
d43 8
@


1.5
log
@Add PSM support.

Submitted by:	nsayer

Remove use of libgcc_r, since it was so uncerimoniously removed.  If this
doesn't work on -stable, then -stable is broken, and someone needs to fix
it...

Submitted by:	Roman Shterenzon <roman@@xpert.com>

Use sched_getpriority_max(), instead of hard coded value.

Submitted by:	Peter Haight <peterh@@sapros.com>, dufault

Revise pkg-comment and pkg-descr.

PR:		24296
Submitted by:	roam

Enable SVG support, and disable C++ exceptions (since they will only slow
things down).
@
text
@d3 1
a3 1
@@@@ -5786,7 +5786,7 @@@@
d5 1
a5 1
 echo "configure:5788: checking for Qt insanity" >&5
d12 1
a12 1
@@@@ -7702,6 +7702,9 @@@@
d22 1
a22 1
@@@@ -8655,8 +8658,6 @@@@
d31 1
a31 1
@@@@ -8672,7 +8673,7 @@@@
@


1.4
log
@Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwards
and -CURRENT.  I'm still not sure why the bug was exposed only recently, but
it is due to libstdc++ being linked without the -nostdlib option (causing it
to be statically linked against libgcc even for the threaded case).

Thanks to Andrew Bliznak <andrew@@ort.lviv.net> for testing this.
@
text
@d36 1
a36 1
+				_PTHREAD_LDFLAGS="-pthread -lgcc_r"
@


1.3
log
@Update to M15.
@
text
@d1 3
a3 3
--- configure.orig	Thu Apr 13 19:18:25 2000
+++ configure	Thu Apr 20 09:07:57 2000
@@@@ -5618,7 +5618,7 @@@@
d5 1
a5 1
 echo "configure:5620: checking for Qt insanity" >&5
d12 1
a12 2
@@@@ -7108,6 +7108,9 @@@@
 case "$target_os" in
d15 1
a15 1
+    ;;
d18 1
a18 1
     ;;
d21 19
@


1.2
log
@Update to M13.  Gentlemen, start your T1s.
@
text
@d1 3
a3 3
--- configure.orig	Tue Jan 18 04:16:15 2000
+++ configure	Fri Jan 28 23:28:19 2000
@@@@ -5403,7 +5403,7 @@@@
d5 1
a5 1
 echo "configure:5405: checking for Qt insanity" >&5
d12 9
a20 5
@@@@ -6683,6 +6683,7 @@@@
   echo "$ac_t""no" 1>&6
 fi
 
+CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
a21 2
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
@


1.1
log
@Update to Milestone 10.

PR:		14272
Submitted by:	Mikhail Teterin <mi@@aldan.algebra.com>
@
text
@d1 6
a6 6
This patch is not neccessary, since the Qt support in Mozilla appears
broken anyway (Perhaps, it needs Qt-2?). But it should stir the
configure to the right direction...
--- configure.orig	Tue Sep 28 17:46:31 1999
+++ configure	Mon Oct 11 15:12:52 1999
@@@@ -5342 +5342 @@@@
d9 11
@

