diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-02 05:51:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-02 05:51:08 +0800 |
commit | 9820b026ea9cba9c16f502879fd2cebd2f2eb32f (patch) | |
tree | f0066b75c34b542a0aaf38e3469de564b464c431 /www/seamonkey/files | |
parent | b7d590fb69197993752b27a22f2333026994e4c9 (diff) | |
download | freebsd-ports-graphics-9820b026ea9cba9c16f502879fd2cebd2f2eb32f.tar.gz freebsd-ports-graphics-9820b026ea9cba9c16f502879fd2cebd2f2eb32f.tar.zst freebsd-ports-graphics-9820b026ea9cba9c16f502879fd2cebd2f2eb32f.zip |
* Update mozilla-devel to 1.6a
* Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla
* Update dependent browsers accordingly
Diffstat (limited to 'www/seamonkey/files')
-rw-r--r-- | www/seamonkey/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c | 11 |
2 files changed, 5 insertions, 16 deletions
diff --git a/www/seamonkey/files/patch-Makefile.in b/www/seamonkey/files/patch-Makefile.in index 5dd8b3ca224..5480cb799b3 100644 --- a/www/seamonkey/files/patch-Makefile.in +++ b/www/seamonkey/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/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c b/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c deleted file mode 100644 index f13ae2faa20..00000000000 --- a/www/seamonkey/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 |