FreeBSD Bugzilla – Attachment 192204 Details for
Bug 226062
net-mgmt/statsd: broken with Node 5+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against current port.
node8.patch (text/plain), 881 bytes, created by
Lapo Luchini
on 2018-04-04 09:37:01 UTC
(
hide
)
Description:
Patch against current port.
Filename:
MIME Type:
Creator:
Lapo Luchini
Created:
2018-04-04 09:37:01 UTC
Size:
881 bytes
patch
obsolete
>===> Generating patch >===> Viewing diff with cdiff >diff -ruN /usr/ports/net-mgmt/statsd/files/patch-lib_config.js ./files/patch-lib_config.js >--- /usr/ports/net-mgmt/statsd/files/patch-lib_config.js 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/patch-lib_config.js 2018-04-04 09:41:44.467491000 +0200 >@@ -0,0 +1,11 @@ >+--- lib/config.js.orig 2018-04-04 07:41:00 UTC >++++ lib/config.js >+@@ -28,7 +28,7 @@ var Configurator = function (file) { >+ }); >+ }; >+ >+-util.inherits(Configurator, process.EventEmitter); >++util.inherits(Configurator, require('events').EventEmitter); >+ >+ exports.Configurator = Configurator; >+ >diff -ruN /usr/ports/net-mgmt/statsd/node8.patch ./node8.patch >--- /usr/ports/net-mgmt/statsd/node8.patch 1970-01-01 01:00:00.000000000 +0100 >+++ ./node8.patch 2018-04-04 09:42:11.423107000 +0200 >@@ -0,0 +1 @@ >+===> Generating patch >====> Cleaning up >===> Done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226062
:
192201
| 192204