diff options
author | demon <demon@FreeBSD.org> | 2002-11-20 08:53:45 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-11-20 08:53:45 +0000 |
commit | d0199c491f02ba21c6726563cf77dcfc5b2f0ee9 (patch) | |
tree | b3c1db8210097f861c3899a4a2f154752cd7ac97 /net-mgmt/mrtg/files | |
parent | a3e74f205ba31f407b70b4739716a79577f3afff (diff) | |
download | FreeBSD-ports-d0199c491f02ba21c6726563cf77dcfc5b2f0ee9.zip FreeBSD-ports-d0199c491f02ba21c6726563cf77dcfc5b2f0ee9.tar.gz |
Upgrade to 2.9.26b, fixes bugs in configure script.
Diffstat (limited to 'net-mgmt/mrtg/files')
-rw-r--r-- | net-mgmt/mrtg/files/patch-configure | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/net-mgmt/mrtg/files/patch-configure b/net-mgmt/mrtg/files/patch-configure deleted file mode 100644 index d63c1fb..0000000 --- a/net-mgmt/mrtg/files/patch-configure +++ /dev/null @@ -1,63 +0,0 @@ ---- configure.orig Mon Nov 18 01:18:38 2002 -+++ configure Mon Nov 18 12:36:29 2002 -@@ -1146,7 +1146,7 @@ - - echo $ac_n "checking for unsigned long long""... $ac_c" 1>&6 - echo "configure:1149: checking for unsigned long long" >&5 --if eval "test \"`echo '$''{'ac_cv_type_unsigned long long'+set}'`\" = set"; then -+if eval "test \"`echo '$''{'ac_cv_type_unsigned_long_long'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF -@@ -1161,25 +1161,24 @@ - if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])unsigned long long[^a-zA-Z_0-9]" >/dev/null 2>&1; then - rm -rf conftest* -- ac_cv_type_unsigned long long=yes -+ ac_cv_type_unsigned_long_long=yes - else - rm -rf conftest* -- ac_cv_type_unsigned long long=no -+ ac_cv_type_unsigned_long_long=no - fi - rm -f conftest* - - fi --echo "$ac_t""$ac_cv_type_unsigned long long" 1>&6 --if test $ac_cv_type_unsigned long long = no; then -+echo "$ac_t""$ac_cv_type_unsigned_long_long" 1>&6 -+if test $ac_cv_type_unsigned_long_long = no; then - cat >> confdefs.h <<\EOF --#define unsigned long long - EOF - - fi - - echo $ac_n "checking for long long""... $ac_c" 1>&6 - echo "configure:1182: checking for long long" >&5 --if eval "test \"`echo '$''{'ac_cv_type_long long'+set}'`\" = set"; then -+if eval "test \"`echo '$''{'ac_cv_type_long_long'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF -@@ -1194,16 +1193,16 @@ - if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])long long[^a-zA-Z_0-9]" >/dev/null 2>&1; then - rm -rf conftest* -- ac_cv_type_long long=yes -+ ac_cv_type_long_long=yes - else - rm -rf conftest* -- ac_cv_type_long long=no -+ ac_cv_type_long_long=no - fi - rm -f conftest* - - fi --echo "$ac_t""$ac_cv_type_long long" 1>&6 --if test $ac_cv_type_long long = no; then -+echo "$ac_t""$ac_cv_type_long_long" 1>&6 -+if test $ac_cv_type_long_long = no; then - cat >> confdefs.h <<\EOF - #define long long - EOF |