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:   dogcow
Date:           Wed Jul 27 08:23:04 UTC 2022

Modified Files:
        pkgsrc/net/samba4: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 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.145 pkgsrc/net/samba4/Makefile:1.146
--- pkgsrc/net/samba4/Makefile:1.145    Thu Jul 21 09:35:19 2022
+++ pkgsrc/net/samba4/Makefile  Wed Jul 27 08:23:04 2022
@@ -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 @@ REPLACE_PYTHON+=    source4/scripting/bin/*
 .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