Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 16:43:14 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 05f5aecccbfa - main - net/quiche: Remove unneeded dependency
Message-ID:  <202104191643.13JGhELb098057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05f5aecccbfa7acbca75cc6efd727858d55aae2c

commit 05f5aecccbfa7acbca75cc6efd727858d55aae2c
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-04-19 06:51:47 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-04-19 16:42:50 +0000

    net/quiche: Remove unneeded dependency
    
    Dependency archivers/lazperf crept in via copy and paste error.
    
    PR:             255166
    Reported by:    Junho Choi <junho.choi@gmail.com> (maintainer)
---
 net/quiche/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/quiche/Makefile b/net/quiche/Makefile
index 5e46e40a43be..9803e536015a 100644
--- a/net/quiche/Makefile
+++ b/net/quiche/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	quiche
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	junho.choi@gmail.com
@@ -8,8 +9,6 @@ COMMENT=	Savoury implementation of the QUIC transport protocol and HTTP/3
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf
-
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	cloudflare



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104191643.13JGhELb098057>