Bug 266269

Summary: [MAINTAINER] ftp/rexx-curl: fix build failure with curl 7.85
Product: Ports & Packages Reporter: Bob Eager <bob>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patches for two files none

Description Bob Eager 2022-09-07 11:40:42 UTC
Created attachment 236417 [details]
Patches for two files

Port fails to build with curl 7.85 due to a change in a constant name.

Patches attached for rexxcurl.c and the Makefile (to remove BROKEN line).

No new files; no deleted files.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-10 13:06:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f5a0912a88a5eac1c7db59e6c455f737e754f1a

commit 4f5a0912a88a5eac1c7db59e6c455f737e754f1a
Author:     Bob Eager <bob@eager.cx>
AuthorDate: 2022-09-10 12:54:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 13:03:01 +0000

    ftp/rexx-curl: Unbreak this port with curl 7.85.0

    PR:             266269

 ftp/rexx-curl/Makefile               |  2 --
 ftp/rexx-curl/files/patch-rexxcurl.c | 18 ++++++++++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-09-10 13:22:00 UTC
Committed. Thanks!