Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.0_2 15 Jan 2018 17:17:17 |
sunpoet |
Add libdecaf support
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change
PR: 225176
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
4.1.0_1 11 Dec 2017 18:26:14 |
sunpoet |
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
4.1.0 04 Dec 2017 12:38:10 |
krion |
Update to 4.1.0
IMPORTANT: This release removes support for recursor pass-through.
This might impact a lot of people!
More information can be found here (including other
improvements/fixes/changes):
https://blog.powerdns.com/2017/11/30/powerdns-authoritative-server-4-1/
Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html
PR: 224028
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13339 |
4.0.4_6 26 Oct 2017 18:42:11 |
tijl |
After r452629 also bump ports that optionally depend on libsodium.
PR: 223192 |
4.0.4_5 25 Sep 2017 20:37:35 |
krion |
Fix a segfault in the ECC-GOST algorithm (DNSSEC algorithm #12).
PR: 222587
Submitted by: maintainer
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D12490 |
4.0.4_4 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
4.0.4_3 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
4.0.4_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
4.0.4_1 16 Aug 2017 15:44:49 |
sunpoet |
Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
4.0.4 02 Jul 2017 17:31:58 |
ultima |
* Updated to 4.0.4
* New option OPTALGO: Enable optional algorithms (12 & 15), not enabled by
default
Changelog:
https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-404
PR: 220288
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reported by: Dani <i.dani@outlook.com>
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11431 |
4.0.3_5 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
4.0.3_4 30 Apr 2017 00:44:33 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
4.0.3_4 29 Apr 2017 15:43:47 |
sunpoet |
Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds
fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1] |
4.0.3_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
4.0.3_2 29 Jan 2017 16:04:36 |
sunpoet |
Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
4.0.3_1 20 Jan 2017 19:38:57 |
cpm |
dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0
json11.cpp:153:24: error: invalid operands to binary expression ('nullptr_t' and
'nullptr_t')
return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
json11.cpp:209:5: note: in instantiation of member function
'json11::Value<json11::Json::Type::NUL,
nullptr_t>::less' requested here
JsonNull() : Value(nullptr) {}
^
PR: 216071
Submitted by: cpm
Reported by: jbeich
Reviewed by: jbeich
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from: upstream
MFH: 2017Q1 (blanket) |
4.0.3 18 Jan 2017 11:23:11 |
junovitch |
dns/powerdns: update 4.0.1 -> 4.0.3
- Switch to USES=localbase while here
- Remove LibreSSL patch (see https://github.com/PowerDNS/pdns/pull/4310)
Changes: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-402
https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-403
PR: 216136
Reported by: Dani <i.dani@outlook.com>
Submitted by: ghostonthewire@gmail.com (original 4.0.2 patch)
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Security: CVE-2016-2120
Security: CVE-2016-7068
Security: CVE-2016-7072
Security: CVE-2016-7073
Security: CVE-2016-7074
Security: https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
MFH: 2017Q1 |
4.0.1_3 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
4.0.1_2 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
4.0.1_2 14 Dec 2016 17:58:20 |
sunpoet |
- Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
4.0.1_1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.0.1_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
4.0.1 14 Nov 2016 07:47:48 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
4.0.1 22 Aug 2016 10:58:06 |
brnrd |
dns/powerdns: Fix build with LibreSSL
- Add upstream patch 115f658ee2000a4cdcc13e999da50b3634c6a907
- Patch dns/powerdns-recursor as well
PR: 212016
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2016Q3 |
4.0.1 15 Aug 2016 01:39:15 |
junovitch |
dns/powerdns: update 3.4.9 -> 4.0.1
- Mark BROKEN on FreeBSD 9
- Option changes:
- Add USE=ssl, PowerDNS no longer requires embedded PolarSSL or Botan
- Remove GEO and LMDB backends
- Add UNIXODBC option for the GODBC backend
- The internal Lua engine can be regular Lua or Luajit
- Add PROTOBUF option which builds an extra tool (dnspcap2protobuf)
Changes: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-400
https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-401
PR: 211147
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Security: CVE-2016-6172
Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html |
3.4.9 22 May 2016 20:54:18 |
robak |
dns/powerdns: update 3.4.8 -> 3.4.9
- Bugfix release
PR: 209677
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2016Q2 |
3.4.8_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
3.4.8_1 04 May 2016 21:04:17 |
riggs |
Fix build on 9.3 i386
PR: 209260
Submitted by: tremere@cainites.net (maintainer)
MFH: 2016Q2 (build fix blanket) |
3.4.8_1 26 Apr 2016 18:18:15 |
dim |
During the exp-run in bug 208158, it was found that dns/powerdns gives
errors with libc++ 3.8.0:
dnspacket.cc:645:6: error: call to 'abs' is ambiguous
if(abs(trc->d_time - now) > trc->d_fudge) {
^~~
This is because abs() is being called with unsigned arguments. Import
upstream commit f2d05dd to fix it.
Approved by: tremere@cainites.net
PR: 208725
MFH: 2016Q2 |
3.4.8_1 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
3.4.8_1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
3.4.8_1 10 Apr 2016 09:00:17 |
bapt |
Convert to @sample |
3.4.8_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.4.8_1 31 Mar 2016 08:09:25 |
madpilot |
- Update botan110 to 1.10.12
- Chase shlib version bump in dependent ports
PR: 208393
Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
Security: 2004616d-f66c-11e5-b94c-001999f8d30b
Security: 4cd9b19f-f66d-11e5-b94c-001999f8d30b
MFH: 2016Q1 |
3.4.8 16 Feb 2016 23:34:18 |
rakuco |
Fix a typo in the SQLITE3 option handling introduced in r408757.
"gqlite3" should have been "gsqlite3", like it was before that SVN commit,
otherwise the build breaks.
Submitted by: Andrew Nichols <andrew@quadrant.net> |
3.4.8 12 Feb 2016 20:43:31 |
rakuco |
Update to PowerDNS Auth 3.4.8
CHANGELOG:
https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-348
Remove luabackend patches since those are upstream'd.
Also convert to OPTIONS helpers.
PR: 206986
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.4.7 09 Nov 2015 21:17:04 |
feld |
dns/powerdns: Update to 3.4.7
MFH: 2015Q4
Security: CVE-2015-5311
Security: 56665ccb-8723-11e5-9b13-14dae9d210b8 |
3.4.6 02 Sep 2015 16:42:47 |
feld |
dns/powerdns: Update to 3.4.6
- No longer install dnsdist, which conflicted with dns/dnsdist port
- Luabackend patch is now FreeBSD/i386 specific and has been submitted upstream
for inclusion
This update also fixes a DoS vulnerability:
https://doc.powerdns.com/md/security/powerdns-advisory-2015-02/
Changelog: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-346
PR: 202738
MFH: 2015Q3
Security: 55c43f5b-5190-11e5-9ad8-14dae9d210b8
Security: CVE-2015-5230 |
3.4.5 25 Jun 2015 14:39:02 |
robak |
dns/powerdns: update 3.4.4 -> 3.4.5
- Add CPE info
- Remove obsolete CONFLICTS field
- Remove obsolete patch
PR: 201080
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.4.4_2 15 Jun 2015 11:06:49 |
koobs |
net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721
- Update to 4.1.2
- Update pkg-plist
- USES: pkg-config is now a global dependency
- OPTIONS: with-sytem-pgm is now with-pgm, update helpers
- OPTIONS: with-libsodium no longer takes args, update helpers
- Override pkgconfigdir via configure, deprecate USES: pathfix
- Bump PORTREVISION for dependent ports for shared library version
change
While I'm here:
- Whitespace align Makefile
Based on:
PR: 200502
Reported by: Sevan Janiyan <venture37 geeklan co uk>
Submitted by: Jason Unovitch <jason.unovitch gmail com>
MFH: 2015Q2
Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5
Security: CVE-2014-9721 |
3.4.4_1 12 Jun 2015 16:14:54 |
tijl |
- Update security/polarssl13 to 1.3.11
- Patch a Makefile so regular make install works
- Replace a patch with MAKE_ENV
- Bump dependent ports
PR: 200816 |
3.4.4 01 May 2015 15:39:22 |
brd |
- Update dns/powerdns-recursor to 3.7.2
- Remove an extra blankline from dns/powerdns/distinfo
PR: 199720
Submitted by: Ralf van der Enden
Approved by: bdrewery (mentor)
MFH: 2105Q1
Security: 64e6006e-f009-11e4-98c6-000c292ee6b8 |
3.4.4 01 May 2015 15:07:56 |
brd |
Update dns/powerdns to 3.4.4
PR: 199719
Approved by: bdrewery (mentor)
MFH: 2015Q1
Security: 64e6006e-f009-11e4-98c6-000c292ee6b8 |
3.4.3 17 Apr 2015 13:37:37 |
tijl |
Specify library version when depending on libpolarssl and switch ports to
PolarSSL 1.3 when they fail to build with 1.2. |
3.4.3 13 Mar 2015 19:17:05 |
feld |
Update to 3.4.3
PR: 198448
Approved by: maintainer |
3.4.2 12 Feb 2015 02:21:03 |
brd |
- Update dns/powerdns to 3.4.2
- Pet portlint
PR: 196889
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: bdrewery |
3.4.1 15 Nov 2014 20:35:17 |
robak |
dns/powerdns: update 3.4.0 -> 3.4.1
PR: 194805
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: mentors (implicit) |
3.4.0 22 Oct 2014 11:59:50 |
pi |
dns/powerdns: fix for check-plist with non-standard options
The pkg-plist was broken with non-default backends enabled.
PR: 194505
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.4.0 17 Oct 2014 20:08:32 |
pi |
dns/powerdns: 3.3.1 -> 3.4.0
Changelog
http://doc.powerdns.com/html/changelog.html#changelog-auth-3.4.0
- Moved remote backend to regular (was experimental)
- Added the GeoIP, LMDB (both experimental) and Bind backend
- Removed Crypto++ support (as suggested by the author)
- Fixed the Luabackend on i386
- Added note to pkg-message about mandatory schema changes for
gmysql, gpgsql and gsqlite3 backends
- Changed the example pdns.conf to include all possible configuration
options when all backends are enabled
PR: 194057
Submitted by: me@nileshgr.com, updated by tremere@cainites.net
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.3.1_5 23 Aug 2014 16:23:12 |
marino |
dns/powerdns: Fix pkg-plist when backend options are selected
PR: 192401
Reported by: michelle
Fixed by: maintainer (Ralf van der Enden) |
3.3.1_4 30 Jul 2014 02:12:16 |
amdmi3 |
- Switch databases/opendbx to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
3.3.1_3 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
3.3.1_2 05 Jul 2014 12:19:33 |
tijl |
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit) |
3.3.1_1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
3.3.1 23 Jan 2014 20:12:54 |
danilo |
- Update from 3.3 to 3.3.1
- Add some experimental backends
while here
- Convert USE_LUA to USES
PR: ports/185824
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.3_1 10 Nov 2013 23:09:39 |
danilo |
- Use options helpers to simplify the Makefile
- Remove SQLITE2 option as it was dropped from powerdns on 2012 |
3.3_1 09 Oct 2013 22:15:48 |
danilo |
- Convert LIB_DEPENDS to new syntax [1]
- Add stage support [1]
- Use OPTIONS_RADIO to handle SQLITE
- Remove indefinite article from COMMENT
PR: ports/182631
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) [1]
Approved by: wg/culot (mentors, implicit) |
3.3_1 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
3.3_1 01 Aug 2013 06:43:32 |
madpilot |
- Add MAN8 pages forgotten in previous commit
Reported by: Ports-QAT |
3.3 01 Aug 2013 06:23:50 |
madpilot |
- Update to 3.3
- Depend on Botan 1.10 and make it new default
- Both Botan and Crypto++ can be compiled in now
- Support MySQL forks like MariaDB
- Ability to choose embedded or system-installed PolarSSL
- Convert USE_GMAKE to USES
- Use EXAMPLES OPTION in plce of NOPORTEXAMPLES
Changelog: http://rtfm.powerdns.com/changelog.html#changelog-auth-3-3
PR: ports/180875
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.2 16 May 2013 17:34:12 |
bdrewery |
- Fix default option CRYPTOPP not including its group DNSSEC
This fixes 'pretty-print-config' not including the CRYPTOPP
option in its output. |
3.2 23 Apr 2013 07:24:02 |
bapt |
Convert dns to USES=pkgconfig |
3.2 10 Feb 2013 08:12:15 |
miwi |
- Update to 3.2
PR: 175480
Submitted by: maintainer |
3.1_2 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
3.1_2 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
3.1_1 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
3.1_1 28 Jul 2012 12:19:04 |
scheidell |
- Fix CONFLICTS.
- Convert to new OptionsNG
- Add DNSSEC knob by popular demand. Disabling this will disable DNSSEC
algorithms 13 and 14 and remove dependency on
libcryptopp.
- Also disabled botan support since it's broken with 1.8. When 1.10 becomes part
of the ports tree it can be enabled again.
PR: ports/170195
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.1 22 May 2012 18:52:01 |
rm |
- update to 3.1
- while I'm here, add LICENSE (GPL2) and remove mention of it from pkg-descr
changelog: http://doc.powerdns.com/changelog.html#changelog-auth-3-1
PR: 168198
Submitted by: Ralf van der Enden <tremere at cainites dot net> (maintainer) |
3.0.1_1 24 Feb 2012 13:00:45 |
scheidell |
- Change boost-libs from BUILD_DEPENDS to LIB_DEPENDS. This fixes installing
from packages.
PR: ports/165352
Reported by: Marat Bakeev <hawara@hawara.com>
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: gabor (mentor, implicit)
Feature safe: yes |
3.0.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. |
3.0.1 11 Jan 2012 19:16:07 |
rm |
Forced commit to note the person who actually submitted the patch.
PR: 164019
Submitted by: Ralf van der Enden <tremere at cainites dot net> (maintainer) |
3.0.1 11 Jan 2012 18:59:53 |
rm |
- update to 3.0.1
This update fixes a Denial of Service Vulnerability, which affects versions <
3.0.1 (CVE-2012-0206)
Changes:
http://doc.powerdns.com/changelog.html#changelog-auth-3-0-1
PR: 164019 |
3.0_2 06 Nov 2011 20:00:56 |
ohauer |
- add fix from upstream vendor to preserve slowdowns during (re)start
PowerDNS with BIND backend
PR: ports/160308
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.0_1 14 Aug 2011 02:46:28 |
swills |
- Fix building when security/polarssl is already installed
PR: ports/159741
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.0 10 Aug 2011 17:16:26 |
swills |
- Fix/add usage of SQLITE3_CFLAGS and SQLITE3_LIBS as detected by pkg-config
- Fixes compilation on systems that don't have math/gmp installed
PR: ports/159617
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.0 08 Aug 2011 12:38:59 |
pav |
- Update to 3.0
PR: ports/159349
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
2.9.22_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.9.22_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.9.22_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.9.22_2 11 Aug 2009 12:20:13 |
araujo |
- Bump PORTREVISION in favor of new databases/opendbx.
PR: ports/137579
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
2.9.22_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.9.22_1 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
2.9.22_1 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.9.22_1 08 Jun 2009 10:14:46 |
itetcu |
Fix build with custom LOCALBASE
PR: 135340
Submitted by: Sahil Tandon
Approved by: maintainer
Reported by: QATty |
2.9.22 01 Feb 2009 16:51:56 |
beat |
- Update to 2.9.22
PR: ports/131210
Submitted by: Ralf van der Enden <tremere AT cainites.net> (maintainer)
Approved by: miwi (mentor) |
2.9.21.2 21 Nov 2008 20:37:16 |
miwi |
- Update to 2.9.21.2
PR: 128913
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
2.9.21.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 ) |
2.9.21.1 07 Aug 2008 12:10:52 |
miwi |
- Update to 2.9.21.1
PR: 126282
Submitted by: Ralf van der Enden <tremere@cainites.net> |
2.9.21_1 06 Jun 2008 13:23:00 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.9.21 07 May 2008 12:45:23 |
jadawin |
- Add CONFLICTS for dns/powerdns-devel
PR: ports/122982
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: thierry (mentor) |
2.9.21 07 May 2008 12:26:27 |
jadawin |
¦/ |
2.9.21 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.9.21 27 Apr 2007 07:25:40 |
clsung |
- Update PowerDNS to 2.9.21
- Add patch from SVN to support DNSSEC records
- Update examples (config and table creation files)
- For the complete changelog see http://doc.powerdns.com/changelog.html
PR: ports/112055
Submitted by: maintainer (Ralf van der Enden)
Reviewed by: maintainer |
2.9.20_6 22 Mar 2007 22:09:51 |
pav |
- Fix PostgreSQL schema
PR: ports/110546
Submitted by: Anish Mistry <amistry@am-productions.biz>
Approved by: Ralf van der Enden <Ralf.vdEnden@wldelft.nl> (maintainer) |
2.9.20_5 02 Mar 2007 17:49:46 |
rafan |
- Update OpenDBX patch, as found on www.linuxnetworkds.de, which
contains a bugfix for recovering from permanently lost database connections
- Fix build on gcc 4.x
PR: ports/109273
Submitted by: Ralf van der Enden <tremere at cainites.net> (maintainer) |
2.9.20_4 07 Feb 2007 04:04:45 |
alepulver |
- Add new OpenDBX patch (from [1]).
- Prepare Makefile for upcoming new stable release of OpenDBX library (which
bumps library number from .1 to .2).
- Add stupidity fix for config location to pdns.in (moved the config but
forgot to edit rc.d script).
- Also changed location of config directory in pdns.conf.
- Bump port-revision.
PR: ports/108685
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from: www.linuxnetworks.de [1] |
2.9.20_3 30 Jan 2007 21:04:01 |
pav |
- Remove SQLITE3 backend option, it was added prematurely
- Fix plist
PR: ports/108182
Submitted by: Tobias Roth <ports@fsck.ch>
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
2.9.20_2 30 Jan 2007 20:51:11 |
pav |
- Remove stray empty file |
2.9.20_2 12 Jan 2007 23:49:04 |
gabor |
- Add support for geo backend
- Add support for OpenDBX backend
- OPTIONify
- Bump PORTREVISION
PR: ports/96891
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: erwin (mentor) |
2.9.20_1 19 Nov 2006 15:57:31 |
stefan |
Bump PORTREVISION for changes in previous commit. |