Summary: | net/rabbitmq-c: Fix build without test after update to 0.13.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | freebsd | ||||
Component: | Individual Port(s) | Assignee: | Dave Cottlehuber <dch> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | dch, fuz | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Assign to maintainer Comment on attachment 244708 [details]
Fix for port Makefile
Request maintainer approval
thanks for the PR & fix! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d4299842a06ee5bcdcf31d73a0827df25429865 commit 1d4299842a06ee5bcdcf31d73a0827df25429865 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2023-10-31 19:06:47 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2023-10-31 19:08:55 +0000 net/rabbitmq-c: fix testing via cmake bool PR: 273633 net/rabbitmq-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
Created attachment 244708 [details] Fix for port Makefile In the update to 0.13.0, the CMAKE flag for disabling tests was renamed from BUILD_TESTS to BUILD_TESTING. The attached patch adjusts the port Makefile accordingly.