Created attachment 260354 [details] patch for ports tree Add some extra entries to symbols-in-versions, fixup makefile.PL to handle CURL_HAS_DECLSPEC_ATTRIBUTE
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0b423ef2d59fae9f285969026b6b51075030a55 commit b0b423ef2d59fae9f285969026b6b51075030a55 Author: Andrew <andrew.fengler@scaleengine.com> AuthorDate: 2025-05-13 13:47:31 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-05-13 13:47:31 +0000 www/p5-Net-Curl: Add support for curl 8.13 * Add some extra entries to symbols-in-versions. * Fix makefile.PL to handle CURL_HAS_DECLSPEC_ATTRIBUTE. Improve port: - Replace PORTVERSION with DISTVERSION. - Fix warning from portclippy - sort options. - Sort USES. PR: 286747 www/p5-Net-Curl/Makefile | 7 ++- www/p5-Net-Curl/files/patch-Makefile.PL (new) | 11 ++++ .../files/patch-inc_symbols-in-versions | 68 +++++++++++++++++++++- 3 files changed, 80 insertions(+), 6 deletions(-)
Thanks.