Commit graph

140 commits

Author SHA1 Message Date
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Gleb Smirnoff
7982d4ecad Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
2017-03-21 08:26:58 +00:00
Joseph Mingrone
ff55205c69 net-mgmt/collectd5: Update to version 5.7.1.
Other Changes:
  - Remove unnecessary global BUILD_DEPENDS, LIB_DEPENDS and RUN_DEPENDS.
  - Redo patches to fix portlint warnings.
  - Fix linked library errors reported by poudriere.

Remaining issue:
  - When the XMMS option is selected, xmms.so is linked to libraries in
    devel/glib12 and x11-toolkits/gtk12, but adding
    XMMS_USE=GNOME=glib12,gtk12 causes a build error.

PR:	216670
Submitted by:	ports@bsdserwis.com (maintainer)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9444
2017-02-09 00:44:42 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Steve Wills
d3db7ef1b8 net-mgmt/collectd5: update to 5.7.0
PR:		215731
Submitted by:	swills (myself)
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2017-01-04 13:22:01 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Jan Beich
aed0e3005c net-mgmt/collectd5: update write_riemann and fix zfs_arc plugins
PR:		213124
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-10-01 23:58:57 +00:00
Joseph Mingrone
29a8954d58 net-mgmt/collectd5: fix disk plugin issue for FreeBSD versions 10+
The file lib/collectd/disk.so was being commented out in pkg-plist for
all FreeBSD versions instead of just for versions less than 10.

Reported by:	pierre@guinoiseau.eu (via ports-committers@)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8042
2016-09-28 02:27:03 +00:00
Joseph Mingrone
abc9855fa2 Update net-mgmt/collectd5 to version 5.6.0
- new port options CHRONY and MQTT
- disable disk plugin on FreeBSD 9.x due to missing OS files
- various patch changes

PR:		212832
Submitted by:	ports@bsdserwis.com (maintainer)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8028
2016-09-26 14:51:59 +00:00
Brad Davis
b9302029ab Update net-mgmt/collectd5 to 5.5.2
PR:		211613
Submitted by:	brd
Approved by:	ports-secteam (feld)
Security:	6da45e38-5b55-11e6-8859-000c292ee6b8
2016-08-08 15:50:17 +00:00
Niclas Zeising
307a70b894 Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
2016-05-02 16:08:56 +00:00
Li-Wen Hsu
20272f124b - Enable write_tsdb output plugin
PR:		208738
Submitted by:	Davide D'Amico <davide.damico@gmail.com>
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-04-22 08:38:28 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mark Felder
b0d14ea699 net-mgmt/collectd5: enable interface plugin by default
The interface plugin no longer requires libstatgrab.

PR:		207564
Approved by:	maintainer
2016-03-14 22:55:48 +00:00
Guido Falsi
a10f160bc4 Add back part of a patch removed by mistake.
Allows disk module to report all disk statistics again.

PR:		207049
Submitted by:	me
Reported by:	Pierre Guinoiseau <pierre at guinoiseau.eu>
Approved by:	Krzysztof <ports at bsdserwis.com>
2016-02-09 10:31:16 +00:00
Guido Falsi
ddfa3862af Remove uneeded patch file added by mistake.
PR:		206660
Reported by:	danfe
2016-02-03 15:54:30 +00:00
Guido Falsi
812ce75b52 - Update to 5.5.1
- Mark MONGODB option as BROKEN

PR:		206660
Submitted by:	ports at bsdserwis.com (maintainer)
2016-02-02 23:08:46 +00:00
Jason Unovitch
0563d9264f net-mgmt/collectd5: finish option helpers conversion
- Switch PERL and PYTHON options over and drop the bsd.port.options.mk
  include following r404759's update to bsd.options.mk

PR:		204220
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2015-12-29 18:48:03 +00:00
Jason Unovitch
27d162df96 net-mgmt/collectd5: fix typo and add patch for Varnish 4.1 compatability
- Fix copy/paste typo in XML_LIB_DEPENDS [1]
- Add patch for building with varnish4-4.1 and drop VARNISH_BROKEN [2]
- Bump PORTREVISION for package change with XML_LIB_DEPENDS option

PR:		204608 [1]
PR:		204583 [2]
Reported by:	rhavenn@rhavenn.net [1]
Submitted by:	feld [2]
Obtained from:	https://github.com/mfournier/collectd [2]
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2015-11-17 00:57:09 +00:00
Mathieu Arnold
1637579b2c Fix building WITH=MONGODB
Installing mongo-c-driver-1.1.9...
Extracting mongo-c-driver-1.1.9: .......... done
===>   collectd5-5.5.0_3 depends on shared library: libmongoc.so - not found
*** Error code 1

Sponsored by:	Absolight
2015-11-16 16:20:42 +00:00
Jason Unovitch
29a5416063 net-mgmt/collectd5: partially convert to option helpers [1]
- Add explicit CURL_JSON and CURL_XML options.  Previously these options
  would be automatically enabled when CURL and JSON or CURL and XML were
  selected together.  Change them to an _IMPLIES variable as an explicit
  option
