Bug 273633

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:
Description Flags
Fix for port Makefile fuz: maintainer-approval? (dch)

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(-)