Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 01:09:24 GMT
From:      Amim Knabben <amim.knabben@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184061: Update of www/node-devel==v0.11.8
Message-ID:  <201311190109.rAJ19O9k058406@oldred.freebsd.org>
Resent-Message-ID: <201311190110.rAJ1A0Il068561@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184061
>Category:       ports
>Synopsis:       Update of www/node-devel==v0.11.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 01:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Amim Knabben
>Release:        9.2 i386
>Organization:
>Environment:
FreeBSD devil 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
In updating www/node-devel to the actual devel version, an error is generated by the v8 node subsystem, the patch attached fix it.

Opening the PR to update the package to v0.11.8 
>How-To-Repeat:
Compile the last devel v0.11.8 version of Node.JS
>Fix:
Patch is attached

Patch attached with submission follows:

--- deps/v8/src/platform-freebsd.orig	2013-11-18 22:50:13.000000000 -0200
+++ deps/v8/src/platform-freebsd.cc 2013-11-18 22:55:37.000000000 -0200
@@ -189,7 +189,7 @@
     // There may be no filename in this line.  Skip to next.
     if (start_of_path == NULL) continue;
     buffer[bytes_read] = 0;
-    LOG(isolate SharedLibraryEvent(start_of_path, start, end));
+    LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
   }
   close(fd);
 }


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311190109.rAJ19O9k058406>