summaryrefslogtreecommitdiff
path: root/www/mozilla-vendor/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-07 11:52:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-07 11:52:15 +0000
commit6339a3d6bfb4a75932bede23110d444a2faeaad3 (patch)
tree740c9e82779e372e81ea8157b8111b4ea2e8ab0f /www/mozilla-vendor/files
parentUse USE_BISON. (diff)
Update to 0.9.3.
Submitted by: sf
Notes
Notes: svn path=/head/; revision=45921
Diffstat (limited to 'www/mozilla-vendor/files')
-rw-r--r--www/mozilla-vendor/files/patch-directory::c-sdk::ldap::include::portable.h14
-rw-r--r--www/mozilla-vendor/files/patch-mi2
-rw-r--r--www/mozilla-vendor/files/patch-qt14
3 files changed, 8 insertions, 22 deletions
diff --git a/www/mozilla-vendor/files/patch-directory::c-sdk::ldap::include::portable.h b/www/mozilla-vendor/files/patch-directory::c-sdk::ldap::include::portable.h
deleted file mode 100644
index 61ca91b71140..000000000000
--- a/www/mozilla-vendor/files/patch-directory::c-sdk::ldap::include::portable.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- directory/c-sdk/ldap/include/portable.h 2001/07/17 16:08:33 1.1
-+++ directory/c-sdk/ldap/include/portable.h 2001/07/17 16:10:15
-@@ -249,7 +249,7 @@
- defined(NCR) || defined(OSF1) || defined(NEC) || defined(VMS) || \
- ( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \
- defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \
-- (defined(AIX) && !defined(USE_REENTRANT_LIBC))
-+ defined (FREEBSD) || (defined(AIX) && !defined(USE_REENTRANT_LIBC))
- #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n )
- #elif defined(AIX)
- /* Maybe this is for another version of AIX?
diff --git a/www/mozilla-vendor/files/patch-mi b/www/mozilla-vendor/files/patch-mi
index dd87c2a150a5..6dafd2d6f8f5 100644
--- a/www/mozilla-vendor/files/patch-mi
+++ b/www/mozilla-vendor/files/patch-mi
@@ -11,7 +11,7 @@
+
+# During FreeBSD port build, CFLAGS contains all of the optimizations
+# flags desired...
-+OPTIMIZER =
++OPTIMIZER = $(MOZ_OPTIMIZE_FLAGS)
ifeq ($(OS_TEST),alpha)
CPU_ARCH = alpha
diff --git a/www/mozilla-vendor/files/patch-qt b/www/mozilla-vendor/files/patch-qt
index e20338515c68..ba6cdced59b7 100644
--- a/www/mozilla-vendor/files/patch-qt
+++ b/www/mozilla-vendor/files/patch-qt
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Wed Jun 27 01:21:19 2001
-+++ configure Mon Jul 2 10:51:16 2001
-@@ -6681,7 +6681,7 @@
+--- 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
@@ -12,7 +12,7 @@ $FreeBSD$
QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
# Check whether --with-static-qt or --without-static-qt was given.
-@@ -8777,6 +8777,9 @@
+@@ -8587,6 +8587,9 @@
os2*)
LIBS=
;;
@@ -22,7 +22,7 @@ $FreeBSD$
esac
for ac_hdr in sys/byteorder.h compat.h getopt.h
do
-@@ -9506,8 +9509,6 @@
+@@ -9316,8 +9319,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
@@ -31,7 +31,7 @@ $FreeBSD$
fi
fi
rm -f conftest*
-@@ -9541,7 +9542,7 @@
+@@ -9351,7 +9352,7 @@
EOF
if test "$ac_cv_have_dash_pthread" = "yes"; then
@@ -40,7 +40,7 @@ $FreeBSD$
else
_PTHREAD_LDFLAGS="-lc_r"
fi
-@@ -14107,6 +14108,7 @@
+@@ -13701,6 +13702,7 @@
;;
*)
NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs`