pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4 now requires ldb >= 2.5.1; no nb bum...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad06b36b47e3
branches:  trunk
changeset: 382376:ad06b36b47e3
user:      dogcow <dogcow%pkgsrc.org@localhost>
date:      Wed Jul 27 08:23:04 2022 +0000

description:
samba4 now requires ldb >= 2.5.1; no nb bump needed because it won't
compile correctly without it

diffstat:

 net/samba4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 93576679e16d -r ad06b36b47e3 net/samba4/Makefile
--- a/net/samba4/Makefile       Wed Jul 27 06:44:28 2022 +0000
+++ b/net/samba4/Makefile       Wed Jul 27 08:23:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2022/07/21 09:35:19 adam Exp $
+# $NetBSD: Makefile,v 1.146 2022/07/27 08:23:04 dogcow Exp $
 
 DISTNAME=      samba-4.16.3
 CATEGORIES=    net
@@ -209,7 +209,7 @@
 .endif
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
-BUILDLINK_API_DEPENDS.ldb+=    ldb>=2.4.2
+BUILDLINK_API_DEPENDS.ldb+=    ldb>=2.5.1
 .include "../../databases/ldb/buildlink3.mk"
 .include "../../databases/lmdb/buildlink3.mk"
 .include "../../devel/cmocka/buildlink3.mk"



Home | Main Index | Thread Index | Old Index