Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 20:43:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 10d86639d312 - main - www/libnghttp3: Revert e670e294551e70e244f06997d37957680e955fb5
Message-ID:  <202406062043.456KhSX7046798@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=10d86639d312b3c2ae92698c5458b2db84ddddc6

commit 10d86639d312b3c2ae92698c5458b2db84ddddc6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-06 20:40:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-06 20:40:30 +0000

    www/libnghttp3: Revert e670e294551e70e244f06997d37957680e955fb5
    
    - Bump PORTREVISION for package change
---
 www/libnghttp3/Makefile                | 17 +++++++++--------
 www/libnghttp3/distinfo                |  2 +-
 www/libnghttp3/files/patch-Makefile.in | 14 ++++++++++++++
 3 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile
index 01f1413e7b23..fbb05faf4ae8 100644
--- a/www/libnghttp3/Makefile
+++ b/www/libnghttp3/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	nghttp3
-DISTVERSION=	1.3.0
-PORTREVISION=	1
+PORTVERSION=	1.3.0
+PORTREVISION=	2
 CATEGORIES=	www net
-MASTER_SITES=	https://github.com/ngtcp2/${PORTNAME}/releases/download/v${DISTVERSION}/
+MASTER_SITES=	https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	lib
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,11 +13,12 @@ WWW=		https://nghttp2.org/nghttp3/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake pathfix tar:xz
-USE_LDCONFIG=	yes
-
-TEST_TARGET=	check
+USES=		compiler:c++17-lang libtool pathfix pkgconfig tar:xz
 
-CMAKE_ON=	ENABLE_LIB_ONLY
+CONFIGURE_ARGS=	--enable-lib-only
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USE_CXXSTD=	c++17
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff --git a/www/libnghttp3/distinfo b/www/libnghttp3/distinfo
index 406d4110dd19..04b98100afcc 100644
--- a/www/libnghttp3/distinfo
+++ b/www/libnghttp3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715403946
+TIMESTAMP = 1715842554
 SHA256 (nghttp3-1.3.0.tar.xz) = 450525981d302f23832b18edd1a62cf58019392ca6402408d0eb1a7f3fd92ecf
 SIZE (nghttp3-1.3.0.tar.xz) = 390176
diff --git a/www/libnghttp3/files/patch-Makefile.in b/www/libnghttp3/files/patch-Makefile.in
new file mode 100644
index 000000000000..130c25e3faba
--- /dev/null
+++ b/www/libnghttp3/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+--- Makefile.in.orig	2022-01-22 09:12:33 UTC
++++ Makefile.in
+@@ -404,9 +404,9 @@ 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 tests doc examples
++SUBDIRS = lib
+ ACLOCAL_AMFLAGS = -I m4
+-dist_doc_DATA = README.rst
++dist_doc_DATA =
+ EXTRA_DIST = \
+ 	cmakeconfig.h.in \
+ 	CMakeLists.txt \



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