pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tnftp/files explicitly regenerate for locally modi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eb1e55fa9e2
branches:  trunk
changeset: 486894:8eb1e55fa9e2
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Tue Jan 04 23:51:00 2005 +0000

description:
explicitly regenerate for locally modified configuration

diffstat:

 net/tnftp/files/config.h.in |   2 +-
 net/tnftp/files/configure   |  59 ++++++++++++++++++++++----------------------
 2 files changed, 31 insertions(+), 30 deletions(-)

diffs (236 lines):

diff -r 483063496984 -r 8eb1e55fa9e2 net/tnftp/files/config.h.in
--- a/net/tnftp/files/config.h.in       Tue Jan 04 23:50:34 2005 +0000
+++ b/net/tnftp/files/config.h.in       Tue Jan 04 23:51:00 2005 +0000
@@ -1,5 +1,5 @@
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
-/* $Id: config.h.in,v 1.3 2004/04/25 02:48:12 grant Exp $ */
+/* $Id: config.h.in,v 1.4 2005/01/04 23:51:00 lukem Exp $ */
 
 
 /* Define if on AIX 3.
diff -r 483063496984 -r 8eb1e55fa9e2 net/tnftp/files/configure
--- a/net/tnftp/files/configure Tue Jan 04 23:50:34 2005 +0000
+++ b/net/tnftp/files/configure Tue Jan 04 23:51:00 2005 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.6 
+# From configure.in Revision: 1.4 
 
 
 
@@ -3720,17 +3720,17 @@
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:3699: checking for $ac_hdr" >&5
+echo "configure:3724: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3704 "configure"
+#line 3729 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -3759,12 +3759,12 @@
 
 if test $ac_cv_header_poll_h = yes || test $ac_cv_header_sys_poll_h = yes; then
        echo $ac_n "checking for poll""... $ac_c" 1>&6
-echo "configure:3738: checking for poll" >&5
+echo "configure:3763: checking for poll" >&5
 if eval "test \"`echo '$''{'ac_cv_func_poll'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3743 "configure"
+#line 3768 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char poll(); below.  */
@@ -3787,7 +3787,7 @@
 
 ; return 0; }
 EOF
