forked from Lainports/opnsense-ports
www/libnghttp2: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
36579ed711
commit
6b8487d0bf
4 changed files with 28 additions and 40 deletions
|
|
@ -1,32 +1,24 @@
|
|||
PORTNAME= nghttp2
|
||||
DISTVERSION= 1.55.1
|
||||
PORTVERSION= 1.55.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www net
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= HTTP/2.0 C Library
|
||||
WWW= https://nghttp2.org/
|
||||
WWW= https://nghttp2.org/ \
|
||||
https://github.com/nghttp2/nghttp2
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake compiler:c++14-lang cpe pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++14-lang cpe libtool pathfix pkgconfig tar:xz
|
||||
|
||||
CONFIGURE_ARGS= --enable-lib-only
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_CXXSTD= c++14
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_OFF= ENABLE_DOC \
|
||||
ENABLE_FAILMALLOC \
|
||||
ENABLE_HTTP3
|
||||
CMAKE_ON= ENABLE_LIB_ONLY \
|
||||
ENABLE_STATIC_LIB \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Jansson \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Jemalloc \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Libcares \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Libev \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Libevent \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Libnghttp3 \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Libngtcp2 \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Libngtcp2_crypto_openssl \
|
||||
CMAKE_DISABLE_FIND_PACKAGE_LibXml2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1689456353
|
||||
TIMESTAMP = 1689398795
|
||||
SHA256 (nghttp2-1.55.1.tar.xz) = 19490b7c8c2ded1cf7c3e3a54ef4304e3a7876ae2d950d60a81d0dc6053be419
|
||||
SIZE (nghttp2-1.55.1.tar.xz) = 1541884
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
--- CMakeLists.txt.orig 2022-12-24 08:18:29 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -503,7 +503,7 @@ include_directories(
|
||||
set(PKGDATADIR "${CMAKE_INSTALL_FULL_DATADIR}/${CMAKE_PROJECT_NAME}")
|
||||
set(PKGLIBDIR "${CMAKE_INSTALL_FULL_LIBDIR}/${CMAKE_PROJECT_NAME}")
|
||||
|
||||
-install(FILES README.rst DESTINATION "${CMAKE_INSTALL_DOCDIR}")
|
||||
+#install(FILES README.rst DESTINATION "${CMAKE_INSTALL_DOCDIR}")
|
||||
|
||||
add_subdirectory(lib)
|
||||
#add_subdirectory(lib/includes)
|
||||
@@ -519,7 +519,7 @@ if(ENABLE_DOC)
|
||||
add_subdirectory(doc)
|
||||
endif()
|
||||
add_subdirectory(contrib)
|
||||
-add_subdirectory(script)
|
||||
+#add_subdirectory(script)
|
||||
add_subdirectory(bpf)
|
||||
|
||||
|
||||
16
www/libnghttp2/files/patch-Makefile.in
Normal file
16
www/libnghttp2/files/patch-Makefile.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--- Makefile.in.orig 2023-02-13 12:02:52 UTC
|
||||
+++ Makefile.in
|
||||
@@ -448,11 +448,10 @@ top_srcdir = @top_srcdir@
|
||||
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-SUBDIRS = lib third-party src bpf examples tests integration-tests \
|
||||
- doc contrib script
|
||||
+SUBDIRS = lib
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
-dist_doc_DATA = README.rst
|
||||
+dist_doc_DATA =
|
||||
EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-env \
|
||||
Dockerfile.android \
|
||||
cmakeconfig.h.in \
|
||||
Loading…
Add table
Reference in a new issue