pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/knot



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Mar  3 23:07:48 UTC 2025

Modified Files:
        pkgsrc/net/knot: Makefile

Log Message:
net/knot: build with libhttpng2, to get +http* arg support in kdig.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/net/knot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/knot/Makefile
diff -u pkgsrc/net/knot/Makefile:1.91 pkgsrc/net/knot/Makefile:1.92
--- pkgsrc/net/knot/Makefile:1.91       Mon Mar  3 20:29:28 2025
+++ pkgsrc/net/knot/Makefile    Mon Mar  3 23:07:48 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.91 2025/03/03 20:29:28 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2025/03/03 23:07:48 he Exp $
 
 DISTNAME=      knot-3.4.2
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  https://secure.nic.cz/files/knot-dns/
 EXTRACT_SUFX=  .tar.xz
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+=      --with-rundir=${VARBASE
 CONFIGURE_ARGS+=       --with-storage=${VARBASE}/knot/lib
 CONFIGURE_ARGS+=       --with-urcu=${BUILDLINK_PREFIX.userspace-rcu}
 CONFIGURE_ARGS+=       --with-libidn=${BUILDLINK_PREFIX.libidn}
+CONFIGURE_ARGS+=       --with-libnghttp2=${BUILDLINK_PREFIX.nghttp2}
 
 CONFIGURE_ARGS.NetBSD+=        --enable-recvmmsg=no
 
@@ -66,6 +67,7 @@ OWN_DIRS+=            ${VARBASE}/knot
 .include "../../databases/lmdb/buildlink3.mk"
 .include "../../devel/editline/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
+.include "../../www/nghttp2/buildlink3.mk"
 .include "../../devel/userspace-rcu/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"



Home | Main Index | Thread Index | Old Index