- Convert all options except PERL and PYTHON, for the time being, to the
  new framework.  The option helper variant is not expanding ${PYTHON_CMD}
  and is currently passing it as "--with-python= " which fails to build.
- No PORTREVISION change given no change to package
- While here, tag VARNISH as BROKEN, fails to compile with varnish4-4.1 [2]

PR:		204220 [1]
PR:		204583 [2]
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer) [1]
2015-11-16 03:50:24 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Jason Unovitch
609c5adcf1 net-mgmt/collectd5: add support for write_kafka plugin
While here, also sort OPTIONS_GROUP_OUTPUT and two DESC items

PR:		202487
Submitted by:	xoan333@yahoo.com
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer), feld (mentor)
2015-09-11 03:32:13 +00:00
Max Brazhnikov
78ec5e6592 - Bump PORTREVISION after libzip update 2015-08-28 10:48:41 +00:00
Brad Davis
44b1b87fa8 Opps, forgot to actually add the patch file to actually give us the new disk support!
PR:		202327
Approved by:	bdrewery (mentor)
2015-08-16 08:21:20 +00:00
Brad Davis
7d8a128e43 Add native disk metrics thanks to delphij, Ruben Kerkhof
<ruben@rubenkerkhof.com>, and myself. [1]

Fix Python option when building with debug enabled python [2]

PR:		202327 [1]
PR:		201773 [2]
Submitted by:	brd [1]
Submitted by:	Suraj Ravichandran <suraj@ixsystems.com> [2]
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer), bdrewery (mentor)
2015-08-14 19:30:11 +00:00
Jason Unovitch
4752da4e1e net-mgmt/collectd5: update 5.4.2 -> 5.5.0
PR:		201514
Submitted by:	ports@bsdserwis.com (maintainer)
Approved by:	feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D3245
2015-08-11 01:48:54 +00:00
Brad Davis
849a041642 Add shebangfix to update collection.cgi with the Perl path.
PR:		200651
Approved by:	ports@bsdserwis.com (maintainer), bdrewery (mentor)
2015-06-08 16:43:01 +00:00
Adam Weinberger
e1e5db5747 Switch the perl CGI dependency from p5-CGI.pm to p5-CGI. 2015-04-25 16:26:55 +00:00
Dmitry Sivachenko
5daf397359 Fix broken curl_xml plugin.
Obtained from upstream (https://github.com/collectd/collectd/issues/931)

Approved by:	maintainer
2015-03-28 20:29:29 +00:00
Dmitry Sivachenko
2645d0cecb Add new OPTION for Varnish plugin support;
Fix plist entries for several plugins;

PR:		198659
Submitted by:	maintainer
2015-03-28 20:26:11 +00:00
Brad Davis
b4c3003d59 Update net-mgmt/collectd5 to 5.4.2
PR:		198205
Submitted by:	brd
Approved by:	zi (mentor)
2015-03-03 16:23:06 +00:00
Dmitry Sivachenko
fb3113ed78 Require python version 2, because it dumps core with python3:
# collectd -f
Fatal Python error: no mem for sys.argv
ValueError: character U+6f633c00 is not in range [U+0000; U+10ffff]
Abort (core dumped)

Approved by:	maintainer
2015-01-12 21:03:23 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Kubilay Kocak
b6450d4ca7 databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2014-12-11 05:26:39 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Jason Helfman
1616d90abe - update libvirt to 1.2.10
- chase shared library bump
2014-11-04 18:41:15 +00:00
Antoine Brodin
1ec20c8f01 Fix packaging 2014-11-01 21:38:16 +00:00
Baptiste Daroussin
9af4a02c28 Simplify plist 2014-10-31 23:41:31 +00:00
Jason Helfman
763dd97ec9 - update libvirt,py-libvirt,libvirt-glib to 0.1.9
- shift var from ${PREFIX} to /var
- bump shared libs of dep. port

PR:		192441 (based on)
Submitted by:	olevole@olevole.ru
2014-10-29 22:17:55 +00:00
Marcus von Appen
f850cf2ff0 - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:29:51 +00:00
Tijl Coosemans
af2ecdfd71 - Replace USE_AUTOTOOLS with USES=autoreconf
- Move BUILD_DEPENDS up
2014-10-03 19:45:48 +00:00
Tijl Coosemans
15c4a5ecf3 Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
2014-09-17 07:38:15 +00:00
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
Tijl Coosemans
009d225dd5 security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc

devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip

devel/libvirt-glib:
- Convert to USES=libtool

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-28 21:21:57 +00:00
Dmitry Marakasov
f09d798832 - Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-26 02:09:46 +00:00
Dmitry Marakasov
d5908a200f - Fix build by disabling warning which shoots on libdbi and is fatal due to -Werror
Approved by:	portmgr blanket
MFH:		2014Q3
2014-08-26 01:59:09 +00:00
Bryan Drewery
69f82727cf - Move RESETPREFIX to default PLIST_SUB
With hat:	portmgr
2014-08-18 16:43:24 +00:00
Tijl Coosemans
2b827e1a01 mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
2014-08-17 16:08:20 +00:00