-if { (eval echo configure:3766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_poll=yes"
 else
@@ -3803,13 +3803,13 @@
   echo "$ac_t""yes" 1>&6
   
        echo $ac_n "checking if poll() is implemented natively""... $ac_c" 1>&6
-echo "configure:3782: checking if poll() is implemented natively" >&5
-if eval "test \"`echo '$''{'pkg_cv_POLL_COMPAT'+set}'`\" = set"; then
+echo "configure:3807: checking if poll() is implemented natively" >&5
+if eval "test \"`echo '$''{'ftp_cv_POLL_NATIVE'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
                cat > conftest.$ac_ext <<EOF
-#line 3788 "configure"
+#line 3813 "configure"
 #include "confdefs.h"
   #if HAVE_POLL_H
                  #include <poll.h>
@@ -3825,21 +3825,21 @@
                ; 
 ; return 0; }
 EOF
-if { (eval echo configure:3804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
-   pkg_cv_POLL_COMPAT=yes 
+   ftp_cv_POLL_NATIVE=yes 
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-   pkg_cv_POLL_COMPAT=no 
+   ftp_cv_POLL_NATIVE=no 
 fi
 rm -f conftest*
        
 fi
 
-echo "$ac_t""$pkg_cv_POLL_COMPAT" 1>&6
-       if test "x$pkg_cv_POLL_COMPAT" = "xyes"; then
+echo "$ac_t""$ftp_cv_POLL_NATIVE" 1>&6
+       if test "x$ftp_cv_POLL_NATIVE" = "xyes"; then
                cat >> confdefs.h <<\EOF
 #define HAVE_POLL 1
 EOF
@@ -3860,13 +3860,13 @@
        if test $have_libedit = yes; then
                
        echo $ac_n "checking for EL_RPROMPT in libedit""... $ac_c" 1>&6
-echo "configure:3722: checking for EL_RPROMPT in libedit" >&5
+echo "configure:3864: checking for EL_RPROMPT in libedit" >&5
 if eval "test \"`echo '$''{'ftp_cv_have_libedit'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
                cat > conftest.$ac_ext <<EOF
-#line 3728 "configure"
+#line 3870 "configure"
 #include "confdefs.h"
  
 #include <histedit.h>
@@ -3875,7 +3875,7 @@
   int X = EL_RPROMPT ; 
 ; return 0; }
 EOF
-if { (eval echo configure:3737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
    ftp_cv_have_libedit=yes 
 else
@@ -3899,7 +3899,7 @@
        fi
 
        echo $ac_n "checking for working libedit""... $ac_c" 1>&6
-echo "configure:3761: checking for working libedit" >&5
+echo "configure:3903: checking for working libedit" >&5
        if test $have_libedit = no; then
                echo "$ac_t""no - using my own" 1>&6
                INCLUDES="-I\${srcdir}/../libedit $INCLUDES"
@@ -3917,13 +3917,13 @@
 if test $ac_cv_func_sl_init = yes; then
        
        echo $ac_n "checking if sl_add() returns int""... $ac_c" 1>&6
-echo "configure:3779: checking if sl_add() returns int" >&5
+echo "configure:3921: checking if sl_add() returns int" >&5
 if eval "test \"`echo '$''{'ftp_cv_INT_SL_ADD'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
                cat > conftest.$ac_ext <<EOF
-#line 3785 "configure"
+#line 3927 "configure"
 #include "confdefs.h"
  
 #include <stringlist.h>
@@ -3934,7 +3934,7 @@
            ; 
 ; return 0; }
 EOF
-if { (eval echo configure:3796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
    ftp_cv_INT_SL_ADD=yes 
 else
@@ -3962,13 +3962,13 @@
 if test $ac_cv_func_getaddrinfo = yes -a ! -n "$socks"; then
        
        echo $ac_n "checking for AI_NUMERICHOST""... $ac_c" 1>&6
-echo "configure:3824: checking for AI_NUMERICHOST" >&5
+echo "configure:3966: checking for AI_NUMERICHOST" >&5
 if eval "test \"`echo '$''{'ftp_cv_have_ai_numerichost'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
                cat > conftest.$ac_ext <<EOF
-#line 3830 "configure"
+#line 3972 "configure"
 #include "confdefs.h"
  
 #include <sys/types.h>
@@ -3979,7 +3979,7 @@
   int X = AI_NUMERICHOST ; 
 ; return 0; }
 EOF
-if { (eval echo configure:3841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
    ftp_cv_have_ai_numerichost=yes 
 else
@@ -4002,7 +4002,7 @@
 
 fi
 echo $ac_n "checking for working getaddrinfo()""... $ac_c" 1>&6
-echo "configure:3864: checking for working getaddrinfo()" >&5
+echo "configure:4006: checking for working getaddrinfo()" >&5
 if test $have_rfc2553_netdb = yes; then
        cat >> confdefs.h <<\EOF
 #define HAVE_RFC2553_NETDB 1
@@ -4022,13 +4022,13 @@
 if test $ac_cv_header_vis_h = yes; then
        
        echo $ac_n "checking for VIS_WHITE in vis.h""... $ac_c" 1>&6
-echo "configure:3884: checking for VIS_WHITE in vis.h" >&5
+echo "configure:4026: checking for VIS_WHITE in vis.h" >&5
 if eval "test \"`echo '$''{'ftp_cv_have_vis_white'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
                cat > conftest.$ac_ext <<EOF
-#line 3890 "configure"
+#line 4032 "configure"
 #include "confdefs.h"
  
 #include <sys/types.h>
@@ -4038,7 +4038,7 @@
   int X = VIS_WHITE ; 
 ; return 0; }
 EOF
-if { (eval echo configure:3900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
    ftp_cv_have_vis_white=yes 
 else
@@ -4061,6 +4061,7 @@
 
 fi
 
+
 if test -n "$LIBOBJS"; then
        INCLUDES="$INCLUDES -I\${srcdir}/../libnetbsd"
        LDFLAGS="$LDFLAGS -L../libnetbsd"



Home | Main Index | Thread Index | Old Index