MFH: r466239 r466621
www/node4: Mark as deprecated and set expiration date The Node.js project has set v4.x end-of-life date to 2018-04-30. www/node4: fix portlint errors and relevant warnings - move DEPRECATED/EXPIRATION_DATE out of MAINTAINER section - move ONLY_FOR_ARCHS - remove USES_LDCONFIG (Node.js doesn't install a .so) Approved by: ports-secteam (riggs)
This commit is contained in:
parent
2d6fd951e6
commit
9f06e32aba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=466829
@ -15,6 +15,10 @@ COMMENT= V8 JavaScript for client and server (4.x LTS)
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Node.js v4.x reaches end-of-life on 2018-04-30, see https://github.com/nodejs/Release
|
||||
EXPIRATION_DATE= 2018-04-30
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS
|
||||
OPTIONS_DEFAULT=
|
||||
OPTIONS_SUB= yes
|
||||
@ -31,11 +35,9 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu
|
||||
|
||||
USES= compiler:c++11-lib gmake python:2.7 pkgconfig localbase
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS_INSTALL= node[568]-[0-9]* node-[0-9]*
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
|
||||
--without-npm \
|
||||
--shared-libuv \
|
||||
|
Loading…
Reference in New Issue
Block a user