Index: head/www/proxygen/Makefile =================================================================== --- head/www/proxygen/Makefile (revision 556016) +++ head/www/proxygen/Makefile (revision 556017) @@ -1,39 +1,39 @@ # $FreeBSD$ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2020.11.02.00 +DISTVERSION= 2020.11.16.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of C++ HTTP libraries including easy way to use HTTP server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/lib/libmvfst_server.a:net/mvfst \ gperf>0:devel/gperf LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libdouble-conversion.so:devel/double-conversion \ libfizz.so:security/fizz \ libfmt.so:devel/libfmt \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libfolly.so:devel/folly \ libwangle.so:net/wangle \ libzstd.so:archivers/zstd USES= cmake compiler:c++14-lang perl5 python:3.6+,build ssl USE_GITHUB= yes GH_ACCOUNT= facebook USE_LDCONFIG= yes CXXFLAGS+= -fPIC LDFLAGS+= -lexecinfo CMAKE_ON= BUILD_SHARED_LIBS BINARY_ALIAS= python3=${PYTHON_CMD} .include Index: head/www/proxygen/distinfo =================================================================== --- head/www/proxygen/distinfo (revision 556016) +++ head/www/proxygen/distinfo (revision 556017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604421367 -SHA256 (facebook-proxygen-v2020.11.02.00_GH0.tar.gz) = b45ea3b7316f19f0fb4e606af126d5bba3b7a02352181ba30515916f6df749e2 -SIZE (facebook-proxygen-v2020.11.02.00_GH0.tar.gz) = 1057150 +TIMESTAMP = 1605817910 +SHA256 (facebook-proxygen-v2020.11.16.00_GH0.tar.gz) = be617ce7ff8af12ab2008e5f49c2b0375b22919591cbae751c149d5de4c88200 +SIZE (facebook-proxygen-v2020.11.16.00_GH0.tar.gz) = 1063584 Index: head/www/proxygen/files/patch-proxygen_httpserver_CMakeLists.txt =================================================================== --- head/www/proxygen/files/patch-proxygen_httpserver_CMakeLists.txt (revision 556016) +++ head/www/proxygen/files/patch-proxygen_httpserver_CMakeLists.txt (nonexistent) @@ -1,13 +0,0 @@ -https://github.com/facebook/proxygen/issues/335 - ---- proxygen/httpserver/CMakeLists.txt.orig 2020-09-08 18:29:13 UTC -+++ proxygen/httpserver/CMakeLists.txt -@@ -5,7 +5,7 @@ - # LICENSE file in the root directory of this source tree. - - add_library( -- proxygenhttpserver STATIC -+ proxygenhttpserver - RequestHandlerAdaptor.cpp - SignalHandler.cpp - HTTPServerAcceptor.cpp Property changes on: head/www/proxygen/files/patch-proxygen_httpserver_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/proxygen/files/patch-proxygen_lib_CMakeLists.txt =================================================================== --- head/www/proxygen/files/patch-proxygen_lib_CMakeLists.txt (revision 556016) +++ head/www/proxygen/files/patch-proxygen_lib_CMakeLists.txt (nonexistent) @@ -1,13 +0,0 @@ -https://github.com/facebook/proxygen/issues/335 - ---- proxygen/lib/CMakeLists.txt.orig 2020-09-08 18:29:34 UTC -+++ proxygen/lib/CMakeLists.txt -@@ -92,7 +92,7 @@ if (BUILD_QUIC) - endif() - - add_library( -- proxygen STATIC -+ proxygen - healthcheck/ServerHealthCheckerCallback.cpp - http/codec/CodecProtocol.cpp - http/codec/CodecUtil.cpp Property changes on: head/www/proxygen/files/patch-proxygen_lib_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/proxygen/files/patch-CMakeLists.txt =================================================================== --- head/www/proxygen/files/patch-CMakeLists.txt (nonexistent) +++ head/www/proxygen/files/patch-CMakeLists.txt (revision 556017) @@ -0,0 +1,17 @@ +https://github.com/facebook/proxygen/issues/346#issuecomment-730883146 +--- CMakeLists.txt.orig 2020-11-20 06:40:34 UTC ++++ CMakeLists.txt +@@ -65,8 +65,11 @@ endif() + find_package(fmt REQUIRED) + find_package(folly REQUIRED) + find_package(wangle REQUIRED) +-find_package(Fizz REQUIRED) +-find_package(mvfst QUIET) ++if (BUILD_QUIC) ++ find_package(mvfst REQUIRED) ++else() ++ find_package(Fizz REQUIRED) ++endif() + find_package(Zstd REQUIRED) + find_package(ZLIB REQUIRED) + find_package(OpenSSL REQUIRED) Property changes on: head/www/proxygen/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property