From 83e5f05a9f332bc667f3deb3731edc1fb8244685 Mon Sep 17 00:00:00 2001 From: cjones Date: Tue, 16 Jan 2001 21:59:29 +0000 Subject: Upgrade of the amanda packages from 2.4.1p1 to 2.4.2. --- sysutils/amanda-client/patches/patch-aa | 97 +++------------------------------ 1 file changed, 7 insertions(+), 90 deletions(-) (limited to 'sysutils/amanda-client/patches/patch-aa') diff --git a/sysutils/amanda-client/patches/patch-aa b/sysutils/amanda-client/patches/patch-aa index 54f21475c6b..6df75402b21 100644 --- a/sysutils/amanda-client/patches/patch-aa +++ b/sysutils/amanda-client/patches/patch-aa @@ -1,97 +1,14 @@ -$NetBSD: patch-aa,v 1.3 1999/09/06 18:03:43 bad Exp $ +$NetBSD: patch-aa,v 1.4 2001/01/16 21:59:30 cjones Exp $ ---- configure.orig Sat Nov 21 18:12:59 1998 -+++ configure Fri Sep 3 19:47:23 1999 -@@ -3635,7 +3635,7 @@ - if test -x $DUMP; then - echo $ac_n "checking whether $DUMP supports -E for estimates""... $ac_c" 1>&6 - echo "configure:3638: checking whether $DUMP supports -E for estimates" >&5 --if eval "test \"`echo '$''{'amanda_cv_dump_estimate'+set}'`\" = set"; then -+if eval "test \"`echo '$''{'amanda_cv_dump_estimate_e'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - -@@ -3648,26 +3648,61 @@ - | $EGREP -v "Dumping\|Date of" >conftest.d'; { (eval echo configure:3649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } - cat conftest.d >&5 - if { ac_try='diff conftest.d-E conftest.d 1>&2'; { (eval echo configure:3651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then -- amanda_cv_dump_estimate=yes -+ amanda_cv_dump_estimate_e=yes - else -- amanda_cv_dump_estimate=no -+ amanda_cv_dump_estimate_e=no - fi - rm -f conftest.d conftest.d-E conftest.d-noE - ;; -- *) amanda_cv_dump_estimate=no -+ *) amanda_cv_dump_estimate_e=no - ;; - esac - - fi +--- configure~ Sat Nov 25 06:59:40 2000 ++++ configure Mon Jan 15 16:39:41 2001 +@@ -4924,8 +4924,10 @@ + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" --echo "$ac_t""$amanda_cv_dump_estimate" 1>&6 -+echo "$ac_t""$amanda_cv_dump_estimate_e" 1>&6 -+ echo $ac_n "checking whether $DUMP supports -S for estimates""... $ac_c" 1>&6 -+echo "configure:3638: checking whether $DUMP supports -S for estimates" >&5 -+if eval "test \"`echo '$''{'amanda_cv_dump_estimate_s'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+else -+ -+ case "$DUMP" in -+ *dump) -+ { ac_try='$DUMP 9Sf /dev/null /dev/null/invalid/fs -+ >conftest.d-S 2>&1'; { (eval echo configure:3646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } -+ cat conftest.d-S >&5 -+ { ac_try='$DUMP 9f /dev/null /dev/null/invalid/fs 2>&1 -+ | $EGREP -v "Dumping\|Date of" >conftest.d'; { (eval echo configure:3649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } -+ cat conftest.d >&5 -+ if { ac_try='diff conftest.d-S conftest.d 1>&2'; { (eval echo configure:3651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then -+ amanda_cv_dump_estimate_s=yes -+ else -+ amanda_cv_dump_estimate_s=no -+ fi -+ rm -f conftest.d conftest.d-S conftest.d-noS -+ ;; -+ *) amanda_cv_dump_estimate_s=no -+ ;; -+ esac -+ -+fi -+ -+echo "$ac_t""$amanda_cv_dump_estimate_s" 1>&6 - else - echo "configure: warning: *** $DUMP is not executable, cannot run -E test" 1>&2 -- amanda_cv_dump_estimate=no -+ amanda_cv_dump_estimate_e=no -+ amanda_cv_dump_estimate_s=no - fi -- if test "$amanda_cv_dump_estimate" = yes; then -+ if test "$amanda_cv_dump_estimate_e" = yes; then - cat >> confdefs.h <<\EOF --#define HAVE_DUMP_ESTIMATE 1 -+#define HAVE_DUMP_ESTIMATE "E" -+EOF -+ -+ fi -+ if test "$amanda_cv_dump_estimate_s" = yes; then -+ cat >> confdefs.h <<\EOF -+#define HAVE_DUMP_ESTIMATE "S" - EOF - - fi -@@ -4457,6 +4492,7 @@ - echo "$ac_t""no" 1>&6 - fi - -+if false; then ++if false ; then # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -@@ -4502,6 +4538,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +fi # Redirect the config.log output again, so that the ltconfig log is not -- cgit v1.2.3