diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-26 10:21:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-26 10:21:22 +0000 |
commit | 2b61969ce87bfd8c786df59a82e5e0364e11f11a (patch) | |
tree | 23d0611777ce7b2a3737bb41e93b018de2ec6860 /www/seamonkey2/files | |
parent | 8d50189184e23d2c4e5c7313b46efd8a405d01a2 (diff) | |
download | FreeBSD-ports-2b61969ce87bfd8c786df59a82e5e0364e11f11a.zip FreeBSD-ports-2b61969ce87bfd8c786df59a82e5e0364e11f11a.tar.gz |
Update to 0.9.7.
Diffstat (limited to 'www/seamonkey2/files')
6 files changed, 74 insertions, 33 deletions
diff --git a/www/seamonkey2/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h b/www/seamonkey2/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h deleted file mode 100644 index 8da7246..0000000 --- a/www/seamonkey2/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/seamonkey2/files/patch-embedding::config::basebrowser-unix b/www/seamonkey2/files/patch-embedding::config::basebrowser-unix new file mode 100644 index 0000000..64c8ac9 --- /dev/null +++ b/www/seamonkey2/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/seamonkey2/files/patch-extensions::transformiix::source::base::Double.cpp b/www/seamonkey2/files/patch-extensions::transformiix::source::base::Double.cpp new file mode 100644 index 0000000..24608f0 --- /dev/null +++ b/www/seamonkey2/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/seamonkey2/files/patch-nsprpub::pr::include::md::_freebsd.cfg b/www/seamonkey2/files/patch-nsprpub::pr::include::md::_freebsd.cfg new file mode 100644 index 0000000..417d7d9 --- /dev/null +++ b/www/seamonkey2/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/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt index 9166753..a7c925a 100644 --- a/www/seamonkey2/files/patch-qt +++ b/www/seamonkey2/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/seamonkey2/files/patch-xpfe::bootstrap::nsAppRunner.cpp b/www/seamonkey2/files/patch-xpfe::bootstrap::nsAppRunner.cpp new file mode 100644 index 0000000..d1fec37 --- /dev/null +++ b/www/seamonkey2/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 |