aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla-vendor/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla-vendor/files')
-rw-r--r--www/mozilla-vendor/files/mozilla.sh6
-rw-r--r--www/mozilla-vendor/files/patch-ak19
-rw-r--r--www/mozilla-vendor/files/patch-ap49
-rw-r--r--www/mozilla-vendor/files/patch-aq20
-rw-r--r--www/mozilla-vendor/files/patch-mi35
-rw-r--r--www/mozilla-vendor/files/patch-qt39
6 files changed, 0 insertions, 168 deletions
diff --git a/www/mozilla-vendor/files/mozilla.sh b/www/mozilla-vendor/files/mozilla.sh
deleted file mode 100644
index 921c334f6073..000000000000
--- a/www/mozilla-vendor/files/mozilla.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-cd @PREFIX@/lib/mozilla
-exec ./mozilla $*
diff --git a/www/mozilla-vendor/files/patch-ak b/www/mozilla-vendor/files/patch-ak
deleted file mode 100644
index 3b430ef27dc2..000000000000
--- a/www/mozilla-vendor/files/patch-ak
+++ /dev/null
@@ -1,19 +0,0 @@
---- nsprpub/pr/include/md/_freebsd.h.orig Wed Dec 22 15:39:04 1999
-+++ nsprpub/pr/include/md/_freebsd.h Thu Feb 3 03:48:20 2000
-@@ -21,6 +21,7 @@
-
- #include "prthread.h"
-
-+#include <sys/param.h>
- #include <sys/syscall.h>
-
- #define PR_LINKER_ARCH "freebsd"
-@@ -49,7 +50,7 @@
- #define _PR_HAVE_SOCKADDR_LEN
- #define _PR_STAT_HAS_ST_ATIMESPEC
- #define _PR_NO_LARGE_FILES
--#if ( __FreeBSD__ > 2 )
-+#if ( __FreeBSD_version >= 220000 ) && ( __FreeBSD_version < 400008 )
- #if !defined(_PR_PTHREADS)
- /*
- * libc_r doesn't have poll(). Although libc has poll(), it is not
diff --git a/www/mozilla-vendor/files/patch-ap b/www/mozilla-vendor/files/patch-ap
deleted file mode 100644
index 059c80a10f0f..000000000000
--- a/www/mozilla-vendor/files/patch-ap
+++ /dev/null
@@ -1,49 +0,0 @@
---- security/coreconf/config.mk.orig Thu Jan 18 21:58:30 2001
-+++ security/coreconf/config.mk Thu Jan 18 21:58:41 2001
-@@ -56,7 +56,7 @@
- # each OS release. #
- #######################################################################
-
--ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
-+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET)))
- include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
- else
- include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
---- security/psm/Makefile.in.orig Thu Jan 18 22:00:05 2001
-+++ security/psm/Makefile.in Thu Jan 18 22:00:19 2001
-@@ -28,7 +28,7 @@
- CORE_DEPTH=$(topsrcdir)/security
-
- include $(CORE_DEPTH)/coreconf/arch.mk
--ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
-+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET)))
- include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
- else
- include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
---- security/psm/server/Makefile.orig Tue Dec 19 17:24:58 2000
-+++ security/psm/server/Makefile Fri Jan 19 03:49:36 2001
-@@ -59,11 +59,11 @@
- endif
- endif
-
--ifeq ($(OS_ARCH), Linux)
-+ifeq ($(OS_ARCH), FreeBSD)
- ifdef USE_PTHREADS
- # Replace OS_LIBS, because the order of libpthread, libdl, and libc are
- # very important. Otherwise you get horrible crashes.
--OS_LIBS = -lpthread -ldl -lc
-+OS_LIBS = -pthread
- endif
- endif
-
-@@ -153,8 +153,8 @@
- XPCOM_LINK_LIBS = -lxpcom
- XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX)
- else
--NSPR_LINK_LIBS = $(NSPR_LIBS)
--XPCOM_LINK_LIBS = $(XPCOM_LIBS)
-+NSPR_LINK_LIBS = -L$(DIST)/lib -lnspr4 -lplc4 -lplds4
-+XPCOM_LINK_LIBS = -lxpcom
- endif
-
- ifndef MOZ_DIST
diff --git a/www/mozilla-vendor/files/patch-aq b/www/mozilla-vendor/files/patch-aq
deleted file mode 100644
index 4e5ff8746c33..000000000000
--- a/www/mozilla-vendor/files/patch-aq
+++ /dev/null
@@ -1,20 +0,0 @@
---- nsprpub/pr/include/md/_pth.h.orig Mon Apr 3 17:25:43 2000
-+++ nsprpub/pr/include/md/_pth.h Fri Feb 16 00:30:46 2001
-@@ -183,7 +183,7 @@
- #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER)
- #endif /* defined(_PR_DCETHREADS) */
-
--#elif defined(LINUX)
-+#elif defined(LINUX) || defined(FREEBSD)
- #define PT_PRIO_MIN sched_get_priority_min(SCHED_OTHER)
- #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER)
- #elif defined(NTO)
-@@ -203,7 +203,7 @@
- */
- #define PT_PRIO_MIN 1
- #define PT_PRIO_MAX 127
--#elif defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD) \
-+#elif defined(NETBSD) || defined(OPENBSD) \
- || defined(BSDI) || defined(RHAPSODY) /* XXX */
- #define PT_PRIO_MIN 0
- #define PT_PRIO_MAX 126
diff --git a/www/mozilla-vendor/files/patch-mi b/www/mozilla-vendor/files/patch-mi
deleted file mode 100644
index dd87c2a150a5..000000000000
--- a/www/mozilla-vendor/files/patch-mi
+++ /dev/null
@@ -1,35 +0,0 @@
---- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999
-+++ nsprpub/config/FreeBSD.mk Thu Dec 21 01:16:34 2000
-@@ -21,24 +21,26 @@
-
- include $(MOD_DEPTH)/config/UNIX.mk
-
--CC = gcc
--CCC = g++
- RANLIB = ranlib
-+CCC = ${CXX}
-+
-+# During FreeBSD port build, CFLAGS contains all of the optimizations
-+# flags desired...
-+OPTIMIZER =
-
- ifeq ($(OS_TEST),alpha)
- CPU_ARCH = alpha
- else
--OS_REL_CFLAGS = -Di386
- CPU_ARCH = x86
- endif
- CPU_ARCH_TAG = _$(CPU_ARCH)
-
--OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe $(THREAD_FLAG) -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
-+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
-
- ifeq ($(USE_PTHREADS),1)
- IMPL_STRATEGY = _PTH
--DEFINES += -D_THREAD_SAFE
--THREAD_FLAG += -pthread
-+DEFINES += -D_THREAD_SAFE -D_REENTRANT
-+DSO_LDOPTS += -pthread
- else
- IMPL_STRATEGY = _EMU
- DEFINES += -D_PR_LOCAL_THREADS_ONLY
diff --git a/www/mozilla-vendor/files/patch-qt b/www/mozilla-vendor/files/patch-qt
deleted file mode 100644
index 20c5d31abc0c..000000000000
--- a/www/mozilla-vendor/files/patch-qt
+++ /dev/null
@@ -1,39 +0,0 @@
---- 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
-
-- QT_CFLAGS="-I${QTDIR}/include/qt"
-+ QT_CFLAGS="-I${QTDIR}/include/X11/qt"
- QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
-
- # Check whether --with-static-qt or --without-static-qt was given.
-@@ -8052,6 +8052,9 @@
- os2*)
- LIBS=
- ;;
-+freebsd*)
-+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
-+ ;;
- esac
- for ac_hdr in sys/byteorder.h compat.h getopt.h
- do
-@@ -8702,8 +8705,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*
-@@ -8737,7 +8738,7 @@
- EOF
-
- if test "$ac_cv_have_dash_pthread" = "yes"; then
-- _PTHREAD_LDFLAGS=""
-+ _PTHREAD_LDFLAGS="-pthread"
- else
- _PTHREAD_LDFLAGS="-lc_r"
- fi