pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ucd-snmp This package should be deleted! It has be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00c2a7f02938
branches:  trunk
changeset: 469192:00c2a7f02938
user:      christos <christos%pkgsrc.org@localhost>
date:      Fri Feb 20 23:25:14 2004 +0000

description:
This package should be deleted! It has been superceded by net-snmp and has
been bit-rotting. This is a last ditch effort to get it to work.  I am not
fixing configure.in because it is really busted and autoconf does not like
it anymore.

diffstat:

 net/ucd-snmp/distinfo         |    4 +-
 net/ucd-snmp/patches/patch-ah |  226 +++++++++++++++++++++++++++++------------
 2 files changed, 163 insertions(+), 67 deletions(-)

diffs (truncated from 351 to 300 lines):

diff -r ce262f0fd719 -r 00c2a7f02938 net/ucd-snmp/distinfo
--- a/net/ucd-snmp/distinfo     Fri Feb 20 23:14:14 2004 +0000
+++ b/net/ucd-snmp/distinfo     Fri Feb 20 23:25:14 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/02/19 22:38:10 christos Exp $
+$NetBSD: distinfo,v 1.11 2004/02/20 23:25:14 christos Exp $
 
 SHA1 (ucd-snmp-4.2.4.tar.gz) = b1dbf7c5f6971f1f4419d50630a4b34b82ddc57b
 Size (ucd-snmp-4.2.4.tar.gz) = 1706471 bytes
@@ -8,5 +8,5 @@
 SHA1 (patch-ad) = c84a3eb4b28d83f7cc731b1174be74e56c08a00a
 SHA1 (patch-af) = 61b69b70ffeecd715b7691f5d78862d7c216754b
 SHA1 (patch-ag) = 8234307641a3a276f32ea2d2516268a31c1c5e97
-SHA1 (patch-ah) = b235a048694893c59f7b2297313b50bf66cf39e2
+SHA1 (patch-ah) = 3f19460952f8e739c20a5bc509ddff32046f5a54
 SHA1 (patch-ai) = f8d172bec2a5d9a7fd8cd48552af047409748587
diff -r ce262f0fd719 -r 00c2a7f02938 net/ucd-snmp/patches/patch-ah
--- a/net/ucd-snmp/patches/patch-ah     Fri Feb 20 23:14:14 2004 +0000
+++ b/net/ucd-snmp/patches/patch-ah     Fri Feb 20 23:25:14 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.6 2003/07/30 21:05:00 jmmv Exp $
+$NetBSD: patch-ah,v 1.7 2004/02/20 23:25:14 christos Exp $
 
---- configure.orig     2002-04-08 16:45:00.000000000 +0200
-+++ configure
-@@ -6724,7 +6724,7 @@ EOF
+--- configure.orig     2002-04-08 10:45:00.000000000 -0400
++++ configure  2004-02-20 18:18:08.000000000 -0500
+@@ -6724,7 +6724,7 @@
  fi
  
  SNMPCONFPATH=""
@@ -11,7 +11,7 @@
  while test "x$tmpset" != "x$SNMPCONFPATH"; do
    SNMPCONFPATH="$tmpset"
    eval tmpset="$tmpset"
-@@ -8180,105 +8180,21 @@ else
+@@ -8180,73 +8180,40 @@
  fi
  
  
@@ -30,7 +30,19 @@
 -/* We use char because int might match the return type of a gcc2
 -    builtin and then its argument prototype would still apply.  */
 -char rpmGetFilesystemList();
--
++#AC_CHECK_LIB(rpm, rpmGetFilesystemList,[
++#  AC_DEFINE(HAVE_LIBRPM)
++#  LIBS="-lrpm $_rpmlibs $LIBS"
++#  CFLAGS="$CFLAGS -I/usr/include/rpm"
++#],[
++#  dnl rpm-4.0.3 librpmdb actually contains what we need.
++#  AC_CHECK_LIB(rpmdb, rpmdbOpen,[
++#    AC_DEFINE(HAVE_LIBRPM)
++#    LIBS="-lrpmdb -lrpm $_rpmlibs $LIBS"
++#    CFLAGS="$CFLAGS -I/usr/include/rpm"
++#  ],,-lrpm $_rpmlibs)
++#])
+ 
 -int main() {
 -rpmGetFilesystemList()
 -; return 0; }
