Commit graph

52 commits

Author SHA1 Message Date
Renato Botelho
d63e3f2974 - Update to 2.9.20
PR:		ports/94597
Submitted by:	maintainer
2006-03-17 16:14:41 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Emanuel Haupt
4f9ca7d4bf - Remove USE_REINPLACE
- Remove trailing whitespaces
- Remove depreciated USE_RCORDER
- Unquote BROKEN message
- Add an extra MASTER_SITE
- Change pdns.sh.in and pdns_recursor.sh.in to pdns.in and pdns_recursor.in so
  it'll work with USE_RC_SUBR
- Bump PORTREVISION

PR:		93336
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2006-02-15 12:56:37 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
893b96b99e Unbreak powerdns
Change the Makefile so compiling against the LDAP library works again

PR:		ports/89477
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2005-11-25 10:06:36 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Koop Mast
4b1285489d Update to 2.9.19
Changelog: http://rtfm.powerdns.com/changelog.html#CHANGELOG-2-9-19
Add extra patch to plug memory hole.

PR:		88231
Submitted by:	Ralf van der Ende <tremere AT cainites dot net> (maintainer)
2005-11-04 10:27:39 +00:00
Pav Lucistnik
3b1a46df55 - Fix and update LDAP support
PR:		ports/84176
Submitted by:	Ralf vd Enden <tremere@cainites.net> (maintainer)
2005-07-28 22:37:50 +00:00
Pav Lucistnik
9d658f56fa - Update to 2.9.18
PR:		ports/83605
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2005-07-18 12:59:51 +00:00
Pav Lucistnik
1c651cda9c - Fix build on FreeBSD 6
PR:		ports/77480
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2005-02-14 21:41:38 +00:00
Volker Stolz
f4b3a22aaf Quote BROKEN
Submitted by:	krion
2005-02-01 10:17:09 +00:00
Volker Stolz
b804906d86 Mark as broken on 6.X
PR:		ports/76457
Submitted by:	Ralf van der Enden (maintainer)
2005-02-01 10:06:46 +00:00
Pav Lucistnik
d140f474a1 - Update to 2.9.17
PR:		ports/76145
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2005-01-15 01:29:59 +00:00
Norikatsu Shigemura
617938836d Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:	portmgr, maintainers of sqlite and related ports
2004-12-23 08:25:47 +00:00
Norikatsu Shigemura
cf4d5a724e pdns_recursor related issues fixed.
I committed pre-improved version's PR.  This is my mistake.

Pointed out by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Pointy hat to:	myself
PR:		ports/73862
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-11-20 01:21:17 +00:00
Norikatsu Shigemura
359b64b4c5 pdns_recursor related issues fixed
PR:		ports/73862
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-11-19 16:40:55 +00:00
Oliver Eikemeier
9a50507882 Fixed OpenLDAP 2.2 support by using USE_OPENLDAP knob
Default MySQL version now 4.0 instead of 3.23
pet portlint

PR:		66143
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-05-01 12:08:05 +00:00
Oliver Eikemeier
83c0568589 OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS
-> Please upgrade to OpenLDAP 2.1 or 2.2

PR:		66105
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-04-30 09:08:27 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Pav Lucistnik
7a59b9247f - Add WITH_SQLITE knob to enable SQLite backend
PR:		ports/63817
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-03-06 12:44:50 +00:00
Pav Lucistnik
e8bb7e6833 - Some small fixes to startup-script (fixed by Dirk Meyer and Ralf vd Enden).
- $PREFIX no longer hardcoded (fixed by Dirk Meyer).
- Pet portlint a bit

PR:		ports/63530
Submitted by:	maintainer
2004-03-02 19:27:59 +00:00
Pav Lucistnik
1897b2fe65 - Update to 2.9.16
PR:		ports/63530
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-03-01 09:57:34 +00:00
Pav Lucistnik
605eb95c62 - Add sample startup script
PR:		ports/62344
Submitted by:	maintainer
2004-02-28 20:03:50 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Dirk Meyer
5b37dce0f8 - new MAINTAINER tremere@cainites.net
- fix spaces in Makefile (portlint)
PR:		61678
Submitted by:	tremere@cainites.net
2004-01-31 12:09:00 +00:00
Erwin Lansing
f5fe85b2db Assign port to new vic^H^H^Hmaintainer
Submitted by:	freebsd@signout.dk
2004-01-20 20:53:33 +00:00
Dirk Meyer
fb26ef242e - drop maintainership
I have no longer this server running.
2004-01-20 19:29:20 +00:00
Dirk Meyer
620e25eccd - Update to 2.9.15
- allow-recursion-override was on by default, it was meant to be off
- Logging was still off in daemon mode, fixed
- Recursor accidentally linked in MySQL, fixed
- The PowerDNS recursor had stability problems
- The recursor now outputs the nameserver average response times in trace mode
- LDAP compiles again
Improvements:
- Several improvements to zone2sql
- Remove libpqpp dependencies
- Added a patch from CVS to make zone2parser.cc compile on STABLE

