Commit graph

25 commits

Author SHA1 Message Date
Tijl Coosemans
d081961986 - Fix build with GCRYPT option by taking out -Werror
- Remove patches to Makefile.in and aclocal.m4 because they are regenerated

Reported by:	xjflyttp@gmail.com
2014-09-02 09:04:44 +00:00
Marcus von Appen
10f62ee1cc - Unbreak the build, if the PYTHON option is selected (caused by the
lang/python27 update in r363790)

Reported by:	robak@
With hat:	python@
2014-08-07 16:47:57 +00:00
Adam Weinberger
a0e0aa704d Fix build for FreeBSD < 9 where libstatgrab 0.90 codepath is used.
PR:		190718
Submitted by:	Kevin Bowling [patch]
Approved by:	maintainer
2014-07-05 16:11:38 +00:00
Tim Bishop
620812da65 - Fix build with libstatgrab 0.90
PR:		ports/189738
Approved by:	maintainer
2014-05-12 22:06:36 +00:00
Dmitry Sivachenko
68beda2cf3 Update to version 5.4.1;
Add mongodb support.

PR:		187254
Submitted by:	maintainer
2014-04-07 11:09:06 +00:00
Dmitry Sivachenko
9322378f74 Fix network interface statistics reports broken on FreeBSD-10.
Approved by:	maintainer
2014-01-05 08:14:25 +00:00
Dmitry Sivachenko
b76dc6b28c Fix build with clang (on FreeBSD-10) with curl plugin enabled:
curl_xml.c:617:37: error: variable 'url' is uninitialized when used here
      [-Werror,-Wuninitialized]
           status, db->curl_errbuf, url);
                                    ^~~
./plugin.h:342:47: note: expanded from macro 'ERROR'
#define ERROR(...)   plugin_log (LOG_ERR,     __VA_ARGS__)
                                              ^
curl_xml.c:610:12: note: initialize the variable 'url' to silence this warning
  char *url;
           ^
            = NULL
1 error generated.
2014-01-02 20:28:45 +00:00
Brad Davis
d1cfa261c4 - Update net-mgmt/collectd5 to 5.4.0 (by me)
- Convert to the new options layout like net-mgmt/collectd (by maintainer: Krzysztof Stryjek <ports@bsdserwis.com>)
- Clean up some options and simplify the CONFIGURE_ARGS (by swills@)

PR:		181443
Submitted by:	brd@
Reviewed by:	swills@
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2013-09-13 01:32:38 +00:00
Steve Wills
28f601c5bd - Update to 5.3.0
- Switch to dependency based OPTIONS list

PR:		ports/179663
Submitted by:	Kimo <kimor79@yahoo.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2013-06-20 03:02:07 +00:00
Boris Samorodov
5c69003697 . add new option MODBUS (off by default); [1]
. add a mandatory dependency upon libinotify;  [2]
. bump PORTREVISION.                           [2]

while I'm here:
. pet portlint: remove whitespace before end of line;
. add a mandatory dependency upon libinotify to the accompanying
  port (net-mgmt/collectd) and bump PORTREVISION.

PR:		ports/178637  [1]
		ports/178634  [2]
Submitted by:	bsam (me)
Approved by:	ports@bsdserwis.com (maintainer)
2013-05-15 11:38:21 +00:00
Beech Rintoul
ec78422e8b - Update to 5.2.1
- Fix build with clang

PR:		ports/176691
Submitted by:	William Grzybowski <william88@gmail.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2013-03-12 18:29:33 +00:00
Steve Wills
ae655e5d4a - Add additional plugins - ipmi, table, notify_email, varnish [1]
- Allow not selecting INPUT/OUTPUT so RRDTOOL is not required [2]

PR:		ports/174953 [1]
PR:		ports/174903 [2]
Submitted by:	Eric Freeman <freebsdports@chillibear.com> [1]
Submitted by:	bdrewery [2]
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2013-01-13 22:18:07 +00:00
Chris Rees
632973f7c8 Enable users plugin, which works as is
Enable zfs_arc plugin, which has been ported to FreeBSD
(patch has also been submitted upstream)

Make write_graphite optional, allowing it as the single output plugin
(otherwise at least another output plugin is required)

PR:		ports/173894
Submitted by:	Paul Guyot <pguyot@kallisys.net>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Feature safe:	yes
2012-12-01 12:14:37 +00:00
Dennis Herrmann
534dbf6534 - Update to 5.1.0
PR:		ports/166830
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2012-04-12 05:56:09 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Pawel Pekala
599c515812 - Use autotools at build time, they are used when installed on system anyway
(this eliminates packaging errors seen only on live systems while
   tinderbox builds are fine)
- Fix installation of collectd.conf.sample, patch src/Makefile.am to always
  install it with same name
- Remove libgcrypt version check from configure.in, it breaks automake
  process when libgcrypt is not installed
- Don't patch configure script, it's created on build phase now

PR:		ports/163709
Reported by:	Garrett Cooper <yanegomi@gmail.com>
Approved by:	maintainer
2012-01-09 21:13:48 +00:00
Pawel Pekala
376e5a0c7d - Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]
- Clean up CONFIGURE_ARGS [1]
- Remove 6.x bits, not supported anymore
- Use bsd.port.options.mk instead of bsd.port.pre.mk
- Fix build for NUTUPS option

PR:		ports/163473 [1]
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
2011-12-26 16:31:28 +00:00
Roman Bogorodskiy
8b47c307d1 - Update to 5.0.1
- Add RRDCACHED knob

PR:		163190
Submitted by:	Krzysztof Stryjek (maintainer)
Feature safe:	yes
2011-12-13 15:51:49 +00:00
Josh Paetzel
7c092678c4 Fix build when using libgcrypt 1.5
PR:	ports/158774
Submitted by:	Alexander Panyushkin <vsityz@gmail.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com>
2011-07-15 02:38:07 +00:00
Wesley Shields
252f2e8e67 - Fix a memory leak.
PR:		ports/156902
Submitted by:	Thorkill <ml@grid.einherjar.de>
Approved by:	maintainer
2011-05-30 20:18:19 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Martin Wilke
ff0f78c1bb - Update to 4.5.1
PR:		128391
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-11-01 22:19:09 +00:00
Pietro Cerutti
ec08cb0e17 - Unbreak on sparc64
PR:		122381
Approved by:	portmgr
2008-09-09 13:50:49 +00:00
Ion-Mihai Tetcu
14884c8d14 - Transfer maintainership to daniel@roe.ch [1]
- Do not delete modified config files on uninstall [2]
- Reduce filesystem hierarchy pollution by moving
  $PREFIX/var/{run,lib}/* to /var/run (PID file) and
  /var/db/collectd (default location of databases) [2]
- Add an rc script [2]
- Optionally install collection.cgi from contrib/ [2]
- Fix WITH_APACHE dependencies and plist [1]
- Fix WITH_XMMS and WITH_INTERFACE dependencies [2]
- fixes for depends, plist, ... [3]

PR:		ports/122791 [1], ports/123367 [2]
Submitted by:	Daniel Roethlisberger [1],[2], itetcu@ (me) [3]
Approved by:	Matt Peterson (former maintainer) [2]
2008-05-06 10:45:17 +00:00