Bug 265622

Summary: security/botan2: Enable OpenMP support
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me CC: diizzy, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (fluffy)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for botan2 none

Description Daniel Engberg freebsd_committer freebsd_triage 2022-08-04 08:24:56 UTC
Created attachment 235674 [details]
Patch for botan2

This enables OpenMP support on "known good" platforms

Compile tested on 13.1-RELEASE (amd64,arm64)
Poudriere testport OK 12.3-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2022-08-04 08:26:54 UTC
Changed based on the discussion for audio/soundtouch and commit history

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258730
https://cgit.freebsd.org/ports/log/audio/soundtouch
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2022-08-04 18:47:05 UTC
Looks ok on powerpc64, powerpc64le and riscv64.
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2022-08-04 22:33:11 UTC
(In reply to Piotr Kubaj from comment #2)
Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-08-05 12:42:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21c0bf840c4b8987bb0cf274199c2eb633c63a9f

commit 21c0bf840c4b8987bb0cf274199c2eb633c63a9f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-08-05 12:40:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-08-05 12:41:13 +0000

    security/botan2: Enable OpenMP support

    PR:     265622

 security/botan2/Makefile | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)
Comment 5 Dima Panov freebsd_committer freebsd_triage 2022-08-05 12:43:21 UTC
Committed, thanks!