aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey170
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to new test frameworkDmitry Marakasov2018-05-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=469096
* Disable dtrace usdt on armvX. It causes link failures.Mark Linimon2018-03-251-0/+5
| | | | | | | | | | | Regression-tested on amd64. PR: 224271 Submitted by: mikael.urankar Approved by: kwm (maintainer timeout) Notes: svn path=/head/; revision=465519
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+1
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* lang/spidermonkey170: unbreak build with Clang 6 / GCC 7Jan Beich2018-01-042-1/+21
| | | | | | | | | | | | js/src/shell/jsoptparse.cpp:246:22: error: comparison between pointer and integer ('char *' and 'int') if (value[0] == '\0') ~~~~~~~~ ^ ~~~~ Reported by: antoine (via bug 224669) Obtained from: upstream (SpiderMonkey 25.0) Notes: svn path=/head/; revision=458008
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Use clang on armv6.Koop Mast2017-05-093-6/+30
| | | | | | | | PR: 215516 Submitted by: mikael.urankar@gmail.com Notes: svn path=/head/; revision=440509
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* lang/spidermonkey170: unbreak with clang 4.0Jan Beich2017-01-132-1/+33
| | | | | | | | | | | | | | | | | Fix quoting failure handling in JSOP_CALLPROP and JSOP_STRING. jsopcode.cpp:6070:45: error: ordered comparison between pointer and zero ('char *' and 'int') return QuoteString(&sprinter, s, quote) >= 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ PR: 215861 Regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3 Obtained from: upstream (only the specific fix) Approved by: portmgr blanket MFH: 2017Q1 (changes existing behavior) Notes: svn path=/head/; revision=431335
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-3/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Do not redefine DEBUG_DESC when its meaning more or less matches the defaultAlexey Dokuchaev2016-10-281-1/+0
| | | | | | | | option description. Those ports where it meant something more specific were left untouched. Notes: svn path=/head/; revision=424875
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Add support for AArch64 (arm64) to spidermonkey 17 and 24.Andrew Turner2016-01-201-0/+12
| | | | | | | | | | | This is based on the following upstream patch. https://hg.mozilla.org/integration/mozilla-inbound/rev/6a46f53ad944 Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4785 Notes: svn path=/head/; revision=406746
* Fix build on 64-bit big-endian machines.Julio Merino2015-10-161-0/+19
| | | | | | | | Approved by: kwm (maintainer), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D3397 Notes: svn path=/head/; revision=399507
* Fix ARM build of lang/spidermoney170 by using GCC until clang is fixed.Brad Davis2015-08-272-4/+9
| | | | | | | Approved by: kwm (maintainer), bdrewery (mentor) Notes: svn path=/head/; revision=395444
* Fix the build on ARM by adapting a patch from spidermonkey24.Koop Mast2015-08-251-0/+14
| | | | | | | | PR: 202229 Submitted by: mikael.urankar@gmail.com Notes: svn path=/head/; revision=395317
* lang/spidermonkey170: Adjust CONFIGURE_TARGET for DragonFlyJohn Marino2015-08-241-3/+1
| | | | | | | Approved by: kwm (maintainer) Notes: svn path=/head/; revision=395171
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Fix with Perl 5.21.1+Mathieu Arnold2015-04-201-0/+11
| | | | | | | | | | | | "defined(@array)" and "defined(%hash)" are now fatal errors These have been deprecated since v5.6.1 and have raised deprecation warnings since v5.16. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384370
* Add DTRACE optionKoop Mast2015-01-305-2/+103
| | | | | | | | PR: 192614 Submitted by: jbeich@ Notes: svn path=/head/; revision=378145
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371587
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* Fix OPTIONS and add missing USES=readline for READLINEAntoine Brodin2014-07-311-1/+3
| | | | | | | Detected by: ucl manifest Notes: svn path=/head/; revision=363537
* Stagify, use option helper.Koop Mast2014-03-061-60/+14
| | | | | | | | Strip installed files so we don't end up with a ~170M large .a file and a ~50M large .so. Notes: svn path=/head/; revision=347312
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert to new perl5 framework and update to new lib_depend way.Koop Mast2013-08-041-3/+3
| | | | Notes: svn path=/head/; revision=324237
* Run in quickly and fix portname.Koop Mast2013-03-291-1/+1
| | | | Notes: svn path=/head/; revision=315533
* Add spidermonkey 17.0Koop Mast2013-03-295-0/+251
This is the spidermonkey version shipped with the firefox-esr series 17.0. Not to be confused with spidermonkey17 ports which is 1.7. Borrow patch from firefox-esr to fix the build with clang. Notes: svn path=/head/; revision=315532