Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/net/bind914/Attic/options.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/bind914/Attic/options.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- pkgsrc/net/bind914/Attic/options.mk 2019/04/30 03:34:34 1.1 +++ pkgsrc/net/bind914/Attic/options.mk 2020/06/30 17:27:06 1.5 @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.1 2019/04/30 03:34:34 taca Exp $ +# $NetBSD: options.mk,v 1.5 2020/06/30 17:27:06 tron Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bind914 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server PKG_SUPPORTED_OPTIONS+= bind-json-statistics-server blacklist PKG_SUPPORTED_OPTIONS+= threads readline mysql pgsql ldap dlz-filesystem -PKG_SUPPORTED_OPTIONS+= geoip pkcs11 tuning dnstap +PKG_SUPPORTED_OPTIONS+= geoip tuning dnstap # pkcs11 PKG_SUGGESTED_OPTIONS+= readline PLIST_VARS+= dnstap pkcs11 @@ -23,9 +23,9 @@ PKG_SUGGESTED_OPTIONS+= threads .endif .if ${OPSYS} == "NetBSD" -.if !empty(OS_VERSION:M[8-9].*) +. if exists(/usr/include/blacklist.h) PKG_SUGGESTED_OPTIONS+= blacklist -.endif +. endif .endif .include "../../mk/bsd.options.mk" @@ -116,9 +116,6 @@ CONFIGURE_ARGS+= --without-libjson ### .if !empty(PKG_OPTIONS:Mthreads) PTHREAD_AUTO_VARS= yes -CONFIGURE_ARGS+= --enable-threads -.else -CONFIGURE_ARGS+= --disable-threads .endif ###