summaryrefslogtreecommitdiff
path: root/dns/bind9-dlz (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - make portlint happyDirk Meyer2003-11-181-1/+1
| | | | Notes: svn path=/head/; revision=94257
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+2
| | | | Notes: svn path=/head/; revision=93890
* - update DLZ to 0.6.0Dirk Meyer2003-11-033-11/+49
| | | | | | | | | - add berkleydb support - add openldap support - improved documentation Notes: svn path=/head/; revision=92928
* - Support all mysql clientsDirk Meyer2003-11-012-4/+16
| | | | Notes: svn path=/head/; revision=92784
* - add CONFLICTSDirk Meyer2003-10-121-3/+3
| | | | | | | | - make portlint happy Submitted by: eikemeier@fillmore-labs.com [CONFLICTS] Notes: svn path=/head/; revision=90917
* - use ${PTHREAD_LIBS} in configureDirk Meyer2003-09-242-19/+18
| | | | | | | - update to 9.2.2-P1 Notes: svn path=/head/; revision=89261
* Chase repocopies towards ports/dnsEdwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88581
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* - use hook for bsd.openssl.mkDirk Meyer2003-08-281-7/+8
| | | | Notes: svn path=/head/; revision=87906
* - Update to 0.5.0Dirk Meyer2003-06-082-3/+4
| | | | Notes: svn path=/head/; revision=82492
* - Add more documentationDirk Meyer2003-06-011-3/+4
| | | | Notes: svn path=/head/; revision=81833
* - Update auf bind-9.2.2/DLZ-0.4.3Dirk Meyer2003-05-062-2/+2
| | | | Notes: svn path=/head/; revision=80279
* - Update auf bind-9.2.2 / DLZ-0.4.2Dirk Meyer2003-04-282-5/+6
| | | | | | | Fixes CRLF in distribution, Skip broken dlzbdb Notes: svn path=/head/; revision=79805
* - Update to 0.4.1 (skipping 0.4.0 cause of configure problems)Dirk Meyer2003-04-192-2/+2
| | | | | | | Fixes a small memory leak Notes: svn path=/head/; revision=79269
* - use bsd.openssl.mkDirk Meyer2003-04-031-1/+1
| | | | Notes: svn path=/head/; revision=78059
* - make ports work as a master portDirk Meyer2003-03-232-6/+6
| | | | Notes: svn path=/head/; revision=77192
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - Use DOCSDIR, make some style changesDirk Meyer2003-02-041-10/+7
| | | | Notes: svn path=/head/; revision=74686
* - make portlint happierDirk Meyer2003-01-221-6/+6
| | | | Notes: svn path=/head/; revision=73806
* - set BINDDLZ_OPTIONS in MakefileDirk Meyer2003-01-162-8/+25
| | | | | | | | | | | | - clean up configure script - Filesystem-Driver default ON - new option: WITHOUT_POSTGRESQL_DRIVER - new option: WITHOUT_FILESYSTEM_DRIVER - new option: WITHOUT_OPENSSL - target describe for INDEX now with matching dependencies. Notes: svn path=/head/; revision=73267
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72511
* - Update to 0.3.0Dirk Meyer2002-11-173-29/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | - MySQL and filesystem driver added - interactive driver select ability - use MASTER_SITE_ISC - more reorganize to make portlint happy not added: - SED -> REINPLACE_CMD does break on 4.6 stable, bad version in bsd.port.mk - change version number to satisfy portlint stay consistent with mod_php and a other combined versions - remove file files/dlz_postgres_driver.c.diff still needed, to make gcc happy. Extensions my Maintainter: - Support for openSSL for all Versions - Allow BINDDLZ_OPTIONS in /etc/make.conf - MySQL not default, conflicts with threads. - moved configure.bind9-dlz to files, avoiding extra directory. PR: 45332 Submitted by: sem@ciam.ru Notes: svn path=/head/; revision=70323
* - Fix perl/reinplace problemsDirk Meyer2002-11-041-9/+12
| | | | Notes: svn path=/head/; revision=69434
* PERL -> REINPLACEEdwin Groothuis2002-11-041-3/+4
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69423
* BIND version 9 Nameserver, with DLZ extensionsDirk Meyer2002-08-306-0/+383
Add capabilities to Bind 9 that will allow Bind backend databases to support adding and removing zones without interrupting normal server operation. WWW: http://bind-dlz.sourceforge.net/ Notes: svn path=/head/; revision=65317