Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.12.0_19 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
5.12.0_19 29 Oct 2024 14:38:30 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_18 07 Oct 2024 14:16:41 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_17 18 Sep 2024 19:10:12 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_16 15 Sep 2024 20:09:36 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_15 15 Aug 2024 10:55:26 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 27.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_14 29 Jul 2024 12:48:53 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of databases/rrdtool
New version of rrdtool in tree |
5.12.0_13 12 Jun 2024 11:28:55 |
Nuno Teixeira (eduardo) Author: Krzysztof |
net-mgmt/collectd5: Fix build with python 3.11
While here:
- Put SLURM option as broken, doesn't compile with slurm-wlm >= 21.x
See also: https://github.com/collectd/collectd/issues/3959
- Update VARNISH lib depends: www/varnish6 -> www/varnish7
PR: 278686 |
5.12.0_12 24 Feb 2024 22:17:46 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/collectd5: Moved man to share/man
Approved by: portmgr (blanket) |
5.12.0_11 14 Dec 2023 17:03:10 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_10 01 Dec 2023 21:16:26 |
Brad Davis (brd) |
net-mgmt/collectd5: Fix patch paths preventing this from applying properly
Fixes: 5b63443a6e
Pointy hat to: brd (me) |
5.12.0_10 29 Nov 2023 23:55:47 |
Brad Davis (brd) |
net-mgmt/collectd5: Use libpfctl
PR: 275013
Reviewed by: kp
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer)
Sponsored by: Rubicon Communications, LLC ("Netgate") |
5.12.0_9 17 Jul 2023 18:55:15 |
Tijl Coosemans (tijl) |
net-mgmt/collectd5: Eliminate -lgcrypt from LIBS
...so it isn't linked into every executable and library.
This came up when trying to fix a crash involving libgcrypt,
libgpg-error and libintl from gettext 0.22. This crash has been
fixed in fb889ca82944.
PR: 272517 |
5.12.0_8 17 Mar 2023 09:02:16 |
Robert Clausecker (fuz) Author: Krzysztof |
net-mgmt/collectd5: update varnish dependency, modify nut dependency
As discussed in PR 265217 there is small patch for the nut (libups)
dependency. I also add the actual varnish depndency (6 instead of 4).
PR: 268972, 265217 |
5.12.0_7 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
5.12.0_7 06 Dec 2022 22:59:14 |
Daniel Engberg (diizzy) Author: Krzysztof |
net-mgmt/collectd5: Update dependency for NUTUPS option
Network UPS Tools project changed filename of one of its libraries,
update dependency entry to accordingly.
PR: 265217 |
5.12.0_7 09 Oct 2022 15:37:51 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.12.0_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.12.0_6 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
5.12.0_6 02 Jun 2022 06:21:47 |
Dave Cottlehuber (dch) |
net-mgmt/collectd5: use updated riemann .so
Differential Revision: https://reviews.freebsd.org/D35235
PR: 264045
Approved by: Krzysztof (ports@bsdserwis.com, maintainer) |
5.12.0_5 09 May 2022 17:49:53 |
Cy Schubert (cy) |
net-mgmt/collectd5: Chase 31418910e0f4, update sysutils/nut to 2.8.0
Nut upsclient.h no longer includes time.h. Apps which build against
upsclient.h must now include time.h or fail to detect nut libraries
due to missing time_t.
PR: 263791
Reported by: Petteri Valkonen <petteri.valkonen@iki.fi> |
5.12.0_5 16 Apr 2022 04:19:07 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_4 28 Feb 2022 12:46:46 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
5.12.0_3 10 Jan 2022 19:15:47 |
Li-Wen Hsu (lwhsu) |
Bump PORTREVISION after www/libmicrohttpd updated
PR: 260777 |
5.12.0_2 29 Aug 2021 19:17:05 |
Bernhard Froehlich (decke) |
net-mgmt/collectd5: Add CPE information
Approved by: portmgr (blanket) |
5.12.0_2 21 Jul 2021 18:11:52 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine |
5.12.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.12.0_1 26 Jan 2021 14:01:09 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
5.12.0 11 Oct 2020 10:00:41 |
mikael |
net-mgmt/collectd5: Update to 5.12.0
Changelog:
https://github.com/collectd/collectd/releases/tag/collectd-5.12.0
PR: 250236
Submitted by: Krzysztof (ports@bsdserwis.com, maintainer) |
5.11.0_2 30 Aug 2020 20:19:42 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
5.11.0_1 03 Jun 2020 18:32:06 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
5.11.0 12 May 2020 00:09:32 |
tagattie |
Update to 5.11.0
PR: 245115
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://github.com/collectd/collectd/releases/tag/collectd-5.11.0 |
5.10.0_1 22 Jan 2020 05:53:20 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
5.10.0 08 Dec 2019 10:05:44 |
pi |
net-mgmt/collectd5: upgrade 5.9.0 -> 5.10.0
PR: 242491
Submitted by: Felix Hanley <felix@userspace.com.au>
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer)
Relnotes: https://github.com/collectd/collectd/releases/tag/5.10.0 |
5.9.0_3 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
5.9.0_3 16 Oct 2019 13:45:50 |
rene |
net-mgmt/collectd5: drop optional dependency on expired net/librouteros |
5.9.0_3 29 Aug 2019 13:44:17 |
tobik |
net-mgmt/collectd5: Do not set DBI_CONFIGURE_ENABLE twice |
5.9.0_3 31 Jul 2019 16:38:53 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
5.9.0_2 19 Jul 2019 18:11:04 |
romain |
net-mgmt/collectd5: Various fixes
- Fix build when the CURL_XML option is enabled;
- Fix activation/deactivation of a few plugins.
PR: 238959
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Reported by: Chip Cuccio <chip.cuccio@gmail.com> |
5.9.0_1 05 Jul 2019 19:08:49 |
sunpoet |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine |
5.9.0 30 Jun 2019 20:55:53 |
swills |
net-mgmt/collectd5: update to 5.9.0 [1]
While here, improve formatting
PR: 238745 [1]
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) [1] |
5.8.1_2 31 Mar 2019 13:41:03 |
sunpoet |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine |
5.8.1_1 05 Feb 2019 15:42:55 |
tobik |
There is no *_CONFIGURE_DISABLE options helper |
5.8.1_1 21 Dec 2018 14:21:26 |
rene |
net-mgmt/collectd5: remove optional dependency on expired multimedia/xmms |
5.8.1_1 03 Dec 2018 19:41:33 |
sunpoet |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine |
5.8.1 09 Nov 2018 16:05:53 |
swills |
net-mgmt/collectd5: Update to 5.8.1
PR: 233079
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) |
5.8.0_1 20 Apr 2018 15:41:33 |
pizzamig |
net-mgmt/collectd5: Add write_prometheus support
The plugin write_promethues, already present in collectd5, is now
configuration via the option PROMETHEUS
PR: PR227634
Approved by: maintainer
Sponsored by: trivago N.V. |
5.8.0_1 22 Jan 2018 09:44:43 |
pizzamig |
net-mgmt/collectd5: Fix varnish plugin build
PR: 225316
Approved by: maintainer
Sponsored by: trivago N.V. |
5.8.0_1 29 Nov 2017 13:12:24 |
des |
Add a patch that sends a probe packet to the server when setting up the
client socket. It helps in a few cases where the server has multiple
addresses, only some of them are reachable, and connect() succeeds even
though sendto() will fail.
Approved by: maintainer |
5.8.0 25 Nov 2017 14:10:44 |
riggs |
Allow collectd to use python3 if optional python support is activated
PR: 222742
Submitted by: mi@ALDAN.algebra.com
Approved by: ports@bsdserwis.com (maintainer)
MFH: 2017Q4 (ports-secteam fix blanket) |
5.8.0 21 Nov 2017 18:40:26 |
swills |
net-mgmt/collectd5: update to 5.8.0
PR: 223789
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) |
5.7.2_1 13 Sep 2017 14:55:45 |
des |
Enable the DEBUG, GCRYPT and PING options by default.
DEBUG is required for any sort of troubleshooting, GCRYPT is required to
encrypt communication with the server, and PING is one of the most basic
sensors which everybody uses. My hope is that with these three options,
more people will be able to use collectd without having to recompile it.
Approved by: maintainer |
5.7.2 17 Jul 2017 13:38:04 |
olivier |
Update to 5.7.2
PR: 220797
Submitted by: luca.pizzamiglio@gmail.com (maintainer) |
5.7.1_2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
5.7.1_1 21 Mar 2017 08:26:59 |
glebius |
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported. |
5.7.1 09 Feb 2017 00:44:42 |
jrm |
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 |
5.7.0 11 Jan 2017 10:08:38 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
5.7.0 04 Jan 2017 13:22:01 |
swills |
net-mgmt/collectd5: update to 5.7.0
PR: 215731
Submitted by: swills (myself)
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) |
5.6.0_2 28 Oct 2016 17:55:30 |
danfe |
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. |
5.6.0_2 01 Oct 2016 23:58:57 |
jbeich |
net-mgmt/collectd5: update write_riemann and fix zfs_arc plugins
PR: 213124
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) |
5.6.0_1 28 Sep 2016 02:27:04 |
jrm |
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 |
5.6.0 26 Sep 2016 14:51:59 |
jrm |
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 |
5.5.2 08 Aug 2016 15:50:18 |
brd |
Update net-mgmt/collectd5 to 5.5.2
PR: 211613
Submitted by: brd
Approved by: ports-secteam (feld)
Security: 6da45e38-5b55-11e6-8859-000c292ee6b8 |
5.5.1_4 02 May 2016 16:08:56 |
zeising |
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 |
5.5.1_3 22 Apr 2016 08:38:28 |
lwhsu |
- Enable write_tsdb output plugin
PR: 208738
Submitted by: Davide D'Amico <davide.damico@gmail.com>
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) |
5.5.1_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.5.1_2 14 Mar 2016 22:55:49 |
feld |
net-mgmt/collectd5: enable interface plugin by default
The interface plugin no longer requires libstatgrab.
PR: 207564
Approved by: maintainer |
5.5.1_1 09 Feb 2016 10:31:16 |
madpilot |
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> |
5.5.1 03 Feb 2016 15:54:30 |
madpilot |
Remove uneeded patch file added by mistake.
PR: 206660
Reported by: danfe |
5.5.1 02 Feb 2016 23:08:46 |
madpilot |
- Update to 5.5.1
- Mark MONGODB option as BROKEN
PR: 206660
Submitted by: ports at bsdserwis.com (maintainer) |
5.5.0_4 29 Dec 2015 18:48:03 |
junovitch |
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) |
5.5.0_4 17 Nov 2015 00:57:09 |
junovitch |
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) |
5.5.0_3 16 Nov 2015 16:20:42 |
mat |
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 |
5.5.0_3 16 Nov 2015 03:50:24 |
junovitch |
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] |
5.5.0_3 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
5.5.0_3 11 Sep 2015 03:32:14 |
junovitch |
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) |
5.5.0_2 28 Aug 2015 10:48:42 |
makc |
- Bump PORTREVISION after libzip update |
5.5.0_1 16 Aug 2015 08:21:21 |
brd |
Opps, forgot to actually add the patch file to actually give us the new disk
support!
PR: 202327
Approved by: bdrewery (mentor) |
5.5.0_1 14 Aug 2015 19:30:12 |
brd |
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) |
5.5.0 11 Aug 2015 01:48:55 |
junovitch |
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 |
5.4.2_3 08 Jun 2015 16:43:02 |
brd |
Add shebangfix to update collection.cgi with the Perl path.
PR: 200651
Approved by: ports@bsdserwis.com (maintainer), bdrewery (mentor) |
5.4.2_2 25 Apr 2015 16:26:56 |
adamw |
Switch the perl CGI dependency from p5-CGI.pm to p5-CGI. |
5.4.2_1 28 Mar 2015 20:29:30 |
demon |
Fix broken curl_xml plugin.
Obtained from upstream (https://github.com/collectd/collectd/issues/931)
Approved by: maintainer |
5.4.2_1 28 Mar 2015 20:26:12 |
demon |
Add new OPTION for Varnish plugin support;
Fix plist entries for several plugins;
PR: 198659
Submitted by: maintainer |
5.4.2 03 Mar 2015 16:23:07 |
brd |
Update net-mgmt/collectd5 to 5.4.2
PR: 198205
Submitted by: brd
Approved by: zi (mentor) |
5.4.1_17 12 Jan 2015 21:03:23 |
demon |
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 |
5.4.1_17 02 Jan 2015 18:46:34 |
pi |
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 (Only the first 15 lines of the commit message are shown above ) |
5.4.1_16 11 Dec 2014 05:26:39 |
koobs |
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) |
5.4.1_15 26 Nov 2014 13:08:38 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
5.4.1_14 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
5.4.1_14 04 Nov 2014 18:41:16 |
jgh |
- update libvirt to 1.2.10
- chase shared library bump |
5.4.1_13 01 Nov 2014 21:38:17 |
antoine |
Fix packaging |
5.4.1_13 31 Oct 2014 23:41:32 |
bapt |
Simplify plist |
5.4.1_13 29 Oct 2014 22:17:56 |
jgh |
- 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 |
5.4.1_12 24 Oct 2014 16:29:52 |
mva |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit) |
5.4.1_12 03 Oct 2014 19:45:49 |
tijl |
- Replace USE_AUTOTOOLS with USES=autoreconf
- Move BUILD_DEPENDS up |
5.4.1_12 17 Sep 2014 07:38:16 |
tijl |
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) |
5.4.1_12 02 Sep 2014 09:04:45 |
tijl |
- 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 |
5.4.1_12 28 Aug 2014 21:21:57 |
tijl |
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) |