FreeBSD Bugzilla – Attachment 195120 Details for
Bug 229762
lang/spidermonkey52 - upgrade, improve
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade spidermonkey to 52.9.0
spidermonkey52-update.diff (text/plain), 2.28 KB, created by
Mikhail Teterin
on 2018-07-13 21:46:47 UTC
(
hide
)
Description:
Upgrade spidermonkey to 52.9.0
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2018-07-13 21:46:47 UTC
Size:
2.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 474607) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= spidermonkey >-PORTVERSION= 52.8.0 >-PORTREVISION= 1 >+PORTVERSION= 52.9.0 > CATEGORIES= lang > MASTER_SITES= MOZILLA/firefox/releases/${PORTVERSION}esr/source > DISTNAME= firefox-${PORTVERSION}esr.source >@@ -26,6 +25,9 @@ > > WRKSRC= ${WRKDIR}/firefox-${PORTVERSION}esr/js/src > PATCH_WRKSRC= ${WRKDIR}/firefox-${PORTVERSION}esr/ >+INCLUDE= .cargo Makefile.in build* config* gradle* js memory nsprpub/config >+INCLUDE+= mfbt modules moz* python taskcluster testing >+EXTRACT_AFTER_ARGS+= ${INCLUDE:S|^|firefox-${PORTVERSION}esr/|} > > CONFIGURE_ARGS= --with-pthreads \ > --prefix=${PREFIX:Q} \ >@@ -70,15 +72,21 @@ > > post-patch: > # Skip some tests because bundled icu differs from system >- @${RM} ${WRKSRC}/tests/test262/intl402/ch10/10.2/10.2.3_b.js \ >+ @${RM} ${WRKSRC}/tests/Intl/Date/toLocaleDateString_timeZone.js \ > ${WRKSRC}/tests/Intl/DateTimeFormat/format.js \ >- ${WRKSRC}/tests/ecma_6/String/normalize-generateddata-part1-not-listed.js >+ ${WRKSRC}/tests/Intl/DateTimeFormat/format_timeZone.js \ >+ ${WRKSRC}/tests/Intl/NumberFormat/StringBuffer.js >+ > pre-configure: > cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13 >+# The directory needs to exist, or configure freaks out: >+ @${MKDIR} ${WRKSRC:H:H}/intl/icu/source/common/unicode >+ ${LN} -s ${LOCALBASE}/include/unicode/uvernum.h \ >+ ${WRKSRC:H:H}/intl/icu/source/common/unicode/ > > regression-test: build > @${ECHO_MSG} -n "===> Running jstests.py: " >- @cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \ >+ @cd ${WRKSRC} && ${SETENV} LANG=C TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \ > -d -s --no-progress ./js/src/shell/js > > post-install: >Index: distinfo >=================================================================== >--- distinfo (revision 474607) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1525963979 >-SHA256 (firefox-52.8.0esr.source.tar.xz) = babed4fe0ae95783e39358aedf7111b20fd9442f73b3b41b025fa4951fe76287 >-SIZE (firefox-52.8.0esr.source.tar.xz) = 214054520 >+TIMESTAMP = 1531516294 >+SHA256 (firefox-52.9.0esr.source.tar.xz) = c01d09658c53c1b3a496e353a24dad03b26b81d3b1d099abc26a06f81c199dd6 >+SIZE (firefox-52.9.0esr.source.tar.xz) = 214087304
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229762
: 195120