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

Update to 0.1.0.g20200901

Changes:	https://github.com/ngtcp2/ngtcp2/commits/master
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-05 21:29:12 +00:00
parent a765700ed8
commit b812529fba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547693
3 changed files with 5 additions and 18 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ngtcp2
PORTVERSION= 0.1.0.g20200727
PORTVERSION= 0.1.0.g20200901
CATEGORIES= net
PKGNAMEPREFIX= lib
@ -20,7 +20,7 @@ INSTALL_TARGET= install-strip
USE_CXXSTD= c++17
USE_LDCONFIG= yes
GH_TAGNAME= 07a2305
GH_TAGNAME= f64358e
USE_GITHUB= yes
post-patch:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1596954286
SHA256 (ngtcp2-ngtcp2-0.1.0.g20200727-07a2305_GH0.tar.gz) = 225684ddc80b2c1d51a7540ed6b02b684473d7573246914f4d34af5b1800338c
SIZE (ngtcp2-ngtcp2-0.1.0.g20200727-07a2305_GH0.tar.gz) = 360046
TIMESTAMP = 1599302715
SHA256 (ngtcp2-ngtcp2-0.1.0.g20200901-f64358e_GH0.tar.gz) = bba9aa0eecb6553a9b8fdb5c615a9b861b5cc004afa355c5be9c5876235ec72a
SIZE (ngtcp2-ngtcp2-0.1.0.g20200901-f64358e_GH0.tar.gz) = 413346

View File

@ -1,13 +0,0 @@
--- lib/ngtcp2_addr.c.orig 2020-07-27 10:35:08 UTC
+++ lib/ngtcp2_addr.c
@@ -26,6 +26,10 @@
#include <string.h>
#include <assert.h>
+#if defined(__FreeBSD__)
+#include <sys/types.h>
+#include <netinet/in.h>
+#endif
#include <netinet/ip.h>
ngtcp2_addr *ngtcp2_addr_init(ngtcp2_addr *dest, const struct sockaddr *addr,