pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns-ldap



Module Name:    pkgsrc
Committed By:   otis
Date:           Fri Jul  3 12:33:14 UTC 2020

Modified Files:
        pkgsrc/net/powerdns-ldap: Makefile

Log Message:
net/powerdns-ldap: Fix dependency on mit-krb5

Pull in mit-krb5 version 1.11 or newer that contains properly exported
Kerberos ccache functions.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/powerdns-ldap/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/powerdns-ldap/Makefile
diff -u pkgsrc/net/powerdns-ldap/Makefile:1.21 pkgsrc/net/powerdns-ldap/Makefile:1.22
--- pkgsrc/net/powerdns-ldap/Makefile:1.21      Thu Jul  2 13:05:21 2020
+++ pkgsrc/net/powerdns-ldap/Makefile   Fri Jul  3 12:33:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/07/02 13:05:21 otis Exp $
+# $NetBSD: Makefile,v 1.22 2020/07/03 12:33:14 otis Exp $
 
 .include "../../net/powerdns/Makefile.backend"
 
@@ -7,6 +7,8 @@ COMMENT=                LDAP backend module for PowerD
 
 CONFIGURE_ARGS+=       --with-dynmodules="ldap"
 
+BUILDLINK_API_DEPENDS.mit-krb5+= mit-krb5>=1.11
+
 .include "../../databases/openldap-client/buildlink3.mk"
 .include "../../mk/krb5.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index