Created attachment 248532 [details] Patch for llhttp * Adjust Makefile to more closely follow Porters Handbook * Make STATIC lib optional Compile and tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist) Poudriere testport OK 13.2-RELEASE (amd64) Poudriere testport OK 14.0-RELEASE (amd64)
Updated to 9.2.0 in ports e60c60db34a59b03456c1e95572308f35847995e. I'll add STATIC option later.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2263f423e00c9fb5dfb418b3f810b72edfd53e03 commit 2263f423e00c9fb5dfb418b3f810b72edfd53e03 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 17:11:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 17:13:13 +0000 www/llhttp: Add STATIC option PR: 277113 Submitted by: diizzy www/llhttp/Makefile | 8 +++++++- www/llhttp/pkg-plist | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-)
Committed. Thanks!