Summary: | security/cyrus-sasl2: Remove INVALID_BDB_VER from Makefile.common | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Hajimu UMEMOTO <ume> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(ume) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 261523 | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=167fd9d2dbd0349ddb8fef012afcd8e678cd89f2 commit 167fd9d2dbd0349ddb8fef012afcd8e678cd89f2 Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2022-04-02 22:44:40 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2022-04-02 22:44:40 +0000 security/cyrus-sasl2: Remove INVALID_BDB_VER from Makefile.common PR: 263012 Reported by: yasu security/cyrus-sasl2/Makefile.common | 5 ----- 1 file changed, 5 deletions(-) Thank you, committed! |
Created attachment 232903 [details] Patch file Current vaild versions of berkeley db is either 5 or 18. So 'INVALID_BDB_VER=2' is no-op. This is preparation to remove INVALID_BDB_VER from Mk/Uses/bdb.mk.