Commit Graph

70 Commits

Author SHA1 Message Date
Jan Beich
4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Jan Beich
e5688543b0 Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
2019-09-14 22:01:13 +00:00
Mathieu Arnold
a400cfc5f4 Convert to UCL & cleanup pkg-message (categories w) 2019-08-14 12:25:09 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Antoine Brodin
06dd90524d Revert r502354 and unbreak INDEX 2019-05-24 05:42:45 +00:00
Bradley T. Hughes
f10bed8b00 Remove www/node6
This port reached end-of-life upstream on 2019-04-30. Remove node6-*
from CONFLICTS for the remaining www/node* ports.

Sponsored by:	Miles AS
2019-05-23 20:28:28 +00:00
Bradley T. Hughes
7a680378f2 www/node6: Update 6.17.0_1 -> 6.17.1
https://nodejs.org/en/blog/release/v6.17.1/

Sponsored by:	Miles AS
2019-04-04 08:19:45 +00:00
Bradley T. Hughes
32926c7289 www/node*: specify minimum versions of dependencies in BUILD_DEPENDS
Add BUILD_DEPENDS for all LIB_DEPENDS, specifying the minimum version as
the version bundled with a particlar version of Node.js. This should help
people building from ports with out-of-date dependencies with a helpful
message instead of build failures.

Reported by:	freebsd-ports@
Sponsored by:	Miles AS
2019-03-29 04:57:05 +00:00
Jan Beich
480c577baa devel/icu: update to 64.1
Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
2019-03-27 21:11:08 +00:00
Bradley T. Hughes
d468cbdddd www/node6: add deprecation notice
Node.js 6.x LTS reaches end-of-life on 2019-04-30, see
https://github.com/nodejs/Release

Sponsored by:	Miles AS
2019-03-16 22:57:25 +00:00
Bradley T. Hughes
bee505e336 www/node6: set environment variables for host build
The Node.js build system supports cross-compilation via node-gyp, which
picks up CC, CXX, LINK, C*FLAGS, and LDFLAGS from the environment for the
target build, but not for the host. We need to set the environment variables
for the "host" build.

Sponsored by:	Miles AS
Differential Revision:	 https://reviews.freebsd.org/D19250
2019-03-12 21:09:14 +00:00
Bradley T. Hughes
da3521d377 www/node6: Update 6.16.0_1 0-> 6.17.0
This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
for details on patched vulnerabilities.

MFH:		2019Q1
Security:	b71d7193-3c54-11e9-a3f9-00155d006b02
Sponsored by:	Miles AS
2019-03-03 09:16:54 +00:00
Bradley T. Hughes
b7af5e6407 www/node*: fix build on non-amd64/-i386 when BUNDLED_SSL is unset
The --openssl-no-asm configure option should only be set
when BUNDLED_SSL is enabled.

PR:		235311
Reported by:	jbeich
Sponsored by:	Miles AS
2019-02-11 18:24:42 +00:00
Bradley T. Hughes
0bbdbdb8fd www/node6: build on FreeBSD >=12
Change the default options to enable BUNDLED_SSL by default on
FreeBSD >=12, which includes OpenSSL 1.1 in the base system, not the
1.0.2 required by Node.js 6.x LTS. Bump PORTREVISION due to the change
in defaults.

While here, convert the port to use BROKEN_SSL, taking care to set
BROKEN_SSL+=base when appropriate.

Sponsored by:	Miles AS
2019-01-23 21:10:26 +00:00
Bradley T. Hughes
856f029e91 www/node6: Update 6.15.1_1 -> 6.16.0
The 6.15.0 security release introduced some unexpected breakages on the
6.x release line. This is a special release to fix a regression in the
HTTP binary upgrade response body and add a missing CLI flag to adjust
the max header size of the http parser.

https://nodejs.org/en/blog/release/v6.16.0/

Sponsored by:	Miles AS
2018-12-28 20:43:36 +00:00
Bradley T. Hughes
3e1e2dd4f5 www/node6: disable DTRACE on powerpc64
s/EXCLIDE/EXCLUDE/ to fix typo in last commit.

PR:		233694
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	Miles AS
2018-12-21 15:12:47 +00:00
Bradley T. Hughes
6a44edad50 www/node6: fix build on powerpc64
PR:		233694
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	Miles AS
2018-12-21 12:49:24 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Antoine Brodin
c06409c76b Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
With hat:	portmgr
2018-12-11 10:10:02 +00:00
Bradley T. Hughes
40655c7035 www/node6: Update 6.14.4_1 -> 6.15.1
This is a security release addressing multiple vulnerabilities. Node.js
6.15.0 addresses the vulnerabilities, and 6.15.1 addresses an issue with
the fix for CVE-2018-12122. Users are recommended to upgrade as soon as
possible.

https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/
https://nodejs.org/en/blog/release/v6.15.0/
https://nodejs.org/en/blog/release/v6.15.1/

MFH:		2018Q4
Security:	2a86f45a-fc3c-11e8-a414-00155d006b02
Sponsored by:	Miles AS
2018-12-10 11:33:10 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Bradley T. Hughes
be15e8b611 www/node10: copy from www/node, update 10.12.0_1 -> 10.13.0 (LTS)
Create a new port for the latest Node.js 10.13.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node10 port
and remove non-existent ports.

https://nodejs.org/en/blog/release/v10.13.0/

