[Bug 225642] sysutils/msktutil - missing dep udns
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 3 03:57:40 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225642
Bug ID: 225642
Summary: sysutils/msktutil - missing dep udns
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: zi at FreeBSD.org
Reporter: tj at FreeBSD.org
Assignee: zi at FreeBSD.org
Flags: maintainer-feedback?(zi at FreeBSD.org)
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>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list