notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: databases/rrdtool/pkg-plist
SVNWeb

Number of commits found: 28

Wed, 4 Jan 2023
[ 20:35 Nuno Teixeira (eduardo) search for other commits by this committer Author: Tatsuki Makino ]    commit hash:64bcfa1862df7eb01a7ac7cbc6a841b7b038cdc5  commit hash:64bcfa1862df7eb01a7ac7cbc6a841b7b038cdc5  commit hash:64bcfa1862df7eb01a7ac7cbc6a841b7b038cdc5  64bcfa1 
databases/rrdtool: Fix build with PYTHON option on

- Add py-setuptools build dependency to PYTHON option (Build PYTHON bindings)
  to fix build when this option is used
- Add harfbuzz lib depends to GRAPH option (Enable the rrdtool graph command)
- Use configure helper for EXAMPLES option
- Define LICENSE_FILE

PR:		265203
Reported by:	Sigi <freebsd-bt@beatsnet.com>
MFH:		2023Q1 (build fixes)
Fri, 5 Aug 2022
[ 14:32 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:4c6451e727a27cabaafb0889fcc72d8d9d2fd7ba  commit hash:4c6451e727a27cabaafb0889fcc72d8d9d2fd7ba  commit hash:4c6451e727a27cabaafb0889fcc72d8d9d2fd7ba  4c6451e 
databases/rrdtool: Fix pkg-plist

 - fix pkg-plist when options DOCS=OFF and PYTHON=ON
 - bump PORTREVISION

Reported by:	leres
Wed, 3 Aug 2022
[ 22:57 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:312867a8ea4359ee894678bcdd97c2d3d0c43520  commit hash:312867a8ea4359ee894678bcdd97c2d3d0c43520  commit hash:312867a8ea4359ee894678bcdd97c2d3d0c43520  312867a  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
databases/rrdtool: Adopt/Update to 1.8.0

 - cleanup Makefile
 - updated MASTER_SITES
 - updated WWW url

ChangeLog:	https://github.com/oetiker/rrdtool-1.x/releases
Thu, 24 Dec 2020
[ 13:19 fluffy search for other commits by this committer ] Original commit   Revision:559073
databases/rrdtool: switch to PYTHON_EXT_SUFFIX
Fri, 5 Jul 2019
[ 21:49 zeising search for other commits by this committer ] Original commit   Revision:505940
databases/rrdtool: Update to 1.7.2

Update databases/rrdtool to 1.7.2
Change USES=gnome to be added regardless of options, it's needed in all
cases.

Changelog:
https://github.com/oetiker/rrdtool-1.x/blob/v1.7.2/CHANGES

PR:		238832
Submitted by:	amdmi3
Fri, 22 Sep 2017
[ 15:11 zeising search for other commits by this committer ] Original commit   Revision:450381
Fix build without NLS

PR:		222507
Reported by:	Helge Oldach
Thu, 21 Sep 2017
[ 15:04 zeising search for other commits by this committer ] Original commit   Revision:450262
Update to 1.7.0

Fix packaging with pyton support.
While here, remove the annoying sleeps at the end of the configure script.

PR:		221768
Submitted by:	Daniel Ylitalo <daniel AT blodan DOT se>
Committed at:	FreeBSD 201709 DevSummit
Mon, 2 May 2016
[ 16:08 zeising search for other commits by this committer ] Original commit   Revision:414458 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
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
Sun, 6 Mar 2016
[ 06:26 sunpoet search for other commits by this committer ] Original commit   Revision:410309
- Add LICENSE_FILE
- Convert to new options helper
- Convert to new options target helper
- Adjust options: rename foo_MODULE to foo
- Adjust PLIST_SUB: rename WITH_foo to foo
- Remove USE_PERL5
- Sort PLIST

Approved by:	portmgr (blanket)
Wed, 27 Jan 2016
[ 19:42 zeising search for other commits by this committer ] Original commit   Revision:407379
Fix Perl and Ruby module builds.

I made a mistake when updating one of the patches for the new version of
rrdtools, and as a consequence perl and ruby modules stopped building, fix
this by correcting the patch.

Noted by:	kib
PR:		206685
Submitted by:	Helge Oldach
[ 11:48 zeising search for other commits by this committer ] Original commit   Revision:407355 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 1.5.5

Rework the DEJAVU option to actually work. [1]
Before this commit rrdtool
depends on x11-fonts/dejavu if that port is already installed, but not
otherwise, and this sort of implicit dependencies are bad.
Make the DEJAVU option default to on.  If cairo and pango are built without
X11 support, please consider disabling this option to avoid pulling in large
parts of X11

Remove the JSON option.  This is a third party patch that doesn't apply any
more.  Feel free to port it to this version of RRDTool.

Discussed with:	marino [1]
PR:		205883 [1]
Submitted by:	marino [1]
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 20 Oct 2014
[ 10:41 bapt search for other commits by this committer ] Original commit   Revision:371255 (Only the first 10 of 451 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Sun, 28 Sep 2014
[ 17:42 mva search for other commits by this committer ] Original commit   Revision:369472
- Convert to USES=python

Approved by:	portmgr (implicit)
Wed, 23 Jul 2014
[ 20:11 zeising search for other commits by this committer ] Original commit   Revision:362726 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Clean up databases/rrdtool

Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies.  [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.

PR:		192024 [1] (based on)
Submitted by:	asomers
Approved by:	portmgr (blanket, portrevision bumps)
Tue, 10 Jun 2014
[ 12:14 mat search for other commits by this committer ] Original commit   Revision:357300 (Only the first 10 of 637 ports in this commit are shown above. View all ports for this commit)
Remove all the bootstrap files (.bs) from the plists.

Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
Mon, 25 Nov 2013
[ 13:36 wg search for other commits by this committer ] Original commit   Revision:334850
databases/rrdtool: update to 1.4.8

- Update to 1.4.8 [1] (based on)
- Allow staging

PR:		ports/182192 [1]
Submitted by:	Christoph Moench-Tegeder <cmt burggraben.net>
Approved by:	maintainer (timeout)
Mon, 7 May 2012
[ 18:51 sylvio search for other commits by this committer ] Original commit 
- Update to 1.4.7
Sun, 23 May 2010
[ 14:31 sylvio search for other commits by this committer ] Original commit 
- Update pkg-plist

PR:             ports/146819
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Mon, 26 Apr 2010
[ 22:47 sylvio search for other commits by this committer ] Original commit 
- Fix of 'make deinstall' when NOPORTEXAMPLES is defined [1]
- Update to 1.4.3 [2]

PR:             ports/144850 [1]
                ports/146052 [2]
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Sun, 7 Mar 2010
[ 23:16 itetcu search for other commits by this committer ] Original commit 
- honor NOPORTDOCS|NOPORTEXAMPLES

PR:             144021
Submitted by:   Dan Lukes
Approved by:    maintainer timeout
Feature safe:   yes
Fri, 12 Feb 2010
[ 12:58 pav search for other commits by this committer ] Original commit 
- Update to 1.4.2

PR:             ports/141058
Submitted by:   Zhen REN <bg1tpt@gmail.com> (maintainer)

- Extend conflicts

PR:             ports/143110
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
Approved by:    maintainer timeout (3 weeks)
Mon, 4 May 2009
[ 12:42 beat search for other commits by this committer ] Original commit 
- Update to 1.3.7
- Add option for disable mmap

PR:             ports/133798
Submitted by:   Zhen REN <bg1tpt AT gmail.com> (maintainer)
Approved by:    miwi (mentor)
Mon, 19 Jan 2009
[ 23:50 amdmi3 search for other commits by this committer ] Original commit 
- Forgot to fix plist for 1.3.5 update

PR:             130727
Submitted by:   Zhen REN <bg1tpt at gmail dot com> (maintainer)
Tue, 23 Sep 2008
[ 01:46 beech search for other commits by this committer ] Original commit 
- Add plist entry

Reported by:    QAT
[ 00:10 beech search for other commits by this committer ] Original commit 
- Update to 1.3.3
- Fixes a major data corruption bug present in earlier 1.3.x versions

- Fix rrdcgi is generating invalid paths

PR:             ports/127271 [1]
PR:             ports/127477 [2]
Submitted by:   kevin brintnall <kbrint@rufus.net> [1]
Submitted by:   David Wolfskill <dwolf@juniper.net> [2]
Approved by:    Razor <bg1tpt@gmail.com> (maintainer)
Tue, 24 Jun 2008
[ 12:33 rafan search for other commits by this committer ] Original commit 
- Update to 1.3.0

PR:             ports/124749
Submitted by:   Zhen REN <bg1tpt at gmail.com> (maintainer)
Sun, 15 Jul 2007
[ 21:49 pav search for other commits by this committer ] Original commit 
- Make Perl dependency optional

PR:             ports/114419
Submitted by:   Markus Dolze <bsdfan@nurfuerspam.de>
Approved by:    Razor <bg1tpt@gmail.com> (maintainer)

Number of commits found: 28