diff --git a/disabled-packages/mtr/build.sh b/disabled-packages/mtr/build.sh index df809a893..aad30bb4c 100644 --- a/disabled-packages/mtr/build.sh +++ b/disabled-packages/mtr/build.sh @@ -3,7 +3,8 @@ # http://dan.drown.org/android/src/libres/ TERMUX_PKG_HOMEPAGE=https://github.com/traviscross/mtr TERMUX_PKG_DESCRIPTION="Network diagnostic tool" -TERMUX_PKG_VERSION=0.87 +TERMUX_PKG_VERSION=0.92 +TERMUX_PKG_SHA256=568a52911a8933496e60c88ac6fea12379469d7943feb9223f4337903e4bc164 TERMUX_PKG_SRCURL=https://github.com/traviscross/mtr/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_FOLDERNAME=mtr-$TERMUX_PKG_VERSION TERMUX_PKG_DEPENDS="ncurses" diff --git a/disabled-packages/mtr/configure.ac.patch b/disabled-packages/mtr/configure.ac.patch deleted file mode 100644 index 7ce98486c..000000000 --- a/disabled-packages/mtr/configure.ac.patch +++ /dev/null @@ -1,49 +0,0 @@ -res_mkquery is not needed by the newdns branch? - -diff -u -r ../mtr-66de3ecbab28b054b868a73fbb57f30549d770ac/configure.ac ./configure.ac ---- ../mtr-66de3ecbab28b054b868a73fbb57f30549d770ac/configure.ac 2016-05-03 05:01:11.000000000 -0400 -+++ ./configure.ac 2016-06-21 10:07:34.430019831 -0400 -@@ -86,43 +86,6 @@ - # AC_CHECK_LIB(resolv, res_mkquery, , - # AC_CHECK_LIB(resolv, __res_mkquery, , AC_MSG_ERROR(No resolver library found))))) - --# See if a library is needed for res_mkquery and if so put it in RESOLV_LIBS --RESOLV_LIBS= --AC_SUBST(RESOLV_LIBS) --AC_DEFUN([LIBRESOLVTEST_SRC], [ --AC_LANG_PROGRAM([[ --#include --#include --]], [[ --int (*res_mkquery_func)(int,...) = (int (*)(int,...))res_mkquery; --(void)(*res_mkquery_func)(0); --]])]) --AC_MSG_CHECKING([whether library required for res_mkquery]) --RESOLV_LIB_NONE= --AC_LINK_IFELSE([LIBRESOLVTEST_SRC], -- [AC_MSG_RESULT([no]) -- RESOLV_LIB_NONE=yes], -- [AC_MSG_RESULT([yes])]) --if test "x$RESOLV_LIB_NONE" = "x"; then -- AC_MSG_CHECKING([for res_mkquery in -lbind]) -- STASH_LIBS="$LIBS" -- LIBS="$STASH_LIBS -lbind" -- AC_LINK_IFELSE([LIBRESOLVTEST_SRC], -- [AC_MSG_RESULT([yes]) -- RESOLV_LIBS=-lbind], -- [AC_MSG_RESULT([no])]) -- if test "x$RESOLV_LIBS" = "x"; then -- AC_MSG_CHECKING([for res_mkquery in -lresolv]) -- LIBS="$STASH_LIBS -lresolv" -- AC_LINK_IFELSE([LIBRESOLVTEST_SRC], -- [AC_MSG_RESULT([yes]) -- RESOLV_LIBS=-lresolv], -- [AC_MSG_RESULT([no]) -- AC_MSG_ERROR(No resolver library found)]) -- fi -- LIBS="$STASH_LIBS" --fi -- - AC_CHECK_FUNC(herror, , AC_DEFINE(NO_HERROR, 1, [Define if you don't have the herror() function available.])) - AC_CHECK_FUNC(strerror, , AC_DEFINE(NO_STRERROR, 1, [Define if you don't have the strerror() function available.])) - diff --git a/disabled-packages/mtr/net.h.patch b/disabled-packages/mtr/net.h.patch deleted file mode 100644 index ac7034160..000000000 --- a/disabled-packages/mtr/net.h.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -u -r ../mtr-66de3ecbab28b054b868a73fbb57f30549d770ac/net.h ./net.h ---- ../mtr-66de3ecbab28b054b868a73fbb57f30549d770ac/net.h 2016-05-03 05:01:11.000000000 -0400 -+++ ./net.h 2016-06-21 10:03:22.706030491 -0400 -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #ifdef ENABLE_IPV6 - #include - #include