Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.8_1 15 Aug 2024 10:55:30 |
Po-Chuan Hsieh (sunpoet) |
devel/avro-c: Update to 1.12.0
- Update MASTER_SITES
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/apache/avro/releases |
1.7.8 29 Mar 2024 19:24:27 |
Kurt Jaeger (pi) Author: Stewart Morgan |
net-mgmt/pmacct: unbreak with RABBITMQ=on
PR: 273598 |
1.7.8 04 Mar 2023 17:27:24 |
Kurt Jaeger (pi) |
net-mgmt/pmacct: update 1.7.7 -> 1.7.8
- some new patches needed to make it build
PR: 269896
Reported-by: olivier
Sponsored-by: Nepustil.net
Changes: https://github.com/pmacct/pmacct/releases/tag/v1.7.8 |
1.7.7_1 17 Nov 2022 01:29:06 |
Dave Cottlehuber (dch) |
net-mgmt/pmacct: bump PORTREVISION to fix rabbitmq-c deps breakage
rabbitmq-c-devel was removed in 0ac8fd9 in favour of
net/rabbitmq-c, which broke the index.
Reported by: cperciva
Sponsored by: SkunkWerks, GmbH |
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) |
1.7.7 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 ) |
1.7.7 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 ) |
1.7.7 12 Jun 2022 19:53:01 |
Kurt Jaeger (pi) Author: Robert Clausecker |
net-mgmt/pmacct: fix build on armv7
PR: 260194
Author: Robert Clausecker <fuz@fuz.su> |
1.7.7 26 Jan 2022 20:03:41 |
Kurt Jaeger (pi) Author: Robert Clausecker |
net-mgmt/pmacct: update 1.7.5 -> 1.7.7
- remove -Werror as per policy
- touch up patches
- remove PLABEL option for feature removed in 1.7.6
PR: 260194
Changes: http://www.pmacct.net/ChangeLog-1.7.7 |
1.7.5_1 22 Sep 2021 18:43:17 |
Dimitry Andric (dim) |
net-mgmt/pmacct: mark unused but set variables with attributes
With clang 13, building net-mgmt/pmacct results in a number of warnings:
netflow9.c:2236:25: error: variable 'tot_len' set but not used
[-Werror,-Wunused-but-set-variable]
u_int16_t flows = 0, tot_len = 0;
^
In this particular instance, the 'tot_len' variable does not seem to
have any purpose, nor does it have any further side-effects. There is
one more instance of a set but unused variable 'label' in src/sflow.c,
but the code there is also increasing a byte ptr, so it can't easily be
eliminated. For now mark these variables as unused, with an attribute.
Approved by: pi (maintainer)
PR: 258513
MFC: 2021Q3 |
1.7.5 24 Apr 2021 06:46:11 |
Tobias Kortkamp (tobik) |
net-mgmt/pmacct: Use opt_LIB_DEPENDS |
1.7.5 24 Apr 2021 06:46:08 |
Tobias Kortkamp (tobik) |
net-mgmt/pmacct: Unbreak build with --enable-option-checking=fatal
===> Configuring for pmacct-1.7.5
configure: error: unrecognized options: --disable-, --enable-64bit
There is no --enable-64bit option anymore. The --disable- is caused
by the extra = after KAFKA_CONFIGURE_ENABLE= because the framework
splits *_CONFIGURE_ENABLE on =. Arguably it should raise an error
here instead of appending nonsense like --disable-. This took
forever to find. :-(
PR: 255291 |
1.7.5 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.7.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.5 04 Oct 2020 18:14:23 |
pi |
net-mgmt/pmacct: fix build with SQLITE3 option and with -fno-common
PR: 249029
Submitted by: Olivier Cochard <olivier@freebsd.org> |
1.7.5 24 Aug 2020 17:20:18 |
olivier |
Fix build with -fno-common
PR: 248880
Approved by: pi (maintainer) |
1.7.5 05 Aug 2020 15:06:04 |
pi |
net-mgmt/pmacct: remove PLIST_SUB entry with KAFKA
PR: 243455
Submitted by: mat |
1.7.5 05 Aug 2020 14:42:27 |
pi |
net-mgmt/pmacct: update 1.7.4p1 -> 1.7.5
- added REDIS option, pmacct daemons can now connect to a Redis cache
- fix SQLDOC pkg-plist substitute
- fixed SQL headers/libs detection
PR: 243455
Submitted by: Juraj Lutter <juraj@lutter.sk>
Relnotes: https://github.com/pmacct/pmacct/releases/tag/v1.7.5 |
1.7.4.p1 22 Feb 2020 16:51:55 |
pi |
net-mgmt/pmacct: update 1.7.3 -> 1.7.4p1
Relnotes: http://www.pmacct.net/ChangeLog-1.7.4 |
1.7.3 26 Aug 2019 15:57:51 |
linimon |
These ports now build on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.7.3 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.7.3 16 Jun 2019 18:42:05 |
pi |
net-mgmt/pmacct: fix pkg-plist for the default case
PR: 238464
Reported by: Michael Proto <mike@jellydonut.org> |
1.7.3 08 Jun 2019 15:03:12 |
pi |
net-mgmt/pmacct: fix pkg-plist
PR: 238383 |
1.7.3 07 Jun 2019 20:02:06 |
pi |
net-mgmt/pmacct: upgrade 1.7.0 -> 1.7.3, fix depends for RABBITMQ or KAFKA
- lots of changes since 1.7.0
PR: 238383
Submitted by: pizzamig
Relnotes: http://www.pmacct.net/ChangeLog-1.7.3 |
1.7.0_1 13 Jan 2019 20:58:37 |
adamw |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
1.7.0 06 Jan 2019 19:57:18 |
pi |
net-mgmt/pmacct: fix build with mariadb
PR: 231345
Submitted by: Antonio.Trindade@gmail.com |
1.7.0 11 Dec 2018 17:03:52 |
linimon |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.7.0 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.7.0 15 Apr 2018 19:45:55 |
pi |
net-mgmt/pmacct: update 1.6.2 -> 1.7.0
Relnotes: http://www.pmacct.net/ChangeLog-1.7.0 |
1.6.2 09 Feb 2018 19:15:43 |
pi |
net-mgmt/pmacct: update 1.6.1 -> 1.6.2, allow per-interface instances
PR: 200786
Submitted by: Niels Kristensen <niels@kristensen.io>
Relnotes: http://www.pmacct.net/ChangeLog-1.6.2 |
1.6.1 29 May 2017 15:28:04 |
sunpoet |
Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
Approved by: portmgr (blanket) |
1.6.1 21 May 2017 14:14:53 |
pi |
net-mgmt/pmacct: Fix build with SQLITE3 enabled
PR: 219365
Submitted by: jeremy@smart-serv.net |
1.6.1 13 May 2017 23:36:16 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.6.1 03 May 2017 01:14:05 |
linimon |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.6.1 22 Mar 2017 06:37:14 |
pi |
net-mgmt/pmacct: fix build for GEOIP option by adding USES=pkgconfig
Submitted by: mat |
1.6.1 21 Mar 2017 19:51:33 |
pi |
net-mgmt/pmacct: provide plabel configure flags if option is selected |
1.6.1 21 Mar 2017 19:44:42 |
pi |
net-mgmt/pmacct: update 0.14.3 -> 1.6.1
- take maintainership
- MongoDB support is still broken. Version 1.6.1 as well as 0.14.3
requires legacy 0.8.1 mongo-c-driver which is no longer available
in ports tree.
- nflog support requires missing libraries, so it is disabled.
- Other features like RabbitMQ or Kafka should work.
PR: 217448
Changes: http://www.pmacct.net/ChangeLog-1.6.1
Submitted by: Alexander Shikov <a.shikov@itcons.net.ua>
Approved by: zi (maintainer) |
0.14.3_3 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
0.14.3_3 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
0.14.3_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.14.3_3 10 Jan 2016 16:31:34 |
bapt |
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird |
0.14.3_3 11 Jun 2015 16:34:15 |
zi |
- Cleanup previous commit and fix dependency issues |
0.14.3_3 11 Jun 2015 15:25:42 |
zi |
- Add LIB_DEPENDS for postgres support
- Do not bump PORTREVISION as this is a NOOP by default
PR: 200786
Submitted by: Niels Kristensen <niels@kristensen.io> |
0.14.3_3 24 Nov 2014 22:35:08 |
antoine |
Cleanup plist |
0.14.3_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
0.14.3_3 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
0.14.3_2 16 Jul 2014 08:26:26 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
0.14.3_2 04 Jul 2014 21:53:52 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
0.14.3_2 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
0.14.3_1 19 Mar 2014 12:26:27 |
zi |
- Add STAGE support
- Portscout: don't look for 0.15.0, it doesn't exist
- Bump PORTREVISION |
0.14.3 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.14.3 07 Sep 2013 12:07:49 |
zi |
- Add OPTIONS for MongoDB and GeoIP support
Requested by: softded@gmail.com |
0.14.3 15 May 2013 16:03:31 |
zi |
- Update to 0.14.3 |
0.14.2 15 Jan 2013 19:38:20 |
zi |
- Update to 0.14.2
- Convert header to new format
- Use PORT_OPTIONS:MDOCS instead of *PORTDOCS
- Update rc script such that -D is always specified |
0.14.1 06 Sep 2012 03:03:48 |
zi |
- Fix issues in rc script + pkg-message
Submitted by: Karsten Schmidt <gugge@guggemand.dk> |
0.14.1 04 Aug 2012 03:34:36 |
zi |
- Update to 0.14.1
- Convert to OptionsNG |
0.14.0 27 May 2012 15:52:31 |
zi |
- Add additional PORTDOCS
- Do not bump PORTREVISION
PR: ports/168310
Submitted by: Igor Kremez <greenny380@gmail.com> |
0.14.0 26 Apr 2012 21:33:54 |
zi |
- Update to 0.14.0 |
0.12.5_1 23 Mar 2012 14:27:51 |
zi |
- Update mirror URL on my ports
Feature safe: yes |
0.12.5_1 14 Jan 2012 08:57:23 |
dougb |
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. |
0.12.5_1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.12.5_1 17 Jul 2011 17:10:56 |
zi |
Fix build under clang
Add LICENSE
PR: ports/158549
Submitted by: rpsfa@rit.edu (me)
Approved by: wxs (mentor) |
0.12.5_1 15 Jul 2011 21:15:29 |
zi |
Update my email address on the ports I maintain.
Approved by: wxs@ (mentor) |
0.12.5_1 15 May 2011 14:08:00 |
wxs |
Include SQL files/instructions
Add RC script
Fix incorrect use of CONFIGURE_ENV
Add a second mirror
PR: ports/157051
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) |
0.12.5 10 Jan 2011 03:01:04 |
wen |
- Update to 0.12.5
- Pass maintainership to submitter
PR: ports/153832
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> |
0.12.1 28 Dec 2010 08:11:16 |
linimon |
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.
Hat: portmgr |
0.12.1 17 May 2010 08:50:20 |
krion |
Update to 0.12.1 |
0.11.6 23 Apr 2010 12:42:36 |
krion |
Enable IPv6.
PR: ports/143629
Submitted by: Martin Birgmeier <martin.birgmeier@aon.at> |
0.11.6 12 Apr 2009 09:06:17 |
krion |
Update to 0.11.6 |
0.11.5 17 Aug 2008 10:02:32 |
krion |
Update to 0.11.5 |
0.11.4 20 Mar 2008 09:56:52 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.11.4 28 May 2007 20:21:39 |
krion |
Update to 0.11.4 |
0.11.3 05 Feb 2007 14:03:53 |
krion |
Update to 0.11.3 |
0.11.2 10 Dec 2006 07:32:52 |
krion |
Update to 0.11.2
PR: ports/106259
Submitted by: farrokhi |
0.11.1 31 Oct 2006 15:35:32 |
krion |
Update to 0.11.0 |
0.11.0.r3.20060823 24 Aug 2006 09:52:24 |
krion |
Update to 0.11.0rc3-20060823 |
0.11.0.r1 17 Aug 2006 08:41:33 |
krion |
Utilize USE_SQLITE. |
0.11.0.r1 22 Jul 2006 10:23:24 |
krion |
Update to 0.11.0rc1 |
0.10.3 01 Jul 2006 13:51:32 |
krion |
Update to 0.10.3 |
0.10.2 18 May 2006 20:25:06 |
krion |
Update to 0.10.2 |
0.10.1 22 Apr 2006 22:25:52 |
krion |
Fix WWW line. |
0.10.1 22 Apr 2006 07:37:52 |
krion |
Update to 0.10.1 |
0.10.0 22 Mar 2006 23:06:21 |
krion |
Update to 0.10.0 |
0.10.0rc3 15 Mar 2006 22:47:34 |
krion |
Update to 0.10.0rc3 |
0.10.0rc2 20 Feb 2006 15:32:39 |
krion |
Update to 0.10.0rc2 version. |
0.9.6 27 Dec 2005 19:27:35 |
krion |
Update to 0.9.6 |
0.9.5 10 Dec 2005 09:45:33 |
krion |
Update to 0.9.5 |
0.9.4p1 18 Nov 2005 20:41:59 |
krion |
Update to 0.9.4p1 |
0.9.4 09 Nov 2005 20:32:30 |
krion |
Update to 0.9.4 |
0.9.3 12 Oct 2005 12:14:19 |
krion |
Update to 0.9.3 |
0.9.2 19 Sep 2005 13:53:30 |
krion |
Update to 0.9.2 |
0.9.1 28 Aug 2005 10:36:05 |
krion |
Update to 0.9.1 |
0.9.0 27 Jul 2005 08:33:55 |
krion |
Update to 0.9.0 |
0.8.8 17 Jul 2005 22:15:20 |
krion |
Update to 0.8.8 |
0.8.7 15 Jun 2005 13:18:41 |
krion |
Update to 0.8.7 |
0.8.6 14 Jun 2005 20:30:14 |
krion |
Fix OPTIONS logic.
Reported by: Pawel Malachowski <pawmal-posting@freebsd.lublin.pl> |
0.8.6 27 May 2005 12:57:25 |
krion |
Update to 0.8.6 |
0.8.5 11 May 2005 17:53:00 |
krion |
Update to 0.8.5 |
0.8.4 16 Apr 2005 17:23:13 |
krion |
Update to 0.8.4 |
0.8.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |