1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

www/h2o-devel: update to 20231107 snapshot

- fix i386 builds
This commit is contained in:
Dave Cottlehuber 2023-11-11 22:45:41 +00:00
parent 9e3d4a452c
commit 9883807721
3 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= h2o
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.0-dev.20231010
DISTVERSION= 2.3.0-dev.20231107
CATEGORIES= www
PKGNAMESUFFIX= -devel
@ -21,14 +21,14 @@ LIB_DEPENDS= libuv.so:devel/libuv
USES= cmake:noninja compiler:c11 cpe perl5 pkgconfig shebangfix ssl
CPE_VENDOR= dena
USE_GITHUB= yes
GH_TAGNAME= 8f8e35a
GH_TAGNAME= b15937e
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
SHEBANG_FILES= share/h2o/start_server
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=OFF \
-DWITH_BUNDLED_SSL=OFF
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=OFF
CONFLICTS= h2o

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1696944296
SHA256 (h2o-h2o-v2.3.0-dev.20231010-8f8e35a_GH0.tar.gz) = 639ef6a4adf5a33606a427a9c7d1e60cca05d8612ddc3a2831e31aee6f6b5a85
SIZE (h2o-h2o-v2.3.0-dev.20231010-8f8e35a_GH0.tar.gz) = 30559011
TIMESTAMP = 1699740447
SHA256 (h2o-h2o-v2.3.0-dev.20231107-b15937e_GH0.tar.gz) = 3d70ad17d24f9e8ec575c235004f22ef3cf4d2c93f95f351928d05cbc5ed0c76
SIZE (h2o-h2o-v2.3.0-dev.20231107-b15937e_GH0.tar.gz) = 30565861

View File

@ -0,0 +1,10 @@
--- deps/quicly/lib/quicly.c.orig 2023-11-11 22:44:34 UTC
+++ deps/quicly/lib/quicly.c
@@ -21,6 +21,7 @@
*/
#include <assert.h>
#include <inttypes.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <pthread.h>