Bug 225642 - sysutils/msktutil - missing dep udns
Summary: sysutils/msktutil - missing dep udns
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-03 03:57 UTC by Tom Judge
Modified: 2019-01-28 18:37 UTC (History)
0 users

See Also:
zi: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Judge freebsd_committer freebsd_triage 2018-02-03 03:57:38 UTC
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>
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2018-02-03 15:09:08 UTC
Approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-28 18:37:31 UTC
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