head 1.2; access; symbols pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2016.03.30.15.55.44; author taca; state dead; branches; next 1.1; commitid KNcWqNLHxKG7nG0z; 1.1 date 2015.09.27.06.58.11; author taca; state Exp; branches; next ; commitid syQkJvhmXUoqlRCy; desc @@ 1.2 log @Update isc-dhcp4 to 4.3.4, including security fixes. This is the release of ISC DHCP 4.3.4, a maintenance release which contains a number of bug fixes and two fixes for previously released security issues. Full changes are too many to write here, please refer . @ text @$NetBSD: patch-bind_bind-9.9.7-P3_configure,v 1.1 2015/09/27 06:58:11 taca Exp $ * Avoid using "==" for argument of test(1). --- bind/bind-9.9.7-P3/configure.orig 2015-08-15 00:29:09.000000000 +0000 +++ bind/bind-9.9.7-P3/configure @@@@ -11691,7 +11691,7 @@@@ fi test -n "$PYTHON" && break done - if test "X$PYTHON" == "X"; then + if test "X$PYTHON" = "X"; then continue; fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'argparse'" >&5 @@@@ -11706,7 +11706,7 @@@@ $as_echo "not found" >&6; } unset ac_cv_path_PYTHON unset PYTHON done - if test "X$PYTHON" == "X" + if test "X$PYTHON" = "X" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python support" >&5 $as_echo_n "checking for python support... " >&6; } @ 1.1 log @Update ISC DHCP packages to 4.3.3. Changes are too many to write here, please refer RELNOTES file. @ text @d1 1 a1 1 $NetBSD$ @