mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 4.3.4
This commit is contained in:
parent
c5b06623f8
commit
125df25992
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288810
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 4.3.3
|
||||
PORTVERSION= 4.3.4
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
|
||||
http://ftp.yars.free.net/pub/source/lftp/old/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lftp-4.3.3.tar.gz) = 881684380517a8b7b40e002a2a5a315d87494ffc22f5edc42331e28ed52273c6
|
||||
SIZE (lftp-4.3.3.tar.gz) = 2422201
|
||||
SHA256 (lftp-4.3.4.tar.gz) = 1be69545f5a8e9a07b0e9cc659cfa480a6d0cf81db2f1ab9ec81beb70b121e67
|
||||
SIZE (lftp-4.3.4.tar.gz) = 2428478
|
||||
|
49
ftp/lftp/files/patch-configure
Normal file
49
ftp/lftp/files/patch-configure
Normal file
@ -0,0 +1,49 @@
|
||||
lftp 4.3.3 checked for _Bool using C, not C++ ; keep this behaviour here because
|
||||
a failure to detect _Bool here would lead to try to re-define it in lftp's
|
||||
stdbool.h also included by C files, C having this thype is already defined.
|
||||
See HAVE__BOOL, "stdbool.h" and <stdbool.h>.
|
||||
|
||||
--- configure.orig 2012-01-05 18:27:42.780415913 +0100
|
||||
+++ configure 2012-01-05 18:31:57.117411742 +0100
|
||||
@@ -28128,6 +28128,11 @@
|
||||
#define PROMOTED_MODE_T $gl_cv_promoted_mode_t
|
||||
_ACEOF
|
||||
|
||||
+ac_ext=c
|
||||
+ac_cpp='$CPP $CPPFLAGS'
|
||||
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
|
||||
$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
|
||||
@@ -28196,7 +28201,7 @@
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
-if ac_fn_cxx_try_compile "$LINENO"; then :
|
||||
+if ac_fn_c_try_compile "$LINENO"; then :
|
||||
ac_cv_header_stdbool_h=yes
|
||||
else
|
||||
ac_cv_header_stdbool_h=no
|
||||
@@ -28205,7 +28210,7 @@
|
||||
fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
|
||||
$as_echo "$ac_cv_header_stdbool_h" >&6; }
|
||||
- ac_fn_cxx_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
|
||||
+ ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
|
||||
if test "x$ac_cv_type__Bool" = xyes; then :
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@@ -28242,6 +28247,11 @@
|
||||
HAVE__BOOL=0
|
||||
fi
|
||||
|
||||
+ac_ext=cpp
|
||||
+ac_cpp='$CXXCPP $CPPFLAGS'
|
||||
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
||||
|
||||
|
||||
# parse-datetime.y works with bison only.
|
Loading…
Reference in New Issue
Block a user