Commit graph

61 commits

Author SHA1 Message Date
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
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)
2014-10-18 12:20:42 +00:00
Frederic Culot
b1d6ad2601 - Update to 0.11.14
Changes:	https://github.com/joyent/node/blob/v0.11.14/ChangeLog
PR:		ports/194325
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2014-10-17 08:25:15 +00:00
Steve Wills
5fa6f7859e - Update to 0.11.13
PR:		190296
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2014-06-08 02:06:28 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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)
2014-03-10 20:55:20 +00:00
Steve Wills
ff9ba38536 - Update to 0.11.11
PR:		ports/186643
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2014-02-11 15:19:40 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Steve Wills
94e0166283 - Update to 0.11.9
PR:		ports/184621
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2013-12-17 20:42:26 +00:00
William Grzybowski
fe846008e9 www/node-devel: fix python usage same as www/node
- 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)
2013-12-14 19:42:13 +00:00
Sunpoet Po-Chuan Hsieh
5b70ad20fb - Update to 0.11.8
- 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)
2013-11-19 10:12:06 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Steve Wills
1ec0d8e69a - Update to 0.11.7
PR:		ports/181963
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2013-09-23 18:02:19 +00:00
Baptiste Daroussin
85fbf21ec5 Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20 23:36:50 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
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)
2013-08-17 16:27:24 +00:00
William Grzybowski
b4421d7838 www/node-devel: update to 0.11.5
- 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)
2013-08-15 12:00:51 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Steve Wills
179a7329d5 - Update to 0.11.4
PR:		ports/180671
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
2013-07-21 01:34:54 +00:00
Steve Wills
b5da37c4e5 - Update to 0.11.1
PR:		ports/178075
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2013-04-24 17:19:42 +00:00
Dmitry Marakasov
6e92011f4f - Fix build with nondefailt LOCALBASE
PR:		175809
Submitted by:	myself
Approved by:	maintainer timeout
2013-02-26 16:18:10 +00:00
Dmitry Marakasov
7f5e6cfc5a - Update to 0.9.8
- Trim Makefile comment header

PR:		175625
Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
Approved by:	Daniel Lin <linpct@gmail.com> (maintainer)
2013-02-04 00:49:12 +00:00
Jason E. Hale
fedfadf712 - Fix build with base gcc
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
2012-11-09 01:13:50 +00:00
Vanilla I. Shu
ad18048035 Upgrade to 0.9.3.
PR:		ports/171729
Submitted by:	maintainer
Feature safe:   yes
2012-11-02 06:57:06 +00:00
Vanilla I. Shu
3a7a53d91c upgrade to 0.9.1.
PR:		ports/171309
Submitted by:	maintainer
2012-09-04 10:56:26 +00:00
Steve Wills
508e1cab34 - Update to 0.9.0
PR:		ports/170716
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-08-18 12:29:17 +00:00
Alex Kozlov
af62f61c02 - Update to 0.8.6
PR:	ports/170534
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-08-11 15:36:06 +00:00
Frederic Culot
20ac5cc5bd - Update to 0.8.5
Changes:	https://github.com/joyent/node/blob/v0.8.5/ChangeLog
PR:		ports/170407
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-08-06 12:00:50 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Vanilla I. Shu
4953a538fe Upgrade to 0.8.4.
PR:		ports/170183
Submitted by:	maintainer
2012-07-26 15:26:15 +00:00
Sunpoet Po-Chuan Hsieh
ba2952e666 - Update to 0.8.3
Changes:	https://github.com/joyent/node/blob/v0.8.3/ChangeLog
PR:		ports/170015
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-07-21 21:45:03 +00:00
Sunpoet Po-Chuan Hsieh
97d4cd5e7f - Update to 0.8.2
Changes:	https://github.com/joyent/node/blob/v0.8.2/ChangeLog
PR:		ports/169758
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-07-10 15:19:26 +00:00
Sunpoet Po-Chuan Hsieh
f9e2b5e698 - Update to 0.8.1
Changes:	https://github.com/joyent/node/blob/v0.8.1/ChangeLog
PR:		ports/169562
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-06-30 09:34:04 +00:00
Sunpoet Po-Chuan Hsieh
6d62cf8cd1 - Update to 0.8.0
Changes:	https://github.com/joyent/node/blob/master/ChangeLog
PR:		ports/169476
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-06-27 08:18:23 +00:00
Sunpoet Po-Chuan Hsieh
6f491a2301 - Update to 0.7.12
- 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)
2012-06-21 15:06:21 +00:00
Frederic Culot
20c3040943 - Update to 0.7.10
PR:		ports/169022
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-06-13 07:19:09 +00:00
Beech Rintoul
a485f0eb64 - Update to 0.7.9
PR:		ports/168451
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-05-30 08:23:18 +00:00
Sunpoet Po-Chuan Hsieh
3e789a4b04 - Restrict USE_PYTHON to 2.7
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
2012-05-17 14:02:47 +00:00
Sunpoet Po-Chuan Hsieh
9a0cdfb621 - Make directory: PREFIX/lib/node_modules
- 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)
2012-05-14 18:57:45 +00:00
Sunpoet Po-Chuan Hsieh
0653f86f9c - Update to 0.7.8
- 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)
2012-05-08 03:13:41 +00:00
Sunpoet Po-Chuan Hsieh
ef9244d7be - Mark IGNORE for node 0.6 branch
- Update CONFLICTS
- Bump PORTREVISION for package change

