Summary: | databases/keydb: Improvements to port | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
Component: | Individual Port(s) | Assignee: | Ryan Steinmetz <zi> | ||||
Status: | Closed Not Accepted | ||||||
Severity: | Affects Only Me | CC: | dpetrov67 | ||||
Priority: | --- | Flags: | zi:
maintainer-feedback-
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Not interested in these adjustments at this point in time. Thanks At least fix make test that's clearly broken and leaves multiple processes running A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b85052364dd1e56cb8251cd47be0bc88b432892f commit b85052364dd1e56cb8251cd47be0bc88b432892f Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2023-11-02 19:35:07 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2023-11-02 19:35:07 +0000 databases/keydb: Remove broken tests support for now PR: 274745 Reported by: diizzy@ databases/keydb/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) |
Created attachment 245898 [details] Patch for keydb * Fix COMMENT * Unbundle (lib)linenoise * Adjust compiler requirements to c++14-lang * Use the more commmon V=1 setting for verbose output * Move variables defined below port options to above for better readability * Remove i386 workaround, users are likely not to run this on 32-bit boxes anyway * Use localbase:ldflags helper Compile and runtime tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist, make test) Poudriere testport OK 13.2-RELEASE (amd64) Additional notes: make test bombs even before these changes, plans? We can probably unbundle lua too