Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Feb 2018 03:57:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225642] sysutils/msktutil - missing dep udns
Message-ID:  <bug-225642-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225642

            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@FreeBSD.org
          Reporter: tj@FreeBSD.org
          Assignee: zi@FreeBSD.org
             Flags: maintainer-feedback?(zi@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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 460150)
+++ Makefile    (working copy)
@@ -3,7 +3,7 @@

 PORTNAME=3D      msktutil
 PORTVERSION=3D   1.0
-PORTREVISION=3D  1
+PORTREVISION=3D  2
 CATEGORIES=3D    sysutils
 MASTER_SITES=3D  SF/${PORTNAME} \
                ZI
@@ -14,6 +14,8 @@
 LICENSE=3D       GPLv2
 LICENSE_FILE=3D  ${WRKSRC}/LICENSE

+LIB_DEPENDS=3D   libudns.so:dns/udns
+
 USES=3D          gmake ssl tar:bzip2
 USE_OPENLDAP=3D  yes
 GNU_CONFIGURE=3D yes
</pre>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225642-13>