Bug 122974 - [PATCH] dns/bind94: add DLZ config options
Summary: [PATCH] dns/bind94: add DLZ config options
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-21 22:30 UTC by Michael Schout
Modified: 2009-08-30 00:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2008-04-21 22:30 UTC, Michael Schout
no flags Details | Diff
0001-Add-DLZ-configuration-options.patch (4.88 KB, patch)
2009-01-15 22:39 UTC, Michael Schout
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schout 2008-04-21 22:30:05 UTC
This patch adds port configuration options to enable the DLZ drivers that are available in bind 9.4

Fix: apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-21 22:30:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Michael Schout 2009-01-15 22:39:43 UTC
Attached patch turns off THREADS if MySQL driver is enabled, and applies
the same DLZ knobs patch to dns/bind95 and dns/bind96.

All three ports build successfully with all of the DLZ drivers enabled.
  It would be nice to get this committed to the ports tree since
dns/bind9-dlz has been deleted, and the only way to build a DLZ enabled
bind94+ port is to patch the Makefiles.
Comment 3 Doug Barton freebsd_committer freebsd_triage 2009-08-17 08:08:51 UTC
State Changed
From-To: open->analyzed


I've taken a look at your patch and overall it looks good, thanks. 

I just sent a message to the bind-users@isc.org mailing list about 
whether or not the advice to run BIND single threaded with dlv-mysql 
is still timely. Once I get an answer on that I will be committing 
your patch with a few minor changes. 

FYI, 

Doug
Comment 4 Doug Barton freebsd_committer freebsd_triage 2009-08-30 00:16:06 UTC
State Changed
From-To: analyzed->closed


Ok, this is finally committed, thanks for your patience! 


Doug
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-08-30 00:16:09 UTC
dougb       2009-08-29 23:15:57 UTC

  FreeBSD ports repository

  Modified files:
    dns/bind9            Makefile pkg-plist 
    dns/bind94           Makefile pkg-plist 
    dns/bind95           Makefile pkg-plist 
    dns/bind96           Makefile pkg-plist 
  Log:
  For all:
  Add an OPTION (on by default) to install the appropriate symlinks for
  named.conf and rndc.key in /usr/local/etc and /var/named/usr/local/etc.
  
  For bind9[456]:
  Add OPTIONs (off by default) for the DLZ configure options, and their
  corresponding ports knobs. [1] The basic infrastructure for this was
  provided in the PR, but this version is slightly different in a few
  details so responsibility for bugs is mine.
  
  PR:             ports/122974 [1]
  Submitted by:   Michael Schout <mschout@gkg.net> [1]
  
  Revision  Changes    Path
  1.91      +16 -1     ports/dns/bind9/Makefile
  1.24      +6 -0      ports/dns/bind9/pkg-plist
  1.98      +53 -2     ports/dns/bind94/Makefile
  1.26      +6 -0      ports/dns/bind94/pkg-plist
  1.100     +53 -2     ports/dns/bind95/Makefile
  1.29      +6 -0      ports/dns/bind95/pkg-plist
  1.102     +53 -2     ports/dns/bind96/Makefile
  1.32      +6 -0      ports/dns/bind96/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"