Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 11:30:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226062] net-mgmt/statsd: broken with Node 5+
Message-ID:  <bug-226062-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226062

            Bug ID: 226062
           Summary: net-mgmt/statsd: broken with Node 5+
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: lapo@lapo.it
                CC: kimor79@yahoo.com
             Flags: maintainer-feedback?(kimor79@yahoo.com)
                CC: kimor79@yahoo.com

Can be fixed with a simple patch from this GitHub PR, which unfortunately i=
sn't
available in the upstream sources because no release was done after the com=
mit:

https://github.com/etsy/statsd/pull/593

--- /usr/local/share/statsd/lib/config.js.orig  2018-02-20 12:28:37.6585960=
00
+0100
+++ /usr/local/share/statsd/lib/config.js       2018-02-20 12:22:55.0183310=
00
+0100
@@ -28,7 +28,7 @@
   });
 };

-util.inherits(Configurator, process.EventEmitter);
+util.inherits(Configurator, require('events'));

 exports.Configurator =3D Configurator;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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