aboutsummaryrefslogtreecommitdiff
path: root/www/node-devel
Commit message (Collapse)AuthorAgeFilesLines
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-0/+29
| | | | | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=371117
* - Update to 0.11.14Frederic Culot2014-10-173-5/+7
| | | | | | | | | Changes: https://github.com/joyent/node/blob/v0.11.14/ChangeLog PR: ports/194325 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=371030
* - Update to 0.11.13Steve Wills2014-06-084-21/+10
| | | | | | | | PR: 190296 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=356965
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Update to 0.11.11Steve Wills2014-02-113-4/+35
| | | | | | | | PR: ports/186643 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=343760
* 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
* - Update to 0.11.9Steve Wills2013-12-172-3/+3
| | | | | | | | PR: ports/184621 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=336765
* www/node-devel: fix python usage same as www/nodeWilliam Grzybowski2013-12-141-0/+6
| | | | | | | | | | | - Use the python version specified for building instead of one of the meta port values, which might mismatch Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336479
* - Update to 0.11.8Sunpoet Po-Chuan Hsieh2013-11-194-12/+22
| | | | | | | | | | | | | | | - While I'm here: - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR Changes: https://github.com/joyent/node/blob/v0.11.8-release/ChangeLog PR: ports/184061 Submitted by: Amim Knabben <amim.knabben@gmail.com> Approved by: Daniel Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=334296
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Update to 0.11.7Steve Wills2013-09-232-3/+3
| | | | | | | | PR: ports/181963 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=328027
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* www/node-devel: update to 0.11.5William Grzybowski2013-08-152-5/+4
| | | | | | | | | | | | | - Update to 0.11.5 [1] - USES gmake Changes: https://raw.github.com/joyent/node/v0.11.5/ChangeLog PR: ports/181300 Submitted by: Jin-Sih Lin <linpct gmail.com> (maintainer) Notes: svn path=/head/; revision=324767
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 0.11.4Steve Wills2013-07-213-5/+19
| | | | | | | | PR: ports/180671 Submitted by: Daniel Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=323363
* - Update to 0.11.1Steve Wills2013-04-243-14/+3
| | | | | | | | PR: ports/178075 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=316455
* - Fix build with nondefailt LOCALBASEDmitry Marakasov2013-02-261-0/+5
| | | | | | | | | PR: 175809 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=312990
* - Update to 0.9.8Dmitry Marakasov2013-02-044-48/+3
| | | | | | | | | | | - Trim Makefile comment header PR: 175625 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> Approved by: Daniel Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=311531
* - Fix build with base gccJason E. Hale2012-11-091-0/+29
| | | | | | | | | | | Reported by: pointyhat via beat Approved by: portmgr (implicit) makc, avilla (mentors, implicit) Obtained from: https://github.com/joyent/node/issues/4186 Feature safe: yes Notes: svn path=/head/; revision=307220
* Upgrade to 0.9.3.Vanilla I. Shu2012-11-026-55/+13
| | | | | | | | | PR: ports/171729 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=306835
* upgrade to 0.9.1.Vanilla I. Shu2012-09-047-85/+40
| | | | | | | | PR: ports/171309 Submitted by: maintainer Notes: svn path=/head/; revision=303650
* - Update to 0.9.0Steve Wills2012-08-183-15/+5
| | | | | | | | PR: ports/170716 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=302722
* - Update to 0.8.6Alex Kozlov2012-08-113-4/+14
| | | | | | | | PR: ports/170534 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=302416
* - Update to 0.8.5Frederic Culot2012-08-062-3/+3
| | | | | | | | | Changes: https://github.com/joyent/node/blob/v0.8.5/ChangeLog PR: ports/170407 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=302170
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* Upgrade to 0.8.4.Vanilla I. Shu2012-07-262-3/+3
| | | | | | | | PR: ports/170183 Submitted by: maintainer Notes: svn path=/head/; revision=301564
* - Update to 0.8.3Sunpoet Po-Chuan Hsieh2012-07-212-3/+3
| | | | | | | | | Changes: https://github.com/joyent/node/blob/v0.8.3/ChangeLog PR: ports/170015 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=301289
* - Update to 0.8.2Sunpoet Po-Chuan Hsieh2012-07-102-3/+3
| | | | | | | | | Changes: https://github.com/joyent/node/blob/v0.8.2/ChangeLog PR: ports/169758 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=300724
* - Update to 0.8.1Sunpoet Po-Chuan Hsieh2012-06-302-3/+3
| | | | | | | | | Changes: https://github.com/joyent/node/blob/v0.8.1/ChangeLog PR: ports/169562 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=300250
* - Update to 0.8.0Sunpoet Po-Chuan Hsieh2012-06-272-3/+3
| | | | | | | | | Changes: https://github.com/joyent/node/blob/master/ChangeLog PR: ports/169476 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=300073
* - Update to 0.7.12Sunpoet Po-Chuan Hsieh2012-06-213-5/+11
| | | | | | | | | | | - While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS Changes: https://github.com/joyent/node/blob/v0.7.12/ChangeLog PR: ports/169255 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=299732
* - Update to 0.7.10Frederic Culot2012-06-132-3/+3
| | | | | | | | PR: ports/169022 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=299176
* - Update to 0.7.9Beech Rintoul2012-05-302-4/+3
| | | | | | | | PR: ports/168451 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=297749
* - Restrict USE_PYTHON to 2.7Sunpoet Po-Chuan Hsieh2012-05-171-1/+1
| | | | | | | Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC) Notes: svn path=/head/; revision=296830
* - Make directory: PREFIX/lib/node_modulesSunpoet Po-Chuan Hsieh2012-05-142-1/+9
| | | | | | | | | | | - Add a message about npm - Bump PORTREVISION for package change Submitted by: sunpoet (myself, via IRC) Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC) Notes: svn path=/head/; revision=296603
* - Update to 0.7.8Sunpoet Po-Chuan Hsieh2012-05-086-443/+21
| | | | | | | | | | | | | | - Do not install bundled npm, users who requires npm can install www/npm - While I'm here: - Restrict USE_PYTHON range - Add post-install: to remove .orig Changes: https://github.com/joyent/node/blob/v0.7.8/ChangeLog PR: ports/164862 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=296190
* - Mark IGNORE for node 0.6 branchSunpoet Po-Chuan Hsieh2011-12-051-2/+5
| | | | | | | | | | | - Update CONFLICTS - Bump PORTREVISION for package change Discussed with: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC) Feature safe: yes Notes: svn path=/head/; revision=286893
* - Update to 0.6.3Sunpoet Po-Chuan Hsieh2011-11-253-3/+399
| | | | | | | | | | Changes: https://github.com/joyent/node/blob/master/ChangeLog PR: ports/162876 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286432
* Upgrde to 0.6.2Vanilla I. Shu2011-11-212-3/+3
| | | | | | | | | PR: ports/162710 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=286144
* - Update to 0.6.1Li-Wen Hsu2011-11-123-20/+11
| | | | | | | | | PR: ports/162499 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=285633
* Upgrade to 0.6.0Vanilla I. Shu2011-11-073-139/+3
| | | | | | | | PR: ports/162324 Submitted by: maintainer Notes: svn path=/head/; revision=285226
* Upgrade to 0.5.10.Vanilla I. Shu2011-10-274-16/+139
| | | | | | | | PR: ports/162019 Submitted by: maintainer Notes: svn path=/head/; revision=284397
* - Update to 0.5.9Frederic Culot2011-10-113-4/+3
| | | | | | | | PR: ports/161485 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=283370
* - Update to 0.5.8Sunpoet Po-Chuan Hsieh2011-10-015-20/+11
| | | | | | | | | Changes: https://github.com/joyent/node/wiki/ChangeLog PR: ports/161208 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=282738
* Upgrde to 0.5.7.Vanilla I. Shu2011-09-172-3/+3
| | | | | | | | PR: ports/160758 Submitted by: maintainer Notes: svn path=/head/; revision=281902
* Update to 0.5.6.Xin LI2011-09-144-18/+22
| | | | | | | | Submitted by: maintainer (Jin-Sih Lin) PR: ports/160726 Notes: svn path=/head/; revision=281760
* Upgrade to 0.5.5.Vanilla I. Shu2011-08-292-3/+3
| | | | | | | | PR: ports/150253 Submitted by: maintainer Notes: svn path=/head/; revision=280658
* - Update to 0.5.4Steve Wills2011-08-143-13/+3
| | | | | | | | PR: ports/159734 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=279671
* Upgrade to 0.5.3.Vanilla I. Shu2011-08-0510-64/+85
| | | | | | | | PR: ports/159410 Submitted by: maintainer Notes: svn path=/head/; revision=278935