mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Remove port: www/node-devel
2016-04-13 www/node-devel: Use www/node, upstream no longer releases a development version PR: 208756 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
This commit is contained in:
parent
9507440e4c
commit
b1775343ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413225
1
MOVED
1
MOVED
@ -8278,3 +8278,4 @@ textproc/p5-ElasticSearch-SearchBuilder|textproc/p5-Search-Elasticsearch|2016-04
|
||||
textproc/p5-ElasticSearch-legacy|textproc/p5-Search-Elasticsearch|2016-04-10|Has expired: Use textproc/p5-Search-Elasticsearch which is the official client
|
||||
textproc/py-openpyxl1|textproc/py-openpyxl|2016-04-10|Has expired: Use textproc/py-openpyxl instead
|
||||
devel/libmcs||2016-04-13|Development no longer active and is not used any more
|
||||
www/node-devel|www/node|2016-04-13|Upstream no longer releases a development version
|
||||
|
14
UPDATING
14
UPDATING
@ -5,6 +5,20 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20160413:
|
||||
AFFECTS: All users of www/node-devel
|
||||
AUTHOR: bradleythughes@fastmail.fm
|
||||
|
||||
www/node-devel was outdated and has been removed. Upstream no longer
|
||||
releases a development version. You can use the www/node port to get
|
||||
node.js 5.x by running one of the following commands:
|
||||
|
||||
# pkg install node
|
||||
or
|
||||
# portmaster -o www/node www/node-devel
|
||||
or
|
||||
# portupgrade -o www/node www/node-devel
|
||||
|
||||
20160412:
|
||||
AFFECTS: Users of net/samba42 and net/samba/43
|
||||
AUTHOR: timur@FreeBSD.org
|
||||
|
@ -554,7 +554,6 @@
|
||||
SUBDIR += nginx-devel
|
||||
SUBDIR += nibbleblog
|
||||
SUBDIR += node
|
||||
SUBDIR += node-devel
|
||||
SUBDIR += node010
|
||||
SUBDIR += node012
|
||||
SUBDIR += node4
|
||||
|
@ -1,63 +0,0 @@
|
||||
# Created by: Jin-Sih Lin <linpct@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 5.0.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= bradleythughes@fastmail.fm
|
||||
COMMENT= V8 JavaScript for client and server
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= compiler execinfo gmake python:2
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS_INSTALL= node-0.[0-9]* node010-* iojs-*
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib
|
||||
PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
|
||||
REINPLACE_ARGS= -i ''
|
||||
MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${COMPILER_TYPE} == clang
|
||||
MAKE_ENV+= LINK=clang++
|
||||
CFLAGS+= -Wno-unused-private-field
|
||||
.if ${COMPILER_VERSION} >= 33
|
||||
CFLAGS+= -Wno-nested-anon-types -Wno-unused-function
|
||||
.if ${COMPILER_VERSION} >= 34
|
||||
CFLAGS+= -Wno-unused-const-variable
|
||||
.endif
|
||||
.endif
|
||||
.else
|
||||
MAKE_ARGS+= strictaliasing=off
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
||||
${WRKSRC}/deps/v8/tools/gyp/v8.gyp
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e "s|python -c|${PYTHON_CMD} -c|" \
|
||||
${WRKSRC}/deps/v8/build/toolchain.gypi
|
||||
@${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \
|
||||
${WRKSRC}/tools/icu/icu-generic.gyp \
|
||||
${WRKSRC}/deps/v8/build/shim_headers.gypi \
|
||||
${WRKSRC}/deps/v8/tools/gyp/v8.gyp \
|
||||
${WRKSRC}/deps/v8/src/d8.gyp
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (node-v5.0.0.tar.gz) = 698d9662067ae6a20a2586e5c09659735fc0050769a0d8f76f979189ceaccdf4
|
||||
SIZE (node-v5.0.0.tar.gz) = 22581813
|
@ -1,3 +0,0 @@
|
||||
node - evented I/O for V8 javascript
|
||||
|
||||
WWW: http://nodejs.org/
|
@ -1 +0,0 @@
|
||||
Note: If you need npm (Node Package Manager), please install www/npm.
|
@ -1,130 +0,0 @@
|
||||
bin/node
|
||||
include/node/android-ifaddrs.h
|
||||
include/node/ares.h
|
||||
include/node/ares_version.h
|
||||
include/node/common.gypi
|
||||
include/node/config.gypi
|
||||
include/node/libplatform/libplatform.h
|
||||
include/node/nameser.h
|
||||
include/node/node.h
|
||||
include/node/node_buffer.h
|
||||
include/node/node_internals.h
|
||||
include/node/node_object_wrap.h
|
||||
include/node/node_version.h
|
||||
include/node/openssl/aes.h
|
||||
include/node/openssl/archs/BSD-x86/opensslconf.h
|
||||
include/node/openssl/archs/BSD-x86_64/opensslconf.h
|
||||
include/node/openssl/archs/VC-WIN32/opensslconf.h
|
||||
include/node/openssl/archs/VC-WIN64A/opensslconf.h
|
||||
include/node/openssl/archs/aix-gcc/opensslconf.h
|
||||
include/node/openssl/archs/aix64-gcc/opensslconf.h
|
||||
include/node/openssl/archs/darwin-i386-cc/opensslconf.h
|
||||
include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h
|
||||
include/node/openssl/archs/linux-aarch64/opensslconf.h
|
||||
include/node/openssl/archs/linux-armv4/opensslconf.h
|
||||
include/node/openssl/archs/linux-elf/opensslconf.h
|
||||
include/node/openssl/archs/linux-ppc/opensslconf.h
|
||||
include/node/openssl/archs/linux-ppc64/opensslconf.h
|
||||
include/node/openssl/archs/linux-x32/opensslconf.h
|
||||
include/node/openssl/archs/linux-x86_64/opensslconf.h
|
||||
include/node/openssl/archs/solaris-x86-gcc/opensslconf.h
|
||||
include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h
|
||||
include/node/openssl/asn1.h
|
||||
include/node/openssl/asn1_mac.h
|
||||
include/node/openssl/asn1t.h
|
||||
include/node/openssl/bio.h
|
||||
include/node/openssl/blowfish.h
|
||||
include/node/openssl/bn.h
|
||||
include/node/openssl/buffer.h
|
||||
include/node/openssl/camellia.h
|
||||
include/node/openssl/cast.h
|
||||
include/node/openssl/cmac.h
|
||||
include/node/openssl/cms.h
|
||||
include/node/openssl/comp.h
|
||||
include/node/openssl/conf.h
|
||||
include/node/openssl/conf_api.h
|
||||
include/node/openssl/crypto.h
|
||||
include/node/openssl/des.h
|
||||
include/node/openssl/des_old.h
|
||||
include/node/openssl/dh.h
|
||||
include/node/openssl/dsa.h
|
||||
include/node/openssl/dso.h
|
||||
include/node/openssl/dtls1.h
|
||||
include/node/openssl/e_os2.h
|
||||
include/node/openssl/ebcdic.h
|
||||
include/node/openssl/ec.h
|
||||
include/node/openssl/ecdh.h
|
||||
include/node/openssl/ecdsa.h
|
||||
include/node/openssl/engine.h
|
||||
include/node/openssl/err.h
|
||||
include/node/openssl/evp.h
|
||||
include/node/openssl/hmac.h
|
||||
include/node/openssl/idea.h
|
||||
include/node/openssl/krb5_asn.h
|
||||
include/node/openssl/kssl.h
|
||||
include/node/openssl/lhash.h
|
||||
include/node/openssl/md4.h
|
||||
include/node/openssl/md5.h
|
||||
include/node/openssl/mdc2.h
|
||||
include/node/openssl/modes.h
|
||||
include/node/openssl/obj_mac.h
|
||||
include/node/openssl/objects.h
|
||||
include/node/openssl/ocsp.h
|
||||
include/node/openssl/opensslconf.h
|
||||
include/node/openssl/opensslv.h
|
||||
include/node/openssl/ossl_typ.h
|
||||
include/node/openssl/pem.h
|
||||
include/node/openssl/pem2.h
|
||||
include/node/openssl/pkcs12.h
|
||||
include/node/openssl/pkcs7.h
|
||||
include/node/openssl/pqueue.h
|
||||
include/node/openssl/rand.h
|
||||
include/node/openssl/rc2.h
|
||||
include/node/openssl/rc4.h
|
||||
include/node/openssl/ripemd.h
|
||||
include/node/openssl/rsa.h
|
||||
include/node/openssl/safestack.h
|
||||
include/node/openssl/seed.h
|
||||
include/node/openssl/sha.h
|
||||
include/node/openssl/srp.h
|
||||
include/node/openssl/srtp.h
|
||||
include/node/openssl/ssl.h
|
||||
include/node/openssl/ssl2.h
|
||||
include/node/openssl/ssl23.h
|
||||
include/node/openssl/ssl3.h
|
||||
include/node/openssl/stack.h
|
||||
include/node/openssl/symhacks.h
|
||||
include/node/openssl/tls1.h
|
||||
include/node/openssl/ts.h
|
||||
include/node/openssl/txt_db.h
|
||||
include/node/openssl/ui.h
|
||||
include/node/openssl/ui_compat.h
|
||||
include/node/openssl/whrlpool.h
|
||||
include/node/openssl/x509.h
|
||||
include/node/openssl/x509_vfy.h
|
||||
include/node/openssl/x509v3.h
|
||||
include/node/pthread-fixes.h
|
||||
include/node/stdint-msvc2008.h
|
||||
include/node/tree.h
|
||||
include/node/uv-aix.h
|
||||
include/node/uv-bsd.h
|
||||
include/node/uv-darwin.h
|
||||
include/node/uv-errno.h
|
||||
include/node/uv-linux.h
|
||||
include/node/uv-sunos.h
|
||||
include/node/uv-threadpool.h
|
||||
include/node/uv-unix.h
|
||||
include/node/uv-version.h
|
||||
include/node/uv-win.h
|
||||
include/node/uv.h
|
||||
include/node/v8-debug.h
|
||||
include/node/v8-platform.h
|
||||
include/node/v8-profiler.h
|
||||
include/node/v8-testing.h
|
||||
include/node/v8-util.h
|
||||
include/node/v8-version.h
|
||||
include/node/v8.h
|
||||
include/node/v8config.h
|
||||
@(,,444) man/man1/node.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gdbinit
|
||||
share/systemtap/tapset/node.stp
|
@ -16,10 +16,9 @@ RUN_DEPENDS= gmake:devel/gmake
|
||||
CONFLICTS_INSTALL= npm2-[0-9]*
|
||||
|
||||
OPTIONS_SINGLE= BACKEND
|
||||
OPTIONS_SINGLE_BACKEND= NODE NODE_DEVEL NODE010 NODE012 NODE4
|
||||
OPTIONS_SINGLE_BACKEND= NODE NODE010 NODE012 NODE4
|
||||
OPTIONS_DEFAULT=NODE
|
||||
NODE_DESC= Use www/node as backend
|
||||
NODE_DEVEL_DESC=Use www/node-devel as backend
|
||||
NODE010_DESC= Use www/node010 as backend
|
||||
NODE012_DESC= Use www/node012 as backend
|
||||
NODE4_DESC= Use www/node4 as backend
|
||||
@ -41,7 +40,6 @@ SHEBANG_FILES= lib/utils/completion.sh \
|
||||
scripts/release.sh \
|
||||
scripts/relocate.sh
|
||||
|
||||
NODE_DEVEL_RUN_DEPENDS= node-devel>=0.8.0:www/node-devel
|
||||
NODE_RUN_DEPENDS= node>=0.8.0:www/node
|
||||
NODE010_RUN_DEPENDS= node010>=0.8.0:www/node010
|
||||
NODE012_RUN_DEPENDS= node012>=0.8.0:www/node012
|
||||
|
@ -18,10 +18,9 @@ RUN_DEPENDS= gmake:devel/gmake
|
||||
CONFLICTS_INSTALL= npm-[0-9]*
|
||||
|
||||
OPTIONS_SINGLE= BACKEND
|
||||
OPTIONS_SINGLE_BACKEND= NODE NODE_DEVEL NODE010 NODE012 NODE4
|
||||
OPTIONS_SINGLE_BACKEND= NODE NODE010 NODE012 NODE4
|
||||
OPTIONS_DEFAULT=NODE
|
||||
NODE_DESC= Use www/node as backend
|
||||
NODE_DEVEL_DESC=Use www/node-devel as backend
|
||||
NODE010_DESC= Use www/node010 as backend
|
||||
NODE012_DESC= Use www/node012 as backend
|
||||
NODE4_DESC= Use www/node4 as backend
|
||||
@ -44,7 +43,6 @@ SHEBANG_FILES= lib/utils/completion.sh \
|
||||
scripts/relocate.sh \
|
||||
test/update-test.sh
|
||||
|
||||
NODE_DEVEL_RUN_DEPENDS= node-devel>=0.8.0:www/node-devel
|
||||
NODE_RUN_DEPENDS= node>=0.8.0:www/node
|
||||
NODE010_RUN_DEPENDS= node010>=0.8.0:www/node010
|
||||
NODE012_RUN_DEPENDS= node012>=0.8.0:www/node012
|
||||
|
Loading…
Reference in New Issue
Block a user