diff options
Diffstat (limited to 'www/mozilla-devel/files')
| -rw-r--r-- | www/mozilla-devel/files/mozilla.sh | 6 | ||||
| -rw-r--r-- | www/mozilla-devel/files/patch-ak | 19 | ||||
| -rw-r--r-- | www/mozilla-devel/files/patch-aq | 20 | ||||
| -rw-r--r-- | www/mozilla-devel/files/patch-mi | 35 | ||||
| -rw-r--r-- | www/mozilla-devel/files/patch-qt | 50 | 
5 files changed, 0 insertions, 130 deletions
diff --git a/www/mozilla-devel/files/mozilla.sh b/www/mozilla-devel/files/mozilla.sh deleted file mode 100644 index 699f5d9d52f1..000000000000 --- a/www/mozilla-devel/files/mozilla.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -cd @PREFIX@/lib/mozilla -exec ./mozilla "$@" diff --git a/www/mozilla-devel/files/patch-ak b/www/mozilla-devel/files/patch-ak deleted file mode 100644 index 3b430ef27dc2..000000000000 --- a/www/mozilla-devel/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-devel/files/patch-aq b/www/mozilla-devel/files/patch-aq deleted file mode 100644 index 4e5ff8746c33..000000000000 --- a/www/mozilla-devel/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-devel/files/patch-mi b/www/mozilla-devel/files/patch-mi deleted file mode 100644 index 6dafd2d6f8f5..000000000000 --- a/www/mozilla-devel/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		= $(MOZ_OPTIMIZE_FLAGS) -  - 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-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt deleted file mode 100644 index ba6cdced59b7..000000000000 --- a/www/mozilla-devel/files/patch-qt +++ /dev/null @@ -1,50 +0,0 @@ - -$FreeBSD$ - ---- 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 @@ - os2*) -     LIBS= -     ;; -+freebsd*) -+    CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" -+    ;; - esac - for ac_hdr in sys/byteorder.h compat.h getopt.h - do -@@ -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 --			CFLAGS="$CFLAGS -pthread" --			CXXFLAGS="$CXXFLAGS -pthread" - 		fi - 	fi - 	rm -f conftest* -@@ -9351,7 +9352,7 @@ - EOF -  - 						if test "$ac_cv_have_dash_pthread" = "yes"; then --				_PTHREAD_LDFLAGS="" -+				_PTHREAD_LDFLAGS="-pthread" - 			else - 				_PTHREAD_LDFLAGS="-lc_r" - 			fi -@@ -13701,6 +13702,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  | 
