[Bug 268748] www/p5-WWW-Curl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jan 2023 11:29:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268748 Bug ID: 268748 Summary: www/p5-WWW-Curl Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: stewart+FreeBSD-BugZilla@arnos-vale.net Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Assignee: sunpoet@FreeBSD.org Created attachment 239256 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239256&action=edit Patch to add undeclared "constants" to the skip-list Hello, curl/libcurl v7.87.0 changes deprectation handling, this breaks p5-WWW-Curl with errors mentioning that CURL_DEPRECATED, CURL_IGNORE_DEPRECATION, and CURLOPTDEPRECATED are undeclared. This is the specicit pull/commit: https://github.com/curl/curl/pull/9667 https://github.com/curl/curl/commit/6967571bf20624bc4cfa68fb8f90cbc53a87c6f2 The attached patch simply adds the missing constants to the skip-list when generating curlopt-constants.c and works for me under a 13.1 poudriere jail. Stewart. -- You are receiving this mail because: You are the assignee for the bug.