msktutil is missing a LIB dep on dns/udns. Without support for this library installed msktutil will not try to resolve the domain controller via service records and will fall back on A records in the top of the dns zone. <pre> Index: Makefile =================================================================== --- Makefile (revision 460150) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= msktutil PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} \ ZI @@ -14,6 +14,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libudns.so:dns/udns + USES= gmake ssl tar:bzip2 USE_OPENLDAP= yes GNU_CONFIGURE= yes </pre>
Approved.
A commit references this bug: Author: tobik Date: Mon Jan 28 18:37:25 UTC 2019 New revision: 491505 URL: https://svnweb.freebsd.org/changeset/ports/491505 Log: sysutils/msktutil: Add missing dns/udns dependency Without it msktutil will not try to resolve the domain controller via service records and will fall back on A records in the top of the dns zone. PR: 225642 Submitted by: tj Approved by: zi (maintainer) Changes: head/sysutils/msktutil/Makefile