summaryrefslogtreecommitdiff
path: root/www/seamonkey/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-26 10:21:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-26 10:21:22 +0000
commit122e6d5ec5d0bbf74b5ca4e506a0a3597331a2fd (patch)
tree559c221e64634b3eae07bea4147428ca9a3a42a7 /www/seamonkey/files
parentUpdate to 1.1.1. (diff)
Update to 0.9.7.
Notes
Notes: svn path=/head/; revision=52192
Diffstat (limited to 'www/seamonkey/files')
-rw-r--r--www/seamonkey/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h14
-rw-r--r--www/seamonkey/files/patch-embedding::config::basebrowser-unix13
-rw-r--r--www/seamonkey/files/patch-extensions::transformiix::source::base::Double.cpp26
-rw-r--r--www/seamonkey/files/patch-nsprpub::pr::include::md::_freebsd.cfg13
-rw-r--r--www/seamonkey/files/patch-qt30
-rw-r--r--www/seamonkey/files/patch-xpfe::bootstrap::nsAppRunner.cpp11
6 files changed, 74 insertions, 33 deletions
diff --git a/www/seamonkey/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h b/www/seamonkey/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h
deleted file mode 100644
index 8da724659683..000000000000
--- a/www/seamonkey/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- directory/c-sdk/ldap/libraries/liblber/lber-int.h 2001/11/21 14:24:09 1.1
-+++ directory/c-sdk/ldap/libraries/liblber/lber-int.h 2001/11/21 14:24:31
-@@ -48,7 +48,7 @@
- #ifdef macintosh
- # include "ldap-macos.h"
- #else /* macintosh */
--#if !defined(BSDI) && !defined(DARWIN)
-+#if !defined(BSDI) && !defined(DARWIN) && !defined(FREEBSD)
- # include <malloc.h>
- #endif
- # include <errno.h>
diff --git a/www/seamonkey/files/patch-embedding::config::basebrowser-unix b/www/seamonkey/files/patch-embedding::config::basebrowser-unix
new file mode 100644
index 000000000000..64c8ac9cddcf
--- /dev/null
+++ b/www/seamonkey/files/patch-embedding::config::basebrowser-unix
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- embedding/config/basebrowser-unix 2001/12/26 07:19:52 1.1
++++ embedding/config/basebrowser-unix 2001/12/26 07:24:15
+@@ -119,6 +119,7 @@
+
+ ; layout
+ components/libgkcontent.so
++libmoz_art_lgpl.so
+ components/libgklayout.so
+ components/libhtmlpars.so
+ components/libgkview.so
diff --git a/www/seamonkey/files/patch-extensions::transformiix::source::base::Double.cpp b/www/seamonkey/files/patch-extensions::transformiix::source::base::Double.cpp
new file mode 100644
index 000000000000..24608f0b4c99
--- /dev/null
+++ b/www/seamonkey/files/patch-extensions::transformiix::source::base::Double.cpp
@@ -0,0 +1,26 @@
+
+$FreeBSD$
+
+--- extensions/transformiix/source/base/Double.cpp.orig Sat Nov 24 00:36:13 2001
++++ extensions/transformiix/source/base/Double.cpp Tue Dec 25 15:19:42 2001
+@@ -41,7 +41,7 @@
+ #endif
+ //A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
+ #ifdef __FreeBSD__
+-#include <floatingpoint.h>
++#include <ieeefp.h>
+ #endif
+ #ifndef TX_EXE
+ #include "prdtoa.h"
+@@ -56,7 +56,11 @@
+
+ //A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
+ #ifdef __FreeBSD__
++#ifdef __alpha__
++fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;
++#else
+ fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML;
++#endif
+ fp_except_t oldmask = fpsetmask(~allmask);
+ #endif
+
diff --git a/www/seamonkey/files/patch-nsprpub::pr::include::md::_freebsd.cfg b/www/seamonkey/files/patch-nsprpub::pr::include::md::_freebsd.cfg
new file mode 100644
index 000000000000..417d7d91ddb6
--- /dev/null
+++ b/www/seamonkey/files/patch-nsprpub::pr::include::md::_freebsd.cfg
@@ -0,0 +1,13 @@
+--- nsprpub/pr/include/md/_freebsd.cfg.orig Mon Nov 26 17:07:20 2001
++++ nsprpub/pr/include/md/_freebsd.cfg Mon Nov 26 17:15:01 2001
+@@ -93,8 +93,8 @@
+
+ #elif defined(__alpha)
+
+-#define IS_LITTLE_ENDIAN 1
+-#undef IS_BIG_ENDIAN
++#define IS_64
++
+ #define HAVE_LONG_LONG
+ #define HAVE_ALIGNED_DOUBLES
+ #define HAVE_ALIGNED_LONGLONGS
diff --git a/www/seamonkey/files/patch-qt b/www/seamonkey/files/patch-qt
index 91667539477a..a7c925a72023 100644
--- a/www/seamonkey/files/patch-qt
+++ b/www/seamonkey/files/patch-qt
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Fri Nov 9 05:13:03 2001
-+++ configure Wed Nov 21 14:22:13 2001
-@@ -5931,6 +5931,9 @@
+--- configure.orig Wed Dec 12 10:12:41 2001
++++ configure Tue Dec 25 15:21:43 2001
+@@ -6186,6 +6186,9 @@
os2*)
LIBS=
;;
@@ -13,7 +13,7 @@ $FreeBSD$
esac
for ac_hdr in sys/byteorder.h compat.h getopt.h
do
-@@ -6987,8 +6990,6 @@
+@@ -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
@@ -22,7 +22,7 @@ $FreeBSD$
fi
fi
rm -f conftest*
-@@ -7022,7 +7023,7 @@
+@@ -7392,7 +7393,7 @@
EOF
if test "$ac_cv_have_dash_pthread" = "yes"; then
@@ -31,15 +31,7 @@ $FreeBSD$
else
_PTHREAD_LDFLAGS="-lc_r"
fi
-@@ -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 @@
+@@ -9839,7 +9840,7 @@
fi
MOC=$HOST_MOC
@@ -48,11 +40,11 @@ $FreeBSD$
QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
# Check whether --with-static-qt or --without-static-qt was given.
-@@ -13233,6 +13235,7 @@
- ;;
- *)
+@@ -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
- ;;
- esac
+ fi
+ if test -z "$_WIN32_MSVC"; then
diff --git a/www/seamonkey/files/patch-xpfe::bootstrap::nsAppRunner.cpp b/www/seamonkey/files/patch-xpfe::bootstrap::nsAppRunner.cpp
new file mode 100644
index 000000000000..d1fec376adcf
--- /dev/null
+++ b/www/seamonkey/files/patch-xpfe::bootstrap::nsAppRunner.cpp
@@ -0,0 +1,11 @@
+--- xpfe/bootstrap/nsAppRunner.cpp.orig Mon Nov 26 16:53:29 2001
++++ xpfe/bootstrap/nsAppRunner.cpp Mon Nov 26 16:54:12 2001
+@@ -1060,7 +1060,7 @@
+
+ #if defined(FREEBSD)
+ // pick up fpsetmask prototype.
+-#include <floatingpoint.h>
++#include <ieeefp.h>
+ #endif
+
+ // Note: nativeApp is an owning reference that this function has responsibility