head	1.31;
access;
symbols
	RELEASE_6_1_0:1.30
	RELEASE_5_5_0:1.30
	RELEASE_6_0_0:1.30
	RELEASE_5_4_0:1.30
	RELEASE_4_11_0:1.29
	RELEASE_5_3_0:1.29
	RELEASE_4_10_0:1.26
	RELEASE_5_2_1:1.24
	RELEASE_5_2_0:1.24
	RELEASE_4_9_0:1.24
	RELEASE_5_1_0:1.22
	RELEASE_4_8_0:1.20
	RELEASE_5_0_0:1.19
	RELEASE_4_7_0:1.17
	old_RELEASE_4_6_2:1.17
	old_RELEASE_4_6_1:1.17
	old_RELEASE_4_6_0:1.17
	old_RELEASE_5_0_DP1:1.15
	old_RELEASE_4_5_0:1.13
	old_RELEASE_4_4_0:1.11
	old_RELEASE_4_3_0:1.6
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_1:1.3
	old_RELEASE_4_1_0:1.3
	old_RELEASE_3_5_0:1.3
	old_RELEASE_4_0_0:1.2
	old_RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.31
date	2006.09.03.14.58.57;	author ahze;	state dead;
branches;
next	1.30;

1.30
date	2005.01.16.23.47.38;	author adamw;	state Exp;
branches;
next	1.29;

1.29
date	2004.07.15.22.59.51;	author adamw;	state Exp;
branches;
next	1.28;

1.28
date	2004.07.06.23.11.56;	author adamw;	state Exp;
branches;
next	1.27;

1.27
date	2004.04.29.19.23.34;	author marcus;	state Exp;
branches;
next	1.26;

1.26
date	2004.03.20.07.39.26;	author marcus;	state Exp;
branches;
next	1.25;

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

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

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

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

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

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

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

1.18
date	2002.10.20.06.19.25;	author sobomax;	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.31
log
@- Remove mozilla-devel due to security vulnerabilities
  please use www/seamonkey instead
@
text
@--- configure.orig	Wed Dec 22 19:34:26 2004
+++ configure	Sun Jan 16 16:30:16 2005
@@@@ -9446,7 +9446,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 9452 "configure"
 #include "confdefs.h"
@@@@ -9477,7 +9477,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
@@@@ -9487,7 +9487,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 9493 "configure"
 #include "confdefs.h"
@@@@ -9518,7 +9518,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
@@@@ -11847,7 +11847,7 @@@@
   MOZ_COMPOSER=1
   MOZ_PROFILESHARING=1
   MOZ_APP_VERSION=$MOZILLA_VERSION
-  MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth sroaming permissions"
+  MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth sroaming permissions"
   ;;
 
 browser)
@


1.30
log
@Update to 1.8a6. They merged a bunch of FreeBSD changes. Neat.
@
text
@@


1.29
log
@Update to 1.8a2.

Incidentally, this fixes the build problem with epiphany-1.3.
@
text
@d1 3
a3 3
--- configure.orig	Fri Jul  9 18:15:54 2004
+++ configure	Thu Jul 15 17:55:43 2004
@@@@ -9370,7 +9370,7 @@@@
d10 1
a10 1
 #line 9376 "configure"
d12 1
a12 1
@@@@ -9401,7 +9401,7 @@@@
d17 1
a17 1
+  _ICONV_LIBS="$_ICONV_LIBS $LOCALBASE/lib -liconv"
d21 1
a21 1
@@@@ -9411,7 +9411,7 @@@@
d28 1
a28 1
 #line 9417 "configure"
d30 1
a30 1
@@@@ -9442,7 +9442,7 @@@@
d39 7
a45 9
@@@@ -12487,9 +12487,9 @@@@
 
 
 
-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth sroaming"
+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth sroaming"
 
-MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm datetime finger cview layout-debug tasks sql"
+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm datetime finger cview layout-debug tasks sql"
d47 1
a47 2
 # Check whether --enable-extensions or --disable-extensions was given.
 if test "${enable_extensions+set}" = set; then
@


1.28
log
@Update to 1.8alpha1.

Use a pkg-install to register chrome stuff.
@
text
@d1 3
a3 3
--- configure.orig	Wed May 19 14:22:51 2004
+++ configure	Tue Jul  6 16:45:02 2004
@@@@ -9366,7 +9366,7 @@@@
d10 1
a10 1
 #line 9372 "configure"
