pkgsrc-Bugs archive

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

Re: pkg/24456



The following reply was made to PR pkg/24456; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam%NetBSD.org@localhost>
To: Marc Recht <recht%netbsd.org@localhost>
Cc: pkgsrc-bugs%netbsd.org@localhost, gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/24456
Date: Thu, 24 Mar 2005 04:42:21 +0000

 --UugvWAfsgieZRqgk
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Thu, Mar 24, 2005 at 04:39:43AM +0000, Johnny C. Lam wrote:
 > 
 > Please try dropping the attached file as patch-ah in the patches
 > directory and seeing if that lets the configure process get farther
 > along.
 
 This time with the attachment.
 
        Cheers,
 
        -- Johnny Lam <jlam%NetBSD.org@localhost>
 
 --UugvWAfsgieZRqgk
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch-ah
 
 $NetBSD$
 
 --- configure.orig     2004-12-15 15:02:21.000000000 -0500
 +++ configure
 @@ -28795,9 +28795,9 @@ LIBS="-lcrypto $KRB5_LIBS  $LIBS"
  
  
  
 -        echo "$as_me:$LINENO: checking for des_set_key in -lcrypto" >&5
 -echo $ECHO_N "checking for des_set_key in -lcrypto... $ECHO_C" >&6
 -if test "${ac_cv_lib_ext_crypto_des_set_key+set}" = set; then
 +        echo "$as_me:$LINENO: checking for EVP_des_cbc in -lcrypto" >&5
 +echo $ECHO_N "checking for EVP_des_cbc in -lcrypto... $ECHO_C" >&6
 +if test "${ac_cv_lib_ext_crypto_EVP_des_cbc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
 @@ -28813,11 +28813,11 @@ extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 -char des_set_key ();
 +char EVP_des_cbc ();
  int
  main ()
  {
 -des_set_key ();
 +EVP_des_cbc ();
    ;
    return 0;
  }
 @@ -28844,22 +28844,22 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
 -  ac_cv_lib_ext_crypto_des_set_key=yes;
 +  ac_cv_lib_ext_crypto_EVP_des_cbc=yes;
                  ac_cv_lib_ext_crypto=yes
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
  
 -ac_cv_lib_ext_crypto_des_set_key=no;
 +ac_cv_lib_ext_crypto_EVP_des_cbc=no;
                  ac_cv_lib_ext_crypto=no
  fi
  rm -f conftest.err conftest.$ac_objext \
        conftest$ac_exeext conftest.$ac_ext
  
  fi
 -echo "$as_me:$LINENO: result: $ac_cv_lib_ext_crypto_des_set_key" >&5
 -echo "${ECHO_T}$ac_cv_lib_ext_crypto_des_set_key" >&6
 -    if test $ac_cv_lib_ext_crypto_des_set_key = yes; then
 +echo "$as_me:$LINENO: result: $ac_cv_lib_ext_crypto_EVP_des_cbc" >&5
 +echo "${ECHO_T}$ac_cv_lib_ext_crypto_EVP_des_cbc" >&6
 +    if test $ac_cv_lib_ext_crypto_EVP_des_cbc = yes; then
    cat >>confdefs.h <<_ACEOF
  #define HAVE_DES_SET_KEY 1
  _ACEOF
 
 --UugvWAfsgieZRqgk--
 



Home | Main Index | Thread Index | Old Index