pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/dnsperf
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 20 16:29:32 UTC 2025
Modified Files:
pkgsrc/benchmarks/dnsperf: Makefile
Log Message:
dnsperf: Needs atomic64.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/benchmarks/dnsperf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/dnsperf/Makefile
diff -u pkgsrc/benchmarks/dnsperf/Makefile:1.34 pkgsrc/benchmarks/dnsperf/Makefile:1.35
--- pkgsrc/benchmarks/dnsperf/Makefile:1.34 Mon Oct 27 18:23:49 2025
+++ pkgsrc/benchmarks/dnsperf/Makefile Sat Dec 20 16:29:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2025/10/27 18:23:49 tron Exp $
+# $NetBSD: Makefile,v 1.35 2025/12/20 16:29:32 nia Exp $
DISTNAME= dnsperf-2.14.0
CATEGORIES= benchmarks net
@@ -30,4 +30,5 @@ REPLACE_SH+= src/resperf-report
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/json-c/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index