mc: Update from 4.8.22 to 4.8.23

This commit is contained in:
Fredrik Fornwall 2019-06-23 19:56:28 +02:00
parent 7efeda5ddb
commit 93d1bd4a37
2 changed files with 9 additions and 23 deletions

View File

@ -1,10 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://www.midnight-commander.org/
TERMUX_PKG_DESCRIPTION="Midnight Commander - a powerful file manager"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=4.8.22
TERMUX_PKG_REVISION=4
TERMUX_PKG_VERSION=4.8.23
TERMUX_PKG_SHA256=dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c
TERMUX_PKG_SRCURL=http://ftp.midnight-commander.org/mc-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318
TERMUX_PKG_DEPENDS="libandroid-support, libiconv, ncurses, glib, openssl, libssh2, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_lib_util_openpty=no

View File

@ -1,7 +1,7 @@
diff -u -r ../mc-4.8.22/configure ./configure
--- ../mc-4.8.22/configure 2019-01-01 14:19:02.000000000 +0000
+++ ./configure 2019-01-03 01:17:49.415270268 +0000
@@ -20679,12 +20679,6 @@
diff -u -r ../mc-4.8.23/configure ./configure
--- ../mc-4.8.23/configure 2019-06-22 11:44:11.000000000 +0000
+++ ./configure 2019-06-23 17:51:24.487569137 +0000
@@ -20600,12 +20600,6 @@
esac
fi
@ -11,19 +11,6 @@ diff -u -r ../mc-4.8.22/configure ./configure
- # Can't build mountlist.c or anything that needs its functions
- fi
-
if test $ac_list_mounted_fs = found; then :
gl_cv_list_mounted_fs=yes
else
@@ -21353,12 +21347,6 @@
esac
fi
- if test -z "$ac_list_mounted_fs"; then
- as_fn_error $? "could not determine how to read list of mounted file systems" "$LINENO" 5
- # FIXME -- no need to abort building the whole package
- # Can't build mountlist.c or anything that needs its functions
- fi
-
if test $ac_list_mounted_fs = found; then :
if test $ac_list_mounted_fs = found; then
gl_cv_list_mounted_fs=yes
else