pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/nsd
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Aug 21 23:25:23 UTC 2017
Modified Files:
pkgsrc/net/nsd: Makefile
Log Message:
On NetBSD/amd64 8.0_BETA and 8.99.1 at least, reallocarray(3) in base
causes runtime error and it does not boot at all
* Pass reallocarray as no for NetBSD
* Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/nsd/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/nsd/Makefile
diff -u pkgsrc/net/nsd/Makefile:1.93 pkgsrc/net/nsd/Makefile:1.94
--- pkgsrc/net/nsd/Makefile:1.93 Sun Aug 13 11:11:42 2017
+++ pkgsrc/net/nsd/Makefile Mon Aug 21 23:25:23 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2017/08/13 11:11:42 nros Exp $
+# $NetBSD: Makefile,v 1.94 2017/08/21 23:25:23 ryoon Exp $
DISTNAME= nsd-4.1.17
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
@@ -48,6 +49,12 @@ CONFIGURE_ARGS+=--with-xfrdfile=${VARBAS
CONFIGURE_ARGS+=--with-libevent=${BUILDLINK_PREFIX.libevent}
CONFIGURE_ARGS+=--with-ssl=${BUILDLINK_PREFIX.openssl}
+.if ${OPSYS} == "NetBSD"
+# For NetBSD/amd64 8.99.1 and 8.0_BETA, reallocarray(3) in base causes
+# runtime error.
+CONFIGURE_ENV+= ac_cv_func_reallocarray=no
+.endif
+
RCD_SCRIPTS= nsd
NSD_USER?= nsd
Home |
Main Index |
Thread Index |
Old Index