diff options
author | mi <mi@FreeBSD.org> | 2005-08-16 20:52:28 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-08-16 20:52:28 +0800 |
commit | cb8b1794610b3c93797e773a8ae8ef74954e313e (patch) | |
tree | 9318fc0f34d89bd410a209a1f91e76b23acecedb /lang | |
parent | 5acf192e2e71f407805adb527a2cac0a2ec3575e (diff) | |
download | freebsd-ports-gnome-cb8b1794610b3c93797e773a8ae8ef74954e313e.tar.gz freebsd-ports-gnome-cb8b1794610b3c93797e773a8ae8ef74954e313e.tar.zst freebsd-ports-gnome-cb8b1794610b3c93797e773a8ae8ef74954e313e.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/Makefile | 4 | ||||
-rw-r--r-- | lang/spidermonkey/distinfo | 2 |
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 |