[Bug 226062] net-mgmt/statsd: broken with Node 5+

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 20 11:30:04 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226062

            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 at FreeBSD.org
          Reporter: lapo at lapo.it
                CC: kimor79 at yahoo.com
             Flags: maintainer-feedback?(kimor79 at yahoo.com)
                CC: kimor79 at yahoo.com

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

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

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

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

 exports.Configurator = Configurator;

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


More information about the freebsd-ports-bugs mailing list