PR:		61554, 61589
Submitted by:	tremere@cainites.net
2004-01-20 04:20:58 +00:00
Dirk Meyer
5d3e2ef39d - Update to 2.9.13
includes:
- Opteron support!
- pdns_recursor jumbles answers now
- Big LDAP cleanup
- Zone2sql is now somewhat clearer when reporting malformed line errors
- pdns_recursor now survives the expiration of all its root records
- Serious issue fixed: added a patch to fix High CPU Load with the pdns_server and mysqld processes

PR:		61213
Submitted by:	tremere@cainites.net
2004-01-12 10:21:56 +00:00
Dirk Meyer
6a7ffc6fe3 - Fix build with postgresql 7.4
- Fix package with ldapbackend
- reorder makefile
- detect if recursor is buildable
2003-12-07 11:55:37 +00:00
Dirk Meyer
401b38542e - mark BROKEN 2003-12-05 21:22:18 +00:00
Dirk Meyer
adaf6f04c5 - Added some patches to fix a memory leak in the bind backend
- Added a patch to fix a problem with the allow-axfr-ips option (host/32 netmask didn't work)
- Added an option to the configure dialog to compile the recursor
- Bumped PORTREVISION

PR:		59385
Submitted by:	tremere@cainites.net
2003-11-18 13:34:59 +00:00
Dirk Meyer
1b22eb98e2 Update to 2.9.12
- Addition of SQLite backend
- pdns_recursor maturity
- Verisign sitefinder workaround

PR:		58609
Submitted by:	tremere@cainites.net
2003-10-28 20:52:37 +00:00
Dirk Meyer
bb092961ce - let user configure witch MySQL or OpenLDAP versions he wants 2003-10-25 20:45:03 +00:00
Edwin Groothuis
fa1ac61168 Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 04:54:37 +00:00
Dirk Meyer
7ceeb0a2f8 - Support POWERDNS_WITH_RECURSOR in STABLE
- Support WITH_LDAP in STABLE
2003-08-31 12:32:29 +00:00
Dirk Meyer
72f43aee1f - Update to 2.9.11
- Fixes overwrite of config file (wrong order in Makefile)
PR:		55935
Submitted by:	tremere@cainites.net
2003-08-27 10:26:10 +00:00
Dirk Meyer
38963399e1 - New option LDAP_PORT 2003-08-15 04:44:40 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Dirk Meyer
5f64c80931 - Update to 2.9.10 (fixes a core-dump problem when adding new zone-records)
- pdns_recursor will only be built on FreeBSD 5.0 and above (4.x lacks support for get/set/makecontext functions)
- Patched pdns/pdns_recursor.cc to add .pid support

PR:		54379
Submitted by:	tremere@cainites.net
2003-07-25 17:03:06 +00:00
Dirk Meyer
aaf37bfc78 - fix a problem with mysql
Reported by: maarten@dwaas.org
2003-06-12 04:45:11 +00:00
Dirk Meyer
dbff6f6915 - update to 2.9.8
- recursor defaults off, Option POWERDNS_WITH_RECURSOR
2003-05-11 07:36:26 +00:00
Dirk Meyer
a46a24003d - build recursor only on i386
recursor fails on alpha, ia64 and sparc with undefined symbol "makecontext"
2003-04-07 04:04:35 +00:00
Dirk Meyer
3d8bab1e5d - move post-patch into conditional 2003-03-28 20:44:06 +00:00
Dirk Meyer
c793cc443b - Update to 2.9.6
- make ports work as a master port
- add support for LDAP, submitted by richard@unixguru.nl
- add build for recursor
2003-03-23 04:53:39 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
b4572f4a32 - Fix LIB_DEPENDS after changes in bsd.port.mk
pq++.4 ist now an regular expression, and cant't be found.
pq[+][+].4 is working as expected.
no other ports depends on libpq++ in last INDEX.
2003-02-12 04:54:58 +00:00