Discussed with:	Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
Feature safe:	yes
2011-12-05 03:18:01 +00:00
Sunpoet Po-Chuan Hsieh
76fa58828a - Update to 0.6.3
Changes:	https://github.com/joyent/node/blob/master/ChangeLog
PR:		ports/162876
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:	yes
2011-11-25 18:04:33 +00:00
Vanilla I. Shu
d36de7c42e Upgrde to 0.6.2
PR:		ports/162710
Submitted by:	maintainer
Feature safe:	yes
2011-11-21 02:25:52 +00:00
Li-Wen Hsu
dd4d992a95 - Update to 0.6.1
PR:		ports/162499
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:	yes
2011-11-12 15:08:34 +00:00
Vanilla I. Shu
7d0d35bd34 Upgrade to 0.6.0
PR:		ports/162324
Submitted by:	maintainer
2011-11-07 07:48:04 +00:00
Vanilla I. Shu
248e3b3f40 Upgrade to 0.5.10.
PR:		ports/162019
Submitted by:	maintainer
2011-10-27 00:38:58 +00:00
Frederic Culot
05a57c6046 - Update to 0.5.9
PR:		ports/161485
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2011-10-11 13:00:19 +00:00
Sunpoet Po-Chuan Hsieh
15649f5bb0 - Update to 0.5.8
Changes:	https://github.com/joyent/node/wiki/ChangeLog
PR:		ports/161208
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2011-10-01 15:35:37 +00:00
Vanilla I. Shu
7dd6f18e0f Upgrde to 0.5.7.
PR:		ports/160758
Submitted by:	maintainer
2011-09-17 15:44:20 +00:00
Xin LI
ae37fa8bc1 Update to 0.5.6.
Submitted by:	maintainer (Jin-Sih Lin)
PR:		ports/160726
2011-09-14 11:01:45 +00:00
Vanilla I. Shu
e22c4c3828 Upgrade to 0.5.5.
PR:		ports/150253
Submitted by:	maintainer
2011-08-29 01:08:29 +00:00
Steve Wills
c3f55b9934 - Update to 0.5.4
PR:		ports/159734
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2011-08-14 03:06:34 +00:00
Vanilla I. Shu
9af0be4776 Upgrade to 0.5.3.
PR:		ports/159410
Submitted by:	maintainer
2011-08-05 04:51:17 +00:00