Commit graph

49 commits

Author SHA1 Message Date
Bryan Drewery
31693f7b74 - Add VIRT and WRITE_HTTP options [1]
- Convert to new options framework [1]
- Remove ABI versions from LIB_DEPENDS

PR:		ports/171205 [1]
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2012-09-13 13:04:44 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Andrej Zverev
c9b4f372f4 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:42:52 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Sylvio Cesar Teixeira
b240caf9e4 - Chase rrdtool shlib version bump. 2012-05-07 18:52:09 +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
Eitan Adler
15966fc2eb Use a direct depend on nginx instead of a USE_ variable which does not seem to exist
Submitted by:	Alex Kozlov
2012-02-11 05:21:35 +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
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Erwin Lansing
7e6c37e4de Set LATEST_LINK to not overlap with net-mgmt/collectd
PR:		160582
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2011-09-13 11:45:25 +00:00
Ryan Steinmetz
17584e1365 Repocopy from net-mgmt/collectd
Update to 5.0.0

PR:		ports/159223
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	wxs, tabthorpe (mentors, implicit), maintainer
2011-09-07 02:23:40 +00:00
Sylvio Cesar Teixeira
c9e4736d26 - Chase net-snmp shlib version bump. 2011-07-28 12:43:22 +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
Sahil Tandon
e2b6a478d5 Fix previous commit in which I included the wrong
shared library version for libgcrypt.

Pointyhat to:	me
Reported by:	swills@
2011-07-04 04:29:26 +00:00
Sahil Tandon
5242f58159 Add option to build with libgcrypt.
PR:		ports/156776
Submitted by:	Brett Wynkoop <wynkoop@wynn.com>
Approved by:	maintainer timeout
2011-07-04 03:59:48 +00:00
Martin Wilke
6cabe75586 - Reenable BIND support
PR:		ports/157130
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	maintainer
2011-06-26 05:03:09 +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
Sahil Tandon
c2e9b4e7ea - 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)
2011-05-17 01:06:46 +00:00
Florian Smeets
3861739dcf - update to 4.9.5
PR:		ports/156585
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2011-04-23 14:32:34 +00:00
Cheng-Lung Sung
8337218886 - dbi.0 => dbi.1
- bump PORTREVISION
2011-03-07 15:59:27 +00:00
Martin Wilke
9af93ac936 - Backout previuse commit 2011-02-25 00:52:32 +00:00
Martin Wilke
1b8254d567 - Move to py25 or above
- While here kick md5 support
2011-02-25 00:47:51 +00:00
Martin Wilke
5da1c8af56 - Add disk plugin support
PR:		153643
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	maintainer
Feature safe:	yes
2011-01-31 12:10:39 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Philippe Audeoud
d3aa3d1f8d - 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
2010-11-22 15:25:11 +00:00
Wen Heping
4f504d1db5 - Update to 4.9.3
- Add BIND DBI OPENVPN options

PR:		ports/151464
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2010-11-01 06:13:45 +00:00
Wesley Shields
eb5f27c641 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@
2010-07-22 14:41:03 +00:00
Wesley Shields
ff2a45dfe3 Add libltdl as a depdency.
PR:		ports/148696
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2010-07-22 13:34:48 +00:00
Sylvio Cesar Teixeira
da2897022c - Chase net-snmp shlib bump 2010-06-02 19:14:17 +00:00
Pav Lucistnik
23c162739d - Mark BROKEN on 6.X: does not configure
Reported by:	pointyhat
2010-05-25 20:58:20 +00:00
Sahil Tandon
e66e6df5c4 - Fix USE_LDCONFIG
Approved by:	wxs@ (mentor)
2010-05-07 03:06:49 +00:00
Sahil Tandon
288bf0caf9 - 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)
2010-05-07 01:51:37 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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
Pav Lucistnik
13c43e3616 - Add option for sysutils/nut
PR:		ports/137381
Submitted by:	Svein Skogen <svein@stillbilde.net>,
		Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Feature safe:	yes
2009-09-24 14:25:51 +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
Peter Pentchev
c189a6b2da 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.
2009-01-23 15:43:14 +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
Rong-En Fan
c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00
Ion-Mihai Tetcu
7fe3e5f210 - glib is pulled by xmms so don't depend explicitly on it
- get xmms cflsgs from xmms-config
2008-05-09 14:23:03 +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
Jun Kuriyama
69667d219f - Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
2008-03-27 10:58:30 +00:00
Martin Wilke
a079cec3c2 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>
2007-10-08 18:28:19 +00:00