View | Details | Raw Unified | Return to bug 274782 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/libngtcp2/Makefile (-8 / +9 lines)
Lines 1-7 Link Here
1
PORTNAME=	ngtcp2
1
PORTNAME=	ngtcp2
2
PORTVERSION=	1.0.1
2
DISTVERSION=	1.1.0
3
CATEGORIES=	net
3
CATEGORIES=	net
4
MASTER_SITES=	https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
4
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
5
PKGNAMEPREFIX=	lib
5
PKGNAMEPREFIX=	lib
6
6
7
MAINTAINER=	sunpoet@FreeBSD.org
7
MAINTAINER=	sunpoet@FreeBSD.org
Lines 12-23 WWW= https://nghttp2.org/ngtcp2/ \ Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		compiler:c++17-lang libtool pathfix pkgconfig ssl tar:xz
15
USES=		cmake compiler:c++14-lang pathfix tar:xz
16
17
CONFIGURE_ARGS=	--enable-lib-only --with-jemalloc
18
GNU_CONFIGURE=	yes
19
INSTALL_TARGET=	install-strip
20
USE_CXXSTD=	c++17
21
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
22
17
18
# Always disabled due to lack of QUIC support which is in 3.2
19
CMAKE_OFF=	ENABLE_OPENSSL
20
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_CUnit \
21
		CMAKE_DISABLE_FIND_PACKAGE_Libev \
22
		CMAKE_DISABLE_FIND_PACKAGE_Libnghttp3 \
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/net/libngtcp2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1698848710
1
TIMESTAMP = 1701718120
2
SHA256 (ngtcp2-1.0.1.tar.xz) = 21c898fa5543d3f2dc203fd0a300a8a7cb70fec21ad7f7a3ec6e119ba4850451
2
SHA256 (ngtcp2-1.1.0.tar.xz) = 803eeb4a626d37a7512eacd6f419dbc4bb8ddbc1e105310c0fe9c322b4a1f7de
3
SIZE (ngtcp2-1.0.1.tar.xz) = 590100
3
SIZE (ngtcp2-1.1.0.tar.xz) = 595536
(-)a/net/libngtcp2/files/patch-Makefile.in (-13 lines)
Removed Link Here
1
--- Makefile.in.orig	2022-01-16 12:35:06 UTC
2
+++ Makefile.in
3
@@ -425,8 +425,8 @@ top_srcdir = @top_srcdir@
4
 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5
 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
6
 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
-SUBDIRS = lib tests doc $(am__append_1) $(am__append_2)
8
-dist_doc_DATA = README.rst
9
+SUBDIRS = lib $(am__append_1)
10
+dist_doc_DATA =
11
 ACLOCAL_AMFLAGS = -I m4
12
 EXTRA_DIST = \
13
 	cmakeconfig.h.in \
(-)b/net/libngtcp2/pkg-plist (-1 / +1 lines)
Lines 3-7 include/ngtcp2/version.h Link Here
3
lib/libngtcp2.a
3
lib/libngtcp2.a
4
lib/libngtcp2.so
4
lib/libngtcp2.so
5
lib/libngtcp2.so.16
5
lib/libngtcp2.so.16
6
lib/libngtcp2.so.16.0.0
6
lib/libngtcp2.so.16.1.0
7
libdata/pkgconfig/libngtcp2.pc
7
libdata/pkgconfig/libngtcp2.pc

Return to bug 274782