d12 1
a12 1
@@@@ -9397,7 +9397,7 @@@@
d17 1
a17 1
+  _ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv"
d21 1
a21 1
@@@@ -9407,7 +9407,7 @@@@
d28 1
a28 1
 #line 9413 "configure"
d30 1
a30 1
@@@@ -9438,7 +9438,7 @@@@
d39 1
a39 1
@@@@ -12467,9 +12467,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 gnomevfs negotiateauth"
+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind webservices spellcheck gnomevfs negotiateauth"
@


1.27
log
@Update to 1.7 RC 1.  The list of feature in this release can be found at:

http://www.mozilla.org/releases/mozilla1.7rc1/README.html
@
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 1
a39 1
@@@@ -12298,9 +12298,9 @@@@
d46 2
a47 2
-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"
@


1.26
log
@Update to 1.7.b

* Re-add OPTIONS support reorganizing the Makefile some
* Enable Kerberos/GSSAPI support (please test)
* Enable optional smb:// URI support through gnomevfs2

For a list of all the changes in 1.7 beta, please see:

http://www.mozilla.org/releases/mozilla1.7b/README.html#new
@
text
@d1 3
a3 3
--- configure.orig	Mon Mar 15 23:00:47 2004
+++ configure	Fri Mar 19 18:09:53 2004
@@@@ -9370,7 +9370,7 @@@@
d10 1
a10 1
 #line 9376 "configure"
d12 1
a12 1
@@@@ -9401,7 +9401,7 @@@@
d21 1
a21 1
@@@@ -9411,7 +9411,7 @@@@
d28 1
a28 1
 #line 9417 "configure"
d30 1
a30 1
@@@@ -9442,7 +9442,7 @@@@
d39 1
a39 1
@@@@ -12299,9 +12299,9 @@@@
a50 39
@@@@ -12507,15 +12507,15 @@@@
 
 
                     if test -z "$GSSAPI_LIBS" ; then
