aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey185
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-1/+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
* Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.Tijl Coosemans2014-10-011-3/+3
| | | | | | | These are the last ports that use this ancient version of autoconf. Notes: svn path=/head/; revision=369730
* Fix build with readline from portsBaptiste Daroussin2014-07-011-56/+13
| | | | | | | | While here use options helpers Remove useless inclusion of pre.mk/post.mk Notes: svn path=/head/; revision=359987
* Stagify, overwrite symlinks otherwise they point into the stagedir.Koop Mast2014-03-061-3/+5
| | | | | | | Use new LIB_DEPENDS syntax. Notes: svn path=/head/; revision=347314
* 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
* Fix leftout from previous commitBaptiste Daroussin2013-09-171-1/+1
| | | | Notes: svn path=/head/; revision=327463
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-4/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* lang/spidermonkey185: Fix clang build, cherrypick upstream clang fixesKubilay Kocak2013-06-086-3/+1942
| | | | | | | | | | | | | | | | | | | - patch: -fvisibility=hidden to fix clang build - patch: Remove shell workers [1] - patch: Silence clang alignment warnings jsscript.h [2] - patch: Silence clang alignment warnings in jsstr.cpp [3] - Fix pkg-plist - remove pkgconfig dirrm entry - Tweak regression-test: target [1] https://bugzilla.mozilla.org/show_bug.cgi?id=771281 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=662962 [3] https://bugzilla.mozilla.org/show_bug.cgi?id=662961 Thanks to Guido Falsi (madpilot) for the visibility patch, kwm and miwi for additional testing and the constant reminders. Notes: svn path=/head/; revision=320274
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-2/+2
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* Add a symlink for libmozjs185.so.1 so adding mozjs185 to LIB_DEPENDS works.Koop Mast2012-10-172-0/+5
| | | | | | | | Approved by: koobs (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306012
* Spidermonkey is the JavaScript interpreter from the Mozilla project.Tom Judge2012-10-164-0/+275
WWW: http://www.mozilla.org/js/spidermonkey/ Feature safe: yes PR: ports/172710 PR: ports/170768 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Submitted by: Anton Afanasyev <aasoft@gmail.com> Submitted by: avg Reviewed by: kwm, flo Approved by: eadler (mentor) Notes: svn path=/head/; revision=305994