Bug 266269 - [MAINTAINER] ftp/rexx-curl: fix build failure with curl 7.85
Summary: [MAINTAINER] ftp/rexx-curl: fix build failure with curl 7.85
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-07 11:40 UTC by Bob Eager
Modified: 2022-09-10 13:22 UTC (History)
0 users

See Also:


Attachments
Patches for two files (2.15 KB, patch)
2022-09-07 11:40 UTC, Bob Eager
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!