-        LIBS="$LIBS -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
-        echo $ac_n "checking for gss_init_sec_context in -lgssapi_krb5""... $ac_c" 1>&6
-echo "configure:12513: checking for gss_init_sec_context in -lgssapi_krb5" >&5
-ac_lib_var=`echo gssapi_krb5'_'gss_init_sec_context | sed 'y%./+-%__p_%'`
+        LIBS="$LIBS -lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt"
+        echo $ac_n "checking for gss_init_sec_context in -lgssapi""... $ac_c" 1>&6
+echo "configure:12513: checking for gss_init_sec_context in -lgssapi" >&5
+ac_lib_var=`echo gssapi'_'gss_init_sec_context | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lgssapi_krb5  $LIBS"
+LIBS="-lgssapi  $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 12521 "configure"
 #include "confdefs.h"
@@@@ -12543,7 +12543,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  GSSAPI_LIBS="-L$GSSAPI_DIR/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
+  GSSAPI_LIBS="-L$GSSAPI_DIR/lib -lgssapi -lkrb5 -lasn1 -lroken -lcrypto -lcom_err -lcrypt"
 else
   echo "$ac_t""no" 1>&6
 fi
@@@@ -12653,7 +12653,7 @@@@
         cat > conftest.$ac_ext <<EOF
 #line 12655 "configure"
 #include "confdefs.h"
- #include <gssapi/gssapi.h> 
+ #include <gssapi.h> 
 int main() {
  gss_OID oid = GSS_C_NT_HOSTBASED_SERVICE; 
 ; return 0; }
@


1.25
log
@* 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/
@
text
@d1 3
a3 3
--- configure.orig	Thu Feb 12 11:11:29 2004
+++ configure	Wed Feb 25 17:48:17 2004
@@@@ -9259,7 +9259,7 @@@@
d10 1
a10 1
 #line 9265 "configure"
d12 1
a12 1
@@@@ -9290,7 +9290,7 @@@@
d21 1
a21 1
@@@@ -9300,7 +9300,7 @@@@
d28 1
a28 1
 #line 9306 "configure"
d30 1
a30 1
@@@@ -9331,7 +9331,7 @@@@
d39 1
a39 1
@@@@ -12047,9 +12047,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"
d51 39
@


1.24
log
@Update to 1.5 Beta.  For a list of what's new, checkout:

http://www.mozilla.org/releases/mozilla1.5b/
@
text
@d1 39
a39 3
--- configure.orig	Tue Aug 26 11:56:36 2003
+++ configure	Fri Aug 29 15:42:39 2003
@@@@ -11870,9 +11870,9 @@@@
d46 2
a47 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.23
log
@Update to 1.5a.
@
text
@d1 3
a3 3
--- configure.orig	Wed Jul  9 17:58:01 2003
+++ configure	Wed Jul 23 00:42:51 2003
@@@@ -11845,9 +11845,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.22
log
@Update to 1.4b.
@
text
@d1 3
a3 3
--- configure.orig	Sat May  3 16:18:13 2003
+++ configure	Fri May 16 15:22:46 2003
@@@@ -11851,9 +11851,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.21
log
@* Update to 1.4a and unbreak
* Convert to new GNOME infrastructure
@
text
@d1 3
a3 3
--- configure.orig	Mon Mar 31 16:30:08 2003
+++ configure	Sun Apr  6 19:24:52 2003
@@@@ -11719,9 +11719,9 @@@@
d7 2
a8 2
-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind"
+MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector universalchardet typeaheadfind"
@


1.20
log
@Update to 1.3b.
@
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.19
log
@This commit includes:

* mozilla-*vendor ports (currently for Mozilla 1.0.1)
* mozilla* ports (currently for Mozilla 1.1)
* mozilla-*devel ports (currently for Mozilla 1.2b)

Special thanks goes to trevor for auto-generating plist patches, cy for
pointing out that the Mozilla startup scripts need to be tailored for
each version of Mozilla, grog for suggesting that some verbage needs to
be added to explain the Java plugin messages at startup, and John
Merryweather Cooper for suggesting a common plugin directory. Of course,
thanks also goes to the user community for suggestions and support.

These ports offer:

* Complete coexistence with each other
* A universal ${PREFIX}/lib/browser_plugins directory
* Auto-generated plists for ease of maintenance
* More accurate pkg-descr's
* A pkg-message pointing users to java/jdk13 for the Java plugin

PR:	42870 42941
Reviewed by:	ports gnome
@
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.18
log
@Update to 1.2a.
@
text
@d1 3
a3 15

$FreeBSD$

--- configure.orig	Wed Sep  4 01:40:24 2002
+++ configure	Sat Oct 19 17:57:59 2002
@@@@ -7899,7 +7899,7 @@@@
 EOF
 
 						if test "$ac_cv_have_dash_pthread" = "yes"; then
-				_PTHREAD_LDFLAGS=""
+				_PTHREAD_LDFLAGS="-pthread"
 			else
 				_PTHREAD_LDFLAGS="-lc_r"
 			fi
@@@@ -10561,7 +10561,7 @@@@
d11 2
a12 2
     # Check whether --with-static-qt or --without-static-qt was given.
@@@@ -11422,9 +11422,9 @@@@
d19 2
a20 2
-MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin p3p interfaceinfo datetime finger" 
+MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin p3p interfaceinfo datetime finger" 
a23 16
@@@@ -15704,10 +15704,11 @@@@
       *) # Relative path.
         ac_sub_cache_file="$ac_dots$cache_file" ;;
       esac
-  case "$ac_given_INSTALL" in
-        [/$]*) INSTALL="$ac_given_INSTALL" ;;
-        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-        esac
+      INSTALL=""
+#  case "$ac_given_INSTALL" in
+#        [/$]*) INSTALL="$ac_given_INSTALL" ;;
+#        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+#        esac
 
       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
       # The eval makes quoting arguments work.
@


1.17
log
@Update to 1.0.rc2.

The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
@
text
@d1 6
a6 3
--- configure.orig	Wed May  8 22:24:05 2002
+++ configure	Mon May 13 01:18:53 2002
@@@@ -7489,7 +7489,7 @@@@
d15 1
a15 1
@@@@ -9967,7 +9967,7 @@@@
d24 1
a24 1
@@@@ -10836,13 +10836,13 @@@@
d28 2
a29 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"
d31 2
a32 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" 
d36 16
@


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
@

