Skip to content

Commit

Permalink
www/h2o-devel: update to 20231107 snapshot
Browse files Browse the repository at this point in the history
- fix i386 builds
  • Loading branch information
dch committed Nov 11, 2023
1 parent 9e3d4a4 commit 9883807
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
8 changes: 4 additions & 4 deletions www/h2o-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= h2o
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.0-dev.20231010
DISTVERSION= 2.3.0-dev.20231107
CATEGORIES= www
PKGNAMESUFFIX= -devel

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions www/h2o-devel/distinfo
@@ -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
10 changes: 10 additions & 0 deletions www/h2o-devel/files/patch-deps_quicly_lib_quicly.c
@@ -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>

0 comments on commit 9883807

Please sign in to comment.