summaryrefslogtreecommitdiff
path: root/www/seamonkey/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files')
-rw-r--r--www/seamonkey/files/mozilla.sh6
-rw-r--r--www/seamonkey/files/patch-ak19
-rw-r--r--www/seamonkey/files/patch-mi22
-rw-r--r--www/seamonkey/files/patch-qt21
4 files changed, 0 insertions, 68 deletions
diff --git a/www/seamonkey/files/mozilla.sh b/www/seamonkey/files/mozilla.sh
deleted file mode 100644
index 921c334f6073..000000000000
--- a/www/seamonkey/files/mozilla.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-cd @PREFIX@/lib/mozilla
-exec ./mozilla $*
diff --git a/www/seamonkey/files/patch-ak b/www/seamonkey/files/patch-ak
deleted file mode 100644
index 3b430ef27dc2..000000000000
--- a/www/seamonkey/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/seamonkey/files/patch-mi b/www/seamonkey/files/patch-mi
deleted file mode 100644
index 80768e265de9..000000000000
--- a/www/seamonkey/files/patch-mi
+++ /dev/null
@@ -1,22 +0,0 @@
---- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999
-+++ nsprpub/config/FreeBSD.mk Thu Feb 3 03:48:20 2000
-@@ -21,14 +21,16 @@
-
- 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)
diff --git a/www/seamonkey/files/patch-qt b/www/seamonkey/files/patch-qt
deleted file mode 100644
index b7964a4911ff..000000000000
--- a/www/seamonkey/files/patch-qt
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig Thu Apr 13 19:18:25 2000
-+++ configure Thu Apr 20 09:07:57 2000
-@@ -5618,7 +5618,7 @@
- echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6
- echo "configure:5620: 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.
-@@ -7108,6 +7108,9 @@
- case "$target_os" in
- os2*)
- LIBS=
-+ ;;
-+freebsd*)
-+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
- ;;
- esac
- for ac_hdr in sys/byteorder.h compat.h getopt.h