Summary: | net/libngtcp2: Update to 1.2.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||||||
Component: | Individual Port(s) | Assignee: | Daniel Engberg <diizzy> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://github.com/ngtcp2/ngtcp2/releases/tag/v1.2.0 | ||||||||||
Attachments: |
|
Created attachment 246781 [details]
Patch for libngtcp2 v2
Created attachment 247853 [details]
Patch for libngtcp2 v3
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=513740cc8e824a4d53853a38a5470a9d3bcd6996 commit 513740cc8e824a4d53853a38a5470a9d3bcd6996 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-05 23:18:52 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-05 23:18:56 +0000 net/libngtcp2: Update to 1.2.0 * Switch to CMake for faster builds, it also additionally cleans up the port Makefile and removes the need for additional patching * Disable OpenSSL requirement as it fails due to lack of QUIC support which is in 3.2 * Rearrange Makefile to follow Porters Handbook more closely and for readability PR: 274782 Approved by: portmgr (maintainer timeout 2+ weeks) net/libngtcp2/Makefile | 17 +++++++++-------- net/libngtcp2/distinfo | 6 +++--- net/libngtcp2/files/patch-Makefile.in (gone) | 13 ------------- net/libngtcp2/pkg-plist | 2 +- 4 files changed, 13 insertions(+), 25 deletions(-) |
Created attachment 245962 [details] Patch for libngtcp * Switch to CMake for faster builds, it also additionally cleans up the port Makefile and removes the need for additional patching * Remove C++17 requirement, only C++14 is required * C++14 or C1++17 are default for all compilers we have in tree or base so no need to add CXXFLAGS * Disable OpenSSL requirement as it fails due to lack of QUIC support which is in 3.2 * Rearrange Makefile to follow Porters Handbook more closely and for readability Compile tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist) Poudriere testport OK 12.4-RELEASE (amd64) Poudriere testport OK 13.2-RELEASE (amd64)