aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 21:51:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 21:51:08 +0000
commit6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb (patch)
tree984ad786e345f31cf8226518629a9548b2949e41 /www/seamonkey2/files
parent2555ead718f817090043128d86fa14867099d27d (diff)
downloadports-6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb.tar.gz
ports-6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb.zip
Notes
Diffstat (limited to 'www/seamonkey2/files')
-rw-r--r--www/seamonkey2/files/patch-Makefile.in10
-rw-r--r--www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c11
2 files changed, 5 insertions, 16 deletions
diff --git a/www/seamonkey2/files/patch-Makefile.in b/www/seamonkey2/files/patch-Makefile.in
index 5dd8b3ca224e..5480cb799b3d 100644
--- a/www/seamonkey2/files/patch-Makefile.in
+++ b/www/seamonkey2/files/patch-Makefile.in
@@ -1,16 +1,16 @@
---- Makefile.in.orig Thu Aug 14 19:50:21 2003
-+++ Makefile.in Fri Aug 29 15:36:07 2003
-@@ -66,8 +66,7 @@
- $(tier_1_dirs) \
+--- Makefile.in.orig Fri Aug 29 20:20:58 2003
++++ Makefile.in Sat Oct 18 15:34:15 2003
+@@ -67,8 +67,7 @@
$(tier_2_dirs) \
$(tier_9_dirs) \
+ $(tier_40_dirs) \
- $(tier_50_dirs) \
- $(NULL)
+ $(tier_50_dirs)
ifdef GC_LEAK_DETECTOR
DIRS += gc/boehm
-@@ -89,7 +88,8 @@
+@@ -87,7 +86,8 @@
DIRS += $(tier_98_dirs)
endif
diff --git a/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c b/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c
deleted file mode 100644
index f13ae2faa20e..000000000000
--- a/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- nsprpub/pr/src/misc/prtime.c.orig Wed Feb 26 19:01:02 2003
-+++ nsprpub/pr/src/misc/prtime.c Mon Jun 30 23:18:29 2003
-@@ -1666,7 +1666,7 @@
- */
-
- #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \
-- || defined(NETBSD)
-+ || defined(NETBSD) || defined(FREEBSD)
- a.tm_zone = NULL;
- a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset;
- #endif