Bug 264003

Summary: lang/ruby30: Fix build with LibreSSL 3.5
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (ruby)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git diff for lang/ruby30 none

Description Bernard Spil freebsd_committer freebsd_triage 2022-05-15 18:17:50 UTC
Created attachment 233943 [details]
git diff for lang/ruby30

```
lang/ruby30: Fix build with LibreSSL 3.5

PR: ?
```
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-06-03 13:58:19 UTC
It seems lang/ruby27 also need this patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-03 23:41:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8166f5fae0225f1a4119d8cdead7fdf17ca2c50e

commit 8166f5fae0225f1a4119d8cdead7fdf17ca2c50e
Author:     Bernard Spil <brnrd@freebsd.org>
AuthorDate: 2022-06-03 23:24:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:58 +0000

    lang/ruby27: Fix build with LibreSSL 3.5

    PR:             264003

 lang/ruby27/files/patch-libressl (new) | 11 +++++++++++
 1 file changed, 11 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-03 23:41:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d5a6c79aef7d9af240ca2a509006688c7e7878d

commit 2d5a6c79aef7d9af240ca2a509006688c7e7878d
Author:     Bernard Spil <brnrd@freebsd.org>
AuthorDate: 2022-06-03 23:24:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:59 +0000

    lang/ruby30: Fix build with LibreSSL 3.5

    PR:             264003

 lang/ruby30/files/patch-libressl (new) | 11 +++++++++++
 1 file changed, 11 insertions(+)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-06-04 00:10:07 UTC
Committed. Thanks!