pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc NetBSD 6.99.3/x86_64 2012-06-17 04:06



On Thu, 21 Jun 2012 09:57:23 +0900, David Holland 
<dholland-pkgbulk%netbsd.org@localhost> wrote:

 >  > security/zkt
 >
 > checking for dnssec-signzone... no
 > configure: error: *** 'could not determine BIND utility path, please use 
--enable-bind_util_path= ' to set it manually ***
 > *** Error code 1

I guess this is the problem:

   #.include "../../net/bind96/buildlink3.mk"

This package is just using BIND utilities, no need to buildlink.

although it probably shouldn't depend on any one version of bind. Do
we have preexisting logic for that? There doesn't appear to be a
mk/bind.buildlink3.mk..

Do `grep BIND_VERSION' in source codes, then you can find that
this package depend on build time bind version.

* for builtin bind, any of bind>=9 should be acceptable
  (currently, no way to detect builtin bind>=9, and prefer pkgsrc one)
* for pkgsrc bind, this package should depend on certain version of bind.
  (currently, no way to select default BIND version)
--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index