xosview: update to 1.23.
This commit is contained in:
parent
597b2a0f24
commit
623847b39d
2 changed files with 13 additions and 15 deletions
|
@ -1,14 +1,12 @@
|
|||
--- a/linux/serialmeter.cc 2016-01-02 10:39:10.279496776 +0100
|
||||
+++ b/linux/serialmeter.cc 2016-01-02 10:37:54.667491325 +0100
|
||||
@@ -39,9 +39,11 @@
|
||||
diff --git a/linux/serialmeter.cc b/linux/serialmeter.cc
|
||||
index 8211316..50de182 100644
|
||||
--- a/linux/serialmeter.cc
|
||||
+++ b/linux/serialmeter.cc
|
||||
@@ -25,7 +25,6 @@
|
||||
*/
|
||||
#if defined(__i386__) || defined(__ia64__) || defined(__amd64__)
|
||||
#include <sys/io.h>
|
||||
-#include <sys/perm.h>
|
||||
#define HAVE_IOPERM
|
||||
#endif
|
||||
#else
|
||||
#if !defined(__alpha__) && !defined(__sparc__) && !defined(__powerpc__) && !defined(__ia64__) && !defined(__m68k__)
|
||||
+#if defined(HAVE_ASM_IO_H)
|
||||
#include <asm/io.h>
|
||||
#endif
|
||||
#endif
|
||||
+#endif
|
||||
#include <linux/serial.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'xosview'
|
||||
pkgname=xosview
|
||||
version=1.22
|
||||
version=1.23
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libXpm-devel"
|
||||
short_desc="A classic system monitoring tool"
|
||||
short_desc="Classic system monitoring tool"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.pogo.org.uk/~mark/xosview"
|
||||
distfiles="http://www.pogo.org.uk/~mark/xosview/releases/xosview-${version}.tar.gz"
|
||||
checksum=901b75af2676b11b28b88f0c79c5bd0f4f01de4790c0c5385edf6d71aee1f83a
|
||||
checksum=960acb68a8668e936e8dc71cc4e3926d879f47559b4a5f64555bdcc676c6739d
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # does not have asm/io.h
|
||||
|
|
Loading…
Reference in a new issue