htop: update to htop-0.9

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-26 19:46:48 +01:00
parent 46f063ac7a
commit c4354d0333
3 changed files with 15 additions and 14 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME="htop"
PKG_VERSION="0.8.3"
PKG_VERSION="0.9"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,13 +0,0 @@
diff -Naur htop-0.8.3/configure.ac htop-0.8.3.patch/configure.ac
--- htop-0.8.3/configure.ac 2009-06-23 15:53:18.000000000 +0200
+++ htop-0.8.3.patch/configure.ac 2010-08-31 15:26:52.545129346 +0200
@@ -94,9 +94,6 @@
AC_CHECK_HEADERS([curses.h],[:],[missing_headers="$missing_headers $ac_header"])
fi
-AC_CHECK_FILE($PROCDIR/stat,,AC_MSG_ERROR(Cannot find /proc/stat. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
-AC_CHECK_FILE($PROCDIR/meminfo,,AC_MSG_ERROR(Cannot find /proc/meminfo. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
-
PLPA_INCLUDED(plpa-1.1)
PLPA_INIT(plpa_happy=yes, plpa_happy=no)
AM_CONDITIONAL([HAVE_PLPA], [test "$plpa_happy" = "yes"])

View File

@ -0,0 +1,14 @@
diff -Naur htop-0.9.orig/configure.ac htop-0.9/configure.ac
--- htop-0.9.orig/configure.ac 2010-11-23 16:56:32.000000000 +0100
+++ htop-0.9/configure.ac 2010-12-26 12:23:34.433062696 +0100
@@ -101,9 +101,6 @@
-AC_CHECK_FILE($PROCDIR/stat,,AC_MSG_ERROR(Cannot find /proc/stat. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
-AC_CHECK_FILE($PROCDIR/meminfo,,AC_MSG_ERROR(Cannot find /proc/meminfo. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
-
AC_ARG_ENABLE(plpa, [AC_HELP_STRING([--enable-plpa], [enable PLPA support for CPU affinity])], ,enable_plpa="yes")
PLPA_INCLUDED
PLPA_INIT([plpa-1.3.2], [plpa_happy=yes], [plpa_happy=no])