@@ -64,73 +76,157 @@
 -    echo $ac_n "checking for rpmdbOpen in -lrpmdb""... $ac_c" 1>&6
 -echo "configure:8231: checking for rpmdbOpen in -lrpmdb" >&5
 -ac_lib_var=`echo rpmdb'_'rpmdbOpen | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
--  echo $ac_n "(cached) $ac_c" 1>&6
--else
--  ac_save_LIBS="$LIBS"
++echo $ac_n "checking for kstat_lookup in -lkstat""... $ac_c" 1>&6
++echo "configure:8198: checking for kstat_lookup in -lkstat" >&5
++ac_lib_var=`echo kstat'_'kstat_lookup | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
 -LIBS="-lrpmdb -lrpm $_rpmlibs $LIBS"
--cat > conftest.$ac_ext <<EOF
++LIBS="-lkstat  $LIBS"
+ cat > conftest.$ac_ext <<EOF
 -#line 8239 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error.  */
--/* We use char because int might match the return type of a gcc2
--    builtin and then its argument prototype would still apply.  */
++#line 8290 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error.  */
+ /* We use char because int might match the return type of a gcc2
+     builtin and then its argument prototype would still apply.  */
 -char rpmdbOpen();
--
--int main() {
++char kstat_lookup();
+ 
+ int main() {
 -rpmdbOpen()
--; return 0; }
--EOF
++kstat_lookup()
+ ; return 0; }
+ EOF
 -if { (eval echo configure:8250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
--  rm -rf conftest*
--  eval "ac_cv_lib_$ac_lib_var=yes"
--else
--  echo "configure: failed program was:" >&5
--  cat conftest.$ac_ext >&5
--  rm -rf conftest*
--  eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
--  echo "$ac_t""yes" 1>&6
++if { (eval echo configure:8301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+   rm -rf conftest*
+   eval "ac_cv_lib_$ac_lib_var=yes"
+ else
+@@ -8261,43 +8228,39 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
 -  
 -    cat >> confdefs.h <<\EOF
 -#define HAVE_LIBRPM 1
--EOF
--
++    ac_tr_lib=HAVE_LIB`echo kstat | sed -e 's/[^a-zA-Z0-9_]/_/g' \
++    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
++  cat >> confdefs.h <<EOF
++#define $ac_tr_lib 1
+ EOF
+ 
 -    LIBS="-lrpmdb -lrpm $_rpmlibs $LIBS"
 -    CFLAGS="$CFLAGS -I/usr/include/rpm"
 -  
--else
--  echo "$ac_t""no" 1>&6
--fi
--
++  LIBS="-lkstat $LIBS"
++
+ else
+   echo "$ac_t""no" 1>&6
+ fi
+ 
 -
 -fi
 -
-+#AC_CHECK_LIB(rpm, rpmGetFilesystemList,[
-+#  AC_DEFINE(HAVE_LIBRPM)
-+#  LIBS="-lrpm $_rpmlibs $LIBS"
-+#  CFLAGS="$CFLAGS -I/usr/include/rpm"
-+#],[
-+#  dnl rpm-4.0.3 librpmdb actually contains what we need.
-+#  AC_CHECK_LIB(rpmdb, rpmdbOpen,[
-+#    AC_DEFINE(HAVE_LIBRPM)
-+#    LIBS="-lrpmdb -lrpm $_rpmlibs $LIBS"
-+#    CFLAGS="$CFLAGS -I/usr/include/rpm"
-+#  ],,-lrpm $_rpmlibs)
-+#])
- 
- echo $ac_n "checking for kstat_lookup in -lkstat""... $ac_c" 1>&6
+-
+-echo $ac_n "checking for kstat_lookup in -lkstat""... $ac_c" 1>&6
 -echo "configure:8282: checking for kstat_lookup in -lkstat" >&5
-+echo "configure:8198: checking for kstat_lookup in -lkstat" >&5
- ac_lib_var=`echo kstat'_'kstat_lookup | sed 'y%./+-%__p_%'`
+-ac_lib_var=`echo kstat'_'kstat_lookup | sed 'y%./+-%__p_%'`
++echo $ac_n "checking for kvm_read in -lkvm""... $ac_c" 1>&6
++echo "configure:8329: checking for kvm_read in -lkvm" >&5
++ac_lib_var=`echo kvm'_'kvm_read | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
-@@ -8884,7 +8800,7 @@ EOF
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-lkstat  $LIBS"
++LIBS="-lkvm  $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 8290 "configure"
++#line 8337 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error.  */
+ /* We use char because int might match the return type of a gcc2
+     builtin and then its argument prototype would still apply.  */
+-char kstat_lookup();
++char kvm_read();
+ 
+ int main() {
+-kstat_lookup()
++kvm_read()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:8301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:8348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+   rm -rf conftest*
+   eval "ac_cv_lib_$ac_lib_var=yes"
+ else
+@@ -8312,36 +8275,38 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
+-    ac_tr_lib=HAVE_LIB`echo kstat | sed -e 's/[^a-zA-Z0-9_]/_/g' \
++    ac_tr_lib=HAVE_LIB`echo kvm | sed -e 's/[^a-zA-Z0-9_]/_/g' \
+     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
+   cat >> confdefs.h <<EOF
+ #define $ac_tr_lib 1
+ EOF
+ 
+-  LIBS="-lkstat $LIBS"
++  LIBS="-lkvm $LIBS"
+ 
+ else
+   echo "$ac_t""no" 1>&6
+ fi
+ 
+-echo $ac_n "checking for kvm_read in -lkvm""... $ac_c" 1>&6
+-echo "configure:8329: checking for kvm_read in -lkvm" >&5
+-ac_lib_var=`echo kvm'_'kvm_read | sed 'y%./+-%__p_%'`
++---
++
++echo $ac_n "checking for des_crypt in -ldes""... $ac_c" 1>&6
++echo "configure:8329: checking for des_crypt in -ldes" >&5
++ac_lib_var=`echo des'_'des_crypt | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-lkvm  $LIBS"
++LIBS="-ldes  $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 8337 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error.  */
+ /* We use char because int might match the return type of a gcc2
+     builtin and then its argument prototype would still apply.  */
+-char kvm_read();
++char des_crypt();
+ 
+ int main() {
+-kvm_read()
++des_crypt()
+ ; return 0; }
+ EOF
+ if { (eval echo configure:8348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+@@ -8359,13 +8324,13 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
+-    ac_tr_lib=HAVE_LIB`echo kvm | sed -e 's/[^a-zA-Z0-9_]/_/g' \
++    ac_tr_lib=HAVE_LIB`echo des | sed -e 's/[^a-zA-Z0-9_]/_/g' \
+     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
+   cat >> confdefs.h <<EOF
+ #define $ac_tr_lib 1
+ EOF
+ 
+-  LIBS="-lkvm $LIBS"
++  LIBS="-ldes $LIBS"
+ 
+ else
+   echo "$ac_t""no" 1>&6
+@@ -8884,7 +8849,7 @@
  
  fi
  
@@ -139,7 +235,7 @@
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -9044,7 +8960,7 @@ else
+@@ -9044,7 +9009,7 @@
  fi
  done
  
@@ -148,7 +244,7 @@
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -12141,11 +12057,7 @@ cat > conftest.$ac_ext <<EOF
+@@ -12141,11 +12106,7 @@
  #include <sys/param.h>
  #endif
  #include <sys/types.h>
@@ -160,7 +256,7 @@
  #include <net/route.h>
  
  
-@@ -12197,11 +12109,7 @@ cat > conftest.$ac_ext <<EOF
+@@ -12197,11 +12158,7 @@
  #include <sys/param.h>
  #endif
  #include <sys/types.h>
@@ -172,7 +268,7 @@
  #include <net/route.h>
  



Home | Main Index | Thread Index | Old Index