head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.08.08.13.27.51;	author oliver;	state Exp;
branches;
next	1.3;

1.3
date	2003.07.24.17.53.02;	author oliver;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.29.03.09.11;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.02.19.46.05;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.4
log
@update to 2.0.15.rc2 which fixes several bugs introduced by rc1
@
text
@--- configure.orig	Thu Jul 24 19:13:01 2003
+++ configure	Thu Jul 24 19:27:00 2003
@@@@ -4372,7 +4375,7 @@@@
 
   fi
   if test x${HAVE_LIBREADLINE} = xtrue; then
-    READLINE_LIBS="-lreadline ${EXTRA_LIBREADLINE_DEPS}"
+    READLINE_LIBS="-lreadline -lintl ${EXTRA_LIBREADLINE_DEPS}"
   fi
 fi
 
@@@@ -4813,9 +4816,9 @@@@
   
   rm -f conf.gtktest
 
-    GTHREAD_LIBS="-lgthread"
+    GTHREAD_LIBS="$_GTHREAD_LIBS"
   else
-    GTHREAD_LIBS="-lgthread-2.0"
+    GTHREAD_LIBS="$_GTHREAD_LIBS"
   fi
 
   if test "x$GFTP_GTK" = xgftp-gtk; then
@


1.3
log
@update gftp to 2.0.15.rc1
@
text
@a2 19
@@@@ -3526,7 +3526,7 @@@@
 
 fi
 
-for ac_func in gai_strerror getaddrinfo getcwd gettimeofday getwd mkdir mktime putenv rmdir select socket strdup strstr strtod strtol uname grantpt openpty getdtablesize
+for ac_func in gai_strerror getaddrinfo getcwd gettimeofday getwd mkdir mktime putenv rmdir select socket strdup strstr strtod strtol uname openpty getdtablesize
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3533: checking for $ac_func" >&5
@@@@ -3974,6 +3974,9 @@@@
 if { (eval echo configure:3975: \"$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"
+  cat >> confdefs.h <<EOF
+#define HAVE_OPENPTY 1
+EOF
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
@


1.2
log
@update-port: ftp/gftp

	make ssh2 connects working w/o the ssh-askpass utility (fix the
	code how to acquire a [pt]ty pair) The user may still choose the
	ssh-askpass way inside the application. That way is just no longer
	forced (as i did with the last update). Now it's possible to choose
	between direct password-sending from the application, or sending
	the password with the ssh-askass utility.

PR:		ports/51391
Submitted by:	Oliver Lehmann <lehmann@@ans-netz.de>
@
text
@d1 3
a3 3
--- configure.orig	Wed Nov 27 17:25:51 2002
+++ configure	Wed Nov 27 17:30:47 2002
@@@@ -3988,6 +3988,7 @@@@
d5 27
a31 7
 GFTP_TEXT=""
 EXTRA_LIBS=""
+EXTRA_LIBS="$EXTRA_LIBS -lutil"
 USE_READLINE="yes"
 READLINE_LIBS=""
 if test "x$enable_textport" = "x1" ; then
@@@@ -4725,9 +4725,9 @@@@
@


1.1
log
@upgrade to 2.0.14

PR:		46020
Submitted by:	maintainer
@
text
@d3 8
@

