www/libnghttp3: Revert commit 7d992c5fed

Previous commit introduced a regression which removed unit tests
(make test). Applying this under blanket commit and maintainer hasn't
responded to multiple mails within 2 weeks.

Approved by:	portmgr (blanket)
This commit is contained in:
Daniel Engberg 2024-09-24 00:55:12 +02:00
parent c44274384c
commit 3920730e8d
3 changed files with 12 additions and 21 deletions

View file

@ -1,7 +1,8 @@
PORTNAME= nghttp3
PORTVERSION= 1.5.0
DISTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= www net
MASTER_SITES= https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
MASTER_SITES= https://github.com/ngtcp2/${PORTNAME}/releases/download/v${DISTVERSION}/
PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
@ -12,11 +13,11 @@ WWW= https://nghttp2.org/nghttp3/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --enable-lib-only
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= cmake pathfix tar:xz
USE_LDCONFIG= yes
TEST_TARGET= check
CMAKE_ON= ENABLE_LIB_ONLY
.include <bsd.port.mk>

View file

@ -1,14 +0,0 @@
--- 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 \

View file

@ -1,5 +1,9 @@
include/nghttp3/nghttp3.h
include/nghttp3/version.h
lib/cmake/nghttp3/nghttp3Config.cmake
lib/cmake/nghttp3/nghttp3ConfigVersion.cmake
lib/cmake/nghttp3/nghttp3Targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/nghttp3/nghttp3Targets.cmake
lib/libnghttp3.a
lib/libnghttp3.so
lib/libnghttp3.so.9