Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.3_1 07 Jan 2009 14:49:49 |
wxs |
- Make dejavu font an optional dependency
PR: ports/129716
Submitted by: Guido Falsi <mad@madpilot.net>
Approved by: bg1tpt@gmail.com (maintainer) |
1.3.3_1 12 Dec 2008 22:07:40 |
stefan |
Add missing runtime dependency on x11-fonts/dejavu.
PR: 128537
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Approved by: maintainer timeout (>5 weeks) |
1.3.3 23 Sep 2008 01:46:38 |
beech |
- Add plist entry
Reported by: QAT |
1.3.3 23 Sep 2008 00:10:24 |
beech |
- 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) |
1.3.1 25 Aug 2008 10:19:00 |
rafan |
- Update to 1.3.1
PR: ports/126661
Submitted by: Xavier Beaudouin <kiwi at oav.net>
Approved by: Razor <bg1tpt at gmail.com> (maintainer) |
1.3.0_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.3.0_1 30 Jun 2008 05:52:25 |
rafan |
- Remove unnecessary msync() which impact performance a lot
- Bump PORTREVISION
PR: ports/125056
Submitted by: Marcus Reid <marcus at blazingdot.com>
Approved by: maintainer |
1.3.0 24 Jun 2008 12:33:24 |
rafan |
- Update to 1.3.0
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer) |
1.2.26_1 14 Jun 2008 02:19:55 |
wxs |
Add CONFLICTS on rrdtool-1.0* - they both install identical files.
PR: ports/124135
Submitted by: wxs
Approved by: maintainer timeout |
1.2.26 23 Jan 2008 02:56:54 |
nemoliu |
- update to 1.2.26
PR: ports/119310
Submitted by: Beat Gaetzi <beat@chruetertee.ch>
Approved by: Zhen REN <bg1tpt@gmail.com>,delphij(mentor,implicit) |
1.2.23 07 Oct 2007 05:45:04 |
linimon |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr |
1.2.23 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.2.23 15 Jul 2007 21:49:58 |
pav |
- Make Perl dependency optional
PR: ports/114419
Submitted by: Markus Dolze <bsdfan@nurfuerspam.de>
Approved by: Razor <bg1tpt@gmail.com> (maintainer) |
1.2.23 05 Jul 2007 08:23:13 |
delphij |
Hand maintainership to a previous patch submitter
who actively uses rrdtool. |
1.2.23 05 Jul 2007 08:16:41 |
demon |
Drop maintainership. |
1.2.23 05 Jul 2007 06:19:49 |
edwin |
First steps in a big migration:
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org> |