Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 07:19:05 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0eb68254e672 - main - security/sks: Remove range of 'USES=bdb'
Message-ID:  <202204180719.23I7J5lo031364@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

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

commit 0eb68254e6729cfc2dc4d6e041919947dd654c1c
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-03-30 09:02:18 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-04-18 07:17:59 +0000

    security/sks: Remove range of 'USES=bdb'
    
    Build also succeeds with Berkeley DB 18.x.
    
    PR:             262932
    Approved by:    maintainer timeout
---
 security/sks/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/sks/Makefile b/security/sks/Makefile
index 3a84425b5745..a041ae972668 100644
--- a/security/sks/Makefile
+++ b/security/sks/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/num/META:math/ocaml-num
 
 USE_OCAML=	yes
 USE_OCAML_CAMLP4=yes
-USES=		bdb:5 perl5 gmake shebangfix tar:tgz
+USES=		bdb perl5 gmake shebangfix tar:tgz
 USE_PERL5=	build
 MAKE_JOBS_UNSAFE=yes
 SHEBANG_FILES=	sks_build.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180719.23I7J5lo031364>