Date: Wed, 04 Jan 2023 11:29:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 268748] www/p5-WWW-Curl Message-ID: <bug-268748-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268748 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=3D239256&action= =3Dedit 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268748-7788>