Browse Source

mc: Update from 4.8.21 to 4.8.22

android-5
Fredrik Fornwall 6 years ago
parent
commit
f81f5c3711
  1. 4
      packages/mc/build.sh
  2. 42
      packages/mc/configure.patch

4
packages/mc/build.sh

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://www.midnight-commander.org/
TERMUX_PKG_DESCRIPTION="Midnight Commander - a powerful file manager"
TERMUX_PKG_VERSION=4.8.21
TERMUX_PKG_SHA256=8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c
TERMUX_PKG_VERSION=4.8.22
TERMUX_PKG_SHA256=ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318
TERMUX_PKG_SRCURL=http://ftp.midnight-commander.org/mc-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, glib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

42
packages/mc/configure.patch

@ -1,29 +1,29 @@
diff -u -r ../mc-4.8.11/configure ./configure
--- ../mc-4.8.11/configure 2013-11-29 19:45:45.000000000 +0100
+++ ./configure 2014-01-08 12:02:35.217251791 +0100
@@ -19036,12 +19036,6 @@
esac
fi
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 @@
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 -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
@@ -19737,12 +19731,6 @@
esac
fi
@@ -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 -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 :

Loading…
Cancel
Save