pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/capnproto
Module Name: pkgsrc
Committed By: wiz
Date: Fri Feb 7 10:54:20 UTC 2025
Modified Files:
pkgsrc/devel/capnproto: Makefile
Log Message:
capnproto: mark as not for NetBSD 0-9.*
requires EVFILT_USER
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/capnproto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/capnproto/Makefile
diff -u pkgsrc/devel/capnproto/Makefile:1.5 pkgsrc/devel/capnproto/Makefile:1.6
--- pkgsrc/devel/capnproto/Makefile:1.5 Mon Feb 3 16:59:10 2025
+++ pkgsrc/devel/capnproto/Makefile Fri Feb 7 10:54:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/02/03 16:59:10 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/07 10:54:20 wiz Exp $
DISTNAME= capnproto-c++-1.1.0
PKGNAME= ${DISTNAME:S/-c++-/-/}
@@ -19,6 +19,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-fibers
TEST_TARGET= check
+# Requires EVFILT_USER, unavailable on NetBSD 9.x and prior
+NOT_FOR_PLATFORM+= NetBSD-[0-9].*-*
+
PKGCONFIG_OVERRIDE+= pkgconfig/capnp-json.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/capnp-rpc.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/capnp-websocket.pc
Home |
Main Index |
Thread Index |
Old Index