aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-08-16 20:52:28 +0800
committerMikhail Teterin <mi@FreeBSD.org>2005-08-16 20:52:28 +0800
commite00e74fa11d3be05775519fabd95a293181c05e7 (patch)
treecb966b449c382e788c654a0350f45c91c089e935 /lang
parent9d098b71ed45deff86cacda15643057a541facc9 (diff)
downloadfreebsd-ports-gnome-e00e74fa11d3be05775519fabd95a293181c05e7.tar.gz
freebsd-ports-gnome-e00e74fa11d3be05775519fabd95a293181c05e7.tar.zst
freebsd-ports-gnome-e00e74fa11d3be05775519fabd95a293181c05e7.zip
Add another patch, to fix tests, which fail if the timezone is set to
UTC. Thanks to Boris Samorodov for assistance in debugging this. Detected by: pointyhat Approved by: portmgr (krion)
Diffstat (limited to 'lang')
-rw-r--r--lang/spidermonkey/Makefile4
-rw-r--r--lang/spidermonkey/distinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile
index 390d428b1d4f..2d395f3c780e 100644
--- a/lang/spidermonkey/Makefile
+++ b/lang/spidermonkey/Makefile
@@ -20,7 +20,9 @@ CONFLICTS= njs-*
.if !defined(WITHOUT_TEST)
USE_PERL5_BUILD=test harness
-PATCHFILES= spidermonkey-patch-tests-ecma.bz2 spidermonkey-patch-tests-js.bz2
+PATCHFILES= spidermonkey-patch-tests-ecma.bz2 \
+ spidermonkey-patch-tests-timezone.bz2 \
+ spidermonkey-patch-tests-js.bz2
PATCH_SITES= http://virtual-estates.net/~mi/port-stuff/
BUILD_DEPENDS+= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
DISTFILES+= js-tests-20021118${EXTRACT_SUFX}
diff --git a/lang/spidermonkey/distinfo b/lang/spidermonkey/distinfo
index 91724ec5a473..69545ec8d678 100644
--- a/lang/spidermonkey/distinfo
+++ b/lang/spidermonkey/distinfo
@@ -4,5 +4,7 @@ MD5 (js-tests-20021118.tar.gz) = df89464084e583a075a782ad66da5370
SIZE (js-tests-20021118.tar.gz) = 803198
MD5 (spidermonkey-patch-tests-ecma.bz2) = 73ec1e37821deff69e68eac2192a2cd2
SIZE (spidermonkey-patch-tests-ecma.bz2) = 5702
+MD5 (spidermonkey-patch-tests-timezone.bz2) = 9b392c970d878f3defcd7e3e7ddeb0b5
+SIZE (spidermonkey-patch-tests-timezone.bz2) = 7658
MD5 (spidermonkey-patch-tests-js.bz2) = 20770d4e82fff61c1bbb5ff91d2551ec
SIZE (spidermonkey-patch-tests-js.bz2) = 3685