[Bug 274782] net/libngtcp2: Update to 1.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 01:41:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274782 Bug ID: 274782 Summary: net/libngtcp2: Update to 1.0.1 Product: Ports & Packages Version: Latest Hardware: Any URL: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.0.1 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: diizzy@FreeBSD.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 245962 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245962&action=edit 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) -- You are receiving this mail because: You are the assignee for the bug.