mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Update to 0.7.15
- Fix build on 9.x Changes: https://github.com/tatsuhiro-t/nghttp2/releases
This commit is contained in:
parent
1dbebea360
commit
0969c9677a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386957
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nghttp2
|
||||
PORTVERSION= 0.7.12
|
||||
PORTVERSION= 0.7.15
|
||||
CATEGORIES= www net
|
||||
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
@ -42,7 +42,7 @@ USE_CXXSTD= c++11
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz
|
||||
|
||||
PORTDATA= fetch-ocsp-response
|
||||
PORTDOCS= *
|
||||
@ -57,8 +57,8 @@ HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000000
|
||||
BROKEN= Does not build
|
||||
.if ${OSVERSION} <= 1000000
|
||||
CPPFLAGS+= -D_GLIBCXX_USE_C99
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nghttp2-0.7.12.tar.xz) = e7189b5bf07062eee58dd7b66243cbbd7b186069c33218cb1d7e0a2b6510e630
|
||||
SIZE (nghttp2-0.7.12.tar.xz) = 897764
|
||||
SHA256 (nghttp2-0.7.15.tar.xz) = c42a691d6924b3dad94ad97417c3023878fb0c1e5f09567f2e1cc82b73bfc60c
|
||||
SIZE (nghttp2-0.7.15.tar.xz) = 905864
|
||||
|
@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h
|
||||
lib/libnghttp2.a
|
||||
lib/libnghttp2.so
|
||||
lib/libnghttp2.so.5
|
||||
lib/libnghttp2.so.5.8.1
|
||||
lib/libnghttp2.so.5.8.4
|
||||
%%ASIO%%lib/libnghttp2_asio.a
|
||||
%%ASIO%%lib/libnghttp2_asio.so
|
||||
%%ASIO%%lib/libnghttp2_asio.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user