Skip site navigation (1)Skip section navigation (2)

CVS log for ports/net-mgmt/collectd/Makefile

[BACK] Up to [FreeBSD] / ports / net-mgmt / collectd

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Feb 11 05:21:35 2012 UTC (3 hours, 41 minutes ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Use a direct depend on nginx instead of a USE_ variable which does not seem to exist

Submitted by:	Alex Kozlov

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 9 21:13:47 2012 UTC (4 weeks, 4 days ago) by pawel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -5 lines
- 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

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Dec 26 16:33:51 2011 UTC (6 weeks, 4 days ago) by pawel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +46 -16 lines
- 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/163475 [1]
Submitted by:   Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Dec 13 16:57:26 2011 UTC (8 weeks, 3 days ago) by novel
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +13 -5 lines
- Update to 4.10.4
- Add RRDCACHED knob

PR:		163191
Submitted by:	Krzysztof Stryjek (maintainer)
Feature safe:	yes

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:24:47 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Sep 7 02:22:30 2011 UTC (5 months ago) by zi
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -0 lines
Add CONFLICT for newly repocopied net-mgmt/collectd5

Approved by:	wxs (mentor)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jul 28 12:43:18 2011 UTC (6 months, 2 weeks ago) by sylvio
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
- Chase net-snmp shlib version bump.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jul 15 02:38:07 2011 UTC (6 months, 4 weeks ago) by jpaetzel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Fix build when using libgcrypt 1.5

PR:	ports/158774
Submitted by:	Alexander Panyushkin <vsityz@gmail.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jul 4 04:29:26 2011 UTC (7 months, 1 week ago) by sahil
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Fix previous commit in which I included the wrong
shared library version for libgcrypt.

Pointyhat to:	me
Reported by:	swills@

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jul 4 03:59:48 2011 UTC (7 months, 1 week ago) by sahil
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -0 lines
Add option to build with libgcrypt.

PR:		ports/156776
Submitted by:	Brett Wynkoop <wynkoop@wynn.com>
Approved by:	maintainer timeout

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jun 26 05:03:09 2011 UTC (7 months, 2 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -12 lines
- Reenable BIND support

PR:		ports/157130
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	maintainer

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon May 30 20:18:19 2011 UTC (8 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
- Fix a memory leak.

PR:		ports/156902
Submitted by:	Thorkill <ml@grid.einherjar.de>
Approved by:	maintainer

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue May 17 01:06:46 2011 UTC (8 months, 3 weeks ago) by sahil
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +32 -4 lines
- Update to 4.10.3 [1]

While here, pacify portlint by removing CPPFLAGS from
CONFIGURE_ENV; the former is passed to underlying
configure scripts via bsd.port.mk.

PR:		ports/156943 [1]
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Apr 23 14:32:34 2011 UTC (9 months, 2 weeks ago) by flo
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
- update to 4.9.5

PR:		ports/156585
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Mar 7 15:59:26 2011 UTC (11 months ago) by clsung
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
- dbi.0 => dbi.1
- bump PORTREVISION

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 25 00:52:32 2011 UTC (11 months, 2 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -22 lines
- Backout previuse commit

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Feb 25 00:47:49 2011 UTC (11 months, 2 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +23 -5 lines
- Move to py25 or above
- While here kick md5 support

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 31 12:10:39 2011 UTC (12 months, 1 week ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +10 -2 lines
- Add disk plugin support

PR:		153643
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	maintainer
Feature safe:	yes

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:33:08 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Nov 22 15:25:11 2010 UTC (14 months, 2 weeks ago) by jadawin
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
- Add missing perl modules (p5-HTML-Parser) for cgi
- Bump PORTREVISION
- While I'm here cleaning MD5 in distinfo

PR:		ports/152449
Submitted by:	Philippe Pepiot <phil AT philpep.org>
Approved by:	maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Nov 1 06:13:45 2010 UTC (15 months, 1 week ago) by wen
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +44 -7 lines
- Update to 4.9.3
- Add BIND DBI OPENVPN options

PR:		ports/151464
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jul 22 14:41:03 2010 UTC (18 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Previous commit was a whitespace only fix. This commit actually adds
libltdl as a dependency.

PR:		ports/148696
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Noticed by:	pgollucci@

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 22 13:34:48 2010 UTC (18 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Add libltdl as a depdency.

PR:		ports/148696
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jun 2 19:14:13 2010 UTC (20 months, 1 week ago) by sylvio
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
- Chase net-snmp shlib bump

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 25 20:58:20 2010 UTC (20 months, 2 weeks ago) by pav
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -0 lines
- Mark BROKEN on 6.X: does not configure

Reported by:	pointyhat

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 7 03:06:49 2010 UTC (21 months ago) by sahil
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
- Fix USE_LDCONFIG

Approved by:	wxs@ (mentor)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 7 01:51:37 2010 UTC (21 months ago) by sahil
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +96 -20 lines
- Update to 4.9.2
- Add USE_LDCONFIG to register shared libs
- Pass maintainership to submitter

PR:		ports/145239
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com>
Approved by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
		wxs@ (mentor)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 3 10:44:24 2010 UTC (22 months, 1 week ago) by roam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Chase the ftp/curl shlib version bump.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:41:51 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 24 14:25:51 2009 UTC (2 years, 4 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +13 -4 lines
- Add option for sysutils/nut

PR:		ports/137381
Submitted by:	Svein Skogen <svein@stillbilde.net>,
		Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Feature safe:	yes

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 23 15:43:05 2009 UTC (3 years ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 1 22:19:09 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +33 -7 lines
- Update to 4.5.1

PR:		128391
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 24 12:34:52 2008 UTC (3 years, 7 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Chase rrdtool 1.3.0 update, bump PORTREVISION

PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 9 14:23:03 2008 UTC (3 years, 9 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
- glib is pulled by xmms so don't depend explicitly on it
- get xmms cflsgs from xmms-config

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 6 10:45:17 2008 UTC (3 years, 9 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +111 -71 lines
- 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]

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 27 10:58:26 2008 UTC (3 years, 10 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 8 18:28:19 2007 UTC (4 years, 4 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
collectd is a small daemon written in C for performance. It reads various
system & network statistics along with updating output RRD or CSV files.
The daemon is very fast and allows for frequent polling of values, with
support for polling as frequent as every 10 seconds.

WWW: http://www.collectd.org/

PR:		ports/116736
Submitted by:	Matt Peterson <matt at peterson.org>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options