Bug 273633 - net/rabbitmq-c: Fix build without test after update to 0.13.0
Summary: net/rabbitmq-c: Fix build without test after update to 0.13.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dave Cottlehuber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-08 08:29 UTC by freebsd
Modified: 2023-10-31 19:09 UTC (History)
2 users (show)

See Also:


Attachments
Fix for port Makefile (350 bytes, patch)
2023-09-08 08:29 UTC, freebsd
fuz: maintainer-approval? (dch)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2023-09-08 08:29:32 UTC
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.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-09-08 14:28:16 UTC
Assign to maintainer
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-09-08 14:28:36 UTC
Comment on attachment 244708 [details]
Fix for port Makefile

Request maintainer approval
Comment 3 Dave Cottlehuber freebsd_committer freebsd_triage 2023-10-31 19:09:24 UTC
thanks for the PR & fix!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-10-31 19:09:28 UTC
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(-)