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:   jperkin
Date:           Thu Jul 26 14:34:07 UTC 2018

Modified Files:
        pkgsrc/benchmarks/dnsperf: Makefile

Log Message:
dnsperf: Add a bunch of required includes.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/benchmarks/dnsperf/Makefile:1.8
--- pkgsrc/benchmarks/dnsperf/Makefile:1.7      Wed May  3 06:59:13 2017
+++ pkgsrc/benchmarks/dnsperf/Makefile  Thu Jul 26 14:34:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/05/03 06:59:13 mef Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/26 14:34:07 jperkin Exp $
 
 DISTNAME=      dnsperf-src-2.1.0.0-1
 PKGNAME=       dnsperf-2.1.0.0
@@ -19,6 +19,12 @@ USE_BUILTIN.bind=    no
 
 REPLACE_SH+=   resperf-report
 
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../net/GeoIP/buildlink3.mk"
 .include "../../net/bind99/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index