Bug 178799 - [Patch] Add 3rd party StatsD Module to www/nginx port
Summary: [Patch] Add 3rd party StatsD Module to www/nginx port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 02:30 UTC by Dan Rowe
Modified: 2015-06-13 19:29 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.80 KB, patch)
2013-05-21 02:30 UTC, Dan Rowe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Rowe 2013-05-21 02:30:00 UTC
All of the current Nginx Modules we use are already included in the Nginx port, except for the StatsD module from Zebrafishlabs : https://github.com/zebrafishlabs/nginx-statsd

It would be great to get this added so that people no longer have to compile it themselves.

Fix: Apply patch and select the statsd module option before compiling

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-21 08:46:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Carlo Strub freebsd_committer freebsd_triage 2014-09-14 10:29:44 UTC
Is this PR still relevant?
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-06-13 19:28:33 UTC
A commit references this bug:

Author: osa
Date: Sat Jun 13 19:28:14 UTC 2015
New revision: 389481
URL: https://svnweb.freebsd.org/changeset/ports/389481

Log:
  Add third-party statsd module.

  PR:	178799

Changes:
  head/www/nginx/Makefile
  head/www/nginx/distinfo
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo
Comment 4 Sergey A. Osokin freebsd_committer freebsd_triage 2015-06-13 19:29:11 UTC
Committed with modifications, thanks for report!