git: 0e34f85e713b - main - sysutils/nss_ndb: remove option for expired databases/db5

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 02 Jul 2022 09:31:39 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e34f85e713bc64afc88fe1d0069a78caf34abc0

commit 0e34f85e713bc64afc88fe1d0069a78caf34abc0
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-07-02 09:30:49 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-07-02 09:31:16 +0000

    sysutils/nss_ndb: remove option for expired databases/db5
---
 sysutils/nss_ndb/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/sysutils/nss_ndb/Makefile b/sysutils/nss_ndb/Makefile
index 158dbd9fec99..8ba18eedae18 100644
--- a/sysutils/nss_ndb/Makefile
+++ b/sysutils/nss_ndb/Makefile
@@ -25,18 +25,12 @@ WRKGRP_DESC=		Enable workgroup stripping
 WRKGRP_CONFIGURE_ON=	--with-workgroup
 
 OPTIONS_SINGLE=		BDB
-OPTIONS_SINGLE_BDB=	DB0 DB5 DB18
+OPTIONS_SINGLE_BDB=	DB0 DB18
 OPTIONS_DEFAULT=	DB0
 
 DB0_DESC=		Use the libc version of Berkeley DB (old)
 DB0_CONFIGURE_ON=	--without-db
 
-DB5_DESC=		Build with Berkeley DB v5 library
-DB5_USES+=		localbase
-DB5_USE_LDCONFIG+=	yes
-DB5_LIB_DEPENDS=	libdb-5.so:databases/db5
-DB5_CONFIGURE_ON=	--with-db=5
-
 DB18_DESC=		Build with Berkeley DB v18 library
 DB18_USES+=		localbase
 DB18_USE_LDCONFIG+=	yes