Bug 277113 - www/llhttp: Update to 9.2.0
Summary: www/llhttp: Update to 9.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL: https://github.com/nodejs/llhttp/tree...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-17 13:40 UTC by Daniel Engberg
Modified: 2024-03-09 17:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch for llhttp (1.78 KB, patch)
2024-02-17 13:40 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-02-17 13:40:00 UTC
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)
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-03-09 16:24:52 UTC
Updated to 9.2.0 in ports e60c60db34a59b03456c1e95572308f35847995e. I'll add STATIC option later.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-09 17:14:05 UTC
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(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-03-09 17:15:40 UTC
Committed. Thanks!