Sponsored by:	Miles AS
2018-10-31 21:03:48 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Bradley T. Hughes
e14c2eaa6d www/node6: Update 6.14.3_2 -> 6.14.4
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
https://nodejs.org/en/blog/release/v6.14.4/

MFH:		2018Q3
Security:	0904e81f-a89d-11e8-afbb-bc5ff4f77b71
Sponsored by:	Miles AS
2018-08-27 11:27:02 +00:00
Sunpoet Po-Chuan Hsieh
11d5c645f3 Update WWW
Approved by:	portmgr (blanket)
2018-08-26 18:42:23 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Bradley T. Hughes
9940414347 www/node6: Update 6.14.2 -> 6.14.3
Update to the latest security release, fixing CVE-2018-7167.

https://nodejs.org/en/blog/release/v6.14.3/
https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/

MFH:		2018Q2
Security:	45b8e2eb-7056-11e8-8fab-63ca6e0e13a2
Sponsored by:	Miles AS
2018-06-15 13:58:11 +00:00
Bradley T. Hughes
968142495f www/node6: Update 6.14.1_1 -> 6.14.2
Notable Changes:
- n-api has been backported to v6.x. It is being landed as an
  experimental interface, and as such is landing in a Semver-Patch
  release.

https://nodejs.org/en/blog/release/v6.14.2/
2018-05-01 20:38:17 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Bradley T. Hughes
505de0ff29 www/node6: Update 6.14.0 -> 6.14.1
No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.

MFH:		2018Q2
2018-04-01 09:19:29 +00:00
Bradley T. Hughes
c89c02cdbc www/node6: Update 6.13.1 -> 6.14.0
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/
https://nodejs.org/en/blog/release/v6.14.0/

MFH:		2018Q1
Security:	5a9bbb6e-32d3-11e8-a769-6daaba161086
2018-03-29 19:54:38 +00:00
Bradley T. Hughes
4e527b0a09 www/node: Update 6.13.0 -> 6.13.1
Notable changes:
- http, tls: better support for IPv6 addresses

https://nodejs.org/en/blog/release/v6.13.1/
2018-03-07 14:58:18 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Bradley T. Hughes
849222329d www/node6: Update 6.12.3 -> 6.13.0
https://nodejs.org/en/blog/release/v6.13.0/
2018-02-16 20:30:15 +00:00
Bradley T. Hughes
07f8f07505 www/node,www/node8,www/node6: disable dtrace usdt on armv[67]
Disable the DTRACE option by default on armv[67] since Node.js fails to
build on armv[67] with the following error:

dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented

PR:		224271
Submitted by:	mikael.urankar@gmail.com
2018-02-08 14:29:36 +00:00
Bradley T. Hughes
fc6fdf7c03 www/node6: Update 6.12.2 -> 6.12.3
https://nodejs.org/en/blog/release/v6.12.3/

While here, pet portlint:
- move ONLY_FOR_ARCHS
- remove USES_LDCONFIG (node.js doesn't install a .so)

Differential Revision:	https://reviews.freebsd.org/D13774
2018-02-03 22:29:43 +00:00
Bradley T. Hughes
cc7732bdcf www/node6: Update 6.12.0_1 -> 6.12.2
Approved by:	mat (co-mentor)
Security:	bea84a7a-e0c9-11e7-b4f3-11baa0c2df21
Differential Revision:	https://reviews.freebsd.org/D13441
2017-12-14 19:45:42 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Bradley T. Hughes
36bdd0c9b1 www/node6: Update 6.11.5 -> 6.12.0
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13003
2017-11-08 13:41:20 +00:00
Bradley T. Hughes
b04247ef05 www/node8: copy from www/node, update 8.8.1 -> 8.9.0 (LTS)
Create a new port for the latest Node.js 8.9.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node8 port
and remove non-existent ports.

https://nodejs.org/en/blog/release/v8.9.0/

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12930
2017-11-06 14:17:56 +00:00
Bradley T. Hughes
dcbe87e1b5 www/node6: Update 6.11.4 -> 6.11.5
Update to the latest upstream v6.x release to address a remote DoS
vulnerability.

https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
https://nodejs.org/en/blog/release/v6.11.5/

Approved by:	robak (mentor)
MFH:		2017Q4
Security:	CVE-2017-14919
Differential Revision:	https://reviews.freebsd.org/D12784
2017-10-25 18:38:45 +00:00
Mark Linimon
3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +00:00
Bradley T. Hughes
5a7ea723eb www/node6: Update 6.11.3_1 -> 6.11.4
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12594
2017-10-05 08:52:09 +00:00
Jan Beich
a382198617 devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
2017-09-25 00:02:36 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Bradley T. Hughes
1a13ed323a www/node6: Update 6.11.2_1 -> 6.11.3
Remove files/patch-node.gyp, since this patch has landed upstream. Use
DTRACE_CONFIGURE_ON to add --with-dtrace to the configure arguments when
DTRACE is enabled.

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12297
2017-09-11 18:09:37 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Bradley T. Hughes
df77d89050 www/node6: Update 6.11.1 -> 6.11.2
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11924
2017-08-08 18:16:20 +00:00
Bradley T. Hughes
6ce07317c8 www/node6: Update 6.11.0 -> 6.11.1
Approved by:	robak (mentor)
MFH:		2017Q3
Security:	3eff66c5-66c9-11e7-aa1d-3d2e663cef42
Differential Revision:	https://reviews.freebsd.org/D11579
2017-07-13 15:21:13 +00:00