head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.22 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.18 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.16 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.6 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.4 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.2 pkgsrc-2006Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2007.08.23.14.10.29; author hauke; state dead; branches; next 1.1; 1.1 date 2006.10.06.20.55.46; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update to radmind 1.9 Major changes from 1.8.1: - Added support for minus transcripts and special files in command files - Ported to HP/UX Thanks to Jim Foraker for the patch. [ PATCH 1733645 ] Minor changes from 1.8.1: - Daemon no longer displays -R in usage. Users should begin using -B - Fixed bug where path to echo wasn't being set in ra.sh - Fixed bug where fsdiff wasn't displaying correct version number @ text @$NetBSD: patch-ag,v 1.1 2006/10/06 20:55:46 rillig Exp $ --- libsnet/configure.orig 2006-05-23 18:01:49.000000000 +0200 +++ libsnet/configure @@@@ -2549,7 +2549,7 @@@@ fi; break; fi done - if test x_$found_zlib == x_yes; then + if test x_$found_zlib = x_yes; then if test "$dir" != "/usr"; then CPPFLAGS="$CPPFLAGS -I$zlibdir/include"; fi @@@@ -2828,7 +2828,7 @@@@ fi; break fi done - if test x_$found_sasl == x_yes; then + if test x_$found_sasl = x_yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LIBSASL 1 _ACEOF @ 1.1 log @Added a patch from Hauke Fath to fix the "test ==" in a second configure script. This fixes PR 34732. @ text @d1 1 a1 1 $NetBSD$ @