View | Details | Raw Unified | Return to bug 213072
Collapse All | Expand All

(-)www/node012/Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	node
4
PORTNAME=	node
5
PORTVERSION=	0.12.15
5
PORTVERSION=	0.12.16
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
8
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
Lines 10-17 PKGNAMESUFFIX= 012 Link Here
10
10
11
MAINTAINER=	bradleythughes@fastmail.fm
11
MAINTAINER=	bradleythughes@fastmail.fm
12
COMMENT=	V8 JavaScript for client and server
12
COMMENT=	V8 JavaScript for client and server
13
DEPRECATED=	Upstream has placed 0.12.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule
14
EXPIRATION_DATE=	2017-04-01
15
13
16
LICENSE=	MIT
14
LICENSE=	MIT
17
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
Lines 20-25 USES= compiler execinfo gmake python:2 Link Here
20
HAS_CONFIGURE=	yes
18
HAS_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
22
20
21
DEPRECATED=	Upstream has placed 0.12.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule
22
EXPIRATION_DATE=	2016-12-31
23
23
CONFLICTS_INSTALL=	node-[0-9]* node-devel-[0-9]* node010-[0-9]* iojs-[0-9]* node4-[0-9]* node5-[0-9]*
24
CONFLICTS_INSTALL=	node-[0-9]* node-devel-[0-9]* node010-[0-9]* iojs-[0-9]* node4-[0-9]* node5-[0-9]*
24
25
25
ONLY_FOR_ARCHS=	i386 amd64
26
ONLY_FOR_ARCHS=	i386 amd64
(-)www/node012/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1466758293
1
TIMESTAMP = 1475046578
2
SHA256 (node-v0.12.15.tar.gz) = c446d40d9b0eb876dab9a87c3dbd1935dc85155d2ad991b36ddd6c5ca3825a5e
2
SHA256 (node-v0.12.16.tar.gz) = 312c0b74b0815f0514de9bf00667850d4f6ce184126f02f3d8dbf40fd48235eb
3
SIZE (node-v0.12.15.tar.gz) = 19926853
3
SIZE (node-v0.12.16.tar.gz) = 19938516
(-)www/node012/files/patch-common.gypi (+10 lines)
Added Link Here
1
--- common.gypi.orig	2016-09-28 09:34:52 UTC
2
+++ common.gypi
3
@@ -182,7 +182,6 @@
4
       [ 'OS in "linux freebsd openbsd solaris android"', {
5
         'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],
6
         'cflags_cc': [
7
-          '-fno-delete-null-pointer-checks',
8
           '-fno-exceptions',
9
           '-fno-rtti',
10
         ],
(-)www/node012/files/patch-deps_v8_src_base_platform_platform-freebsd.cc (-1 / +1 lines)
Lines 1-4 Link Here
1
--- deps/v8/src/base/platform/platform-freebsd.cc.orig	2015-03-31 22:13:01 UTC
1
--- deps/v8/src/base/platform/platform-freebsd.cc.orig	2016-09-27 17:30:02 UTC
2
+++ deps/v8/src/base/platform/platform-freebsd.cc
2
+++ deps/v8/src/base/platform/platform-freebsd.cc
3
@@ -131,23 +131,23 @@ std::vector<OS::SharedLibraryAddress> OS
3
@@ -131,23 +131,23 @@ std::vector<OS::SharedLibraryAddress> OS
4
     addr_buffer[0] = '0';
4
     addr_buffer[0] = '0';
(-)www/node012/files/patch-deps_v8_src_base_platform_platform-posix.cc (-2 / +2 lines)
Lines 1-6 Link Here
1
--- deps/v8/src/base/platform/platform-posix.cc.orig	2015-03-31 22:13:01 UTC
1
--- deps/v8/src/base/platform/platform-posix.cc.orig	2016-09-27 17:30:02 UTC
2
+++ deps/v8/src/base/platform/platform-posix.cc
2
+++ deps/v8/src/base/platform/platform-posix.cc
3
@@ -328,7 +328,7 @@ int OS::GetCurrentThreadId() {
3
@@ -327,7 +327,7 @@ int OS::GetCurrentThreadId() {
4
 #elif V8_OS_ANDROID
4
 #elif V8_OS_ANDROID
5
   return static_cast<int>(gettid());
5
   return static_cast<int>(gettid());
6
 #else
6
 #else
(-)www/node012/files/patch-deps_v8_src_compiler_instruction.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- deps/v8/src/compiler/instruction.h.orig	2016-03-31 23:26:45 UTC
1
--- deps/v8/src/compiler/instruction.h.orig	2016-09-27 17:30:02 UTC
2
+++ deps/v8/src/compiler/instruction.h
2
+++ deps/v8/src/compiler/instruction.h
3
@@ -722,7 +722,7 @@ OStream& operator<<(OStream& os, const C
3
@@ -722,7 +722,7 @@ OStream& operator<<(OStream& os, const C
4
 
4
 

Return to bug 213072