pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/samba4
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 23 09:13:52 UTC 2023
Modified Files:
pkgsrc/net/samba4: Makefile
Log Message:
samba4: add upper bound for ldb and remove reference to non-existent file
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/net/samba4/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/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.157 pkgsrc/net/samba4/Makefile:1.158
--- pkgsrc/net/samba4/Makefile:1.157 Thu Jan 19 16:32:54 2023
+++ pkgsrc/net/samba4/Makefile Mon Jan 23 09:13:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2023/01/19 16:32:54 hauke Exp $
+# $NetBSD: Makefile,v 1.158 2023/01/23 09:13:52 wiz Exp $
DISTNAME= samba-4.17.4
PKGREVISION= 2
@@ -196,7 +196,6 @@ REPLACE_PERL+= pidl/pidl
REPLACE_PERL+= pidl/tests/*.pl
REPLACE_PERL+= script/*.pl
REPLACE_PERL+= source3/script/*.pl
-REPLACE_PERL+= source4/build/pasn1/pasn1.pl
REPLACE_PERL+= source4/script/*.pl
REPLACE_PERL+= source4/scripting/bin/nsupdate-gss
REPLACE_PERL+= third_party/nss_wrapper/nss_wrapper.pl
@@ -209,7 +208,7 @@ REPLACE_PYTHON+= source4/scripting/bin/*
.endif
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
-BUILDLINK_API_DEPENDS.ldb+= ldb>=2.6.1
+BUILDLINK_API_DEPENDS.ldb+= ldb>=2.6.1<2.7
.include "../../databases/ldb/buildlink3.mk"
.include "../../databases/lmdb/buildlink3.mk"
.include "../../devel/cmocka/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index