procps-ng: update to 3.3.14.

This commit is contained in:
maxice8 2018-04-10 15:57:45 -03:00 committed by Leah Neukirchen
parent 09bdfbd968
commit 1705654ca4
2 changed files with 7 additions and 24 deletions

View File

@ -1,20 +0,0 @@
--- proc/numa.h.orig
+++ proc/numa.h
@@ -20,6 +20,7 @@
#ifndef PROCPS_NUMA_H
#define PROCPS_NUMA_H
+#include <sys/cdefs.h>
#include <features.h>
__BEGIN_DECLS
--- procio.c.orig
+++ procio.c
@@ -24,7 +24,6 @@
#endif
#include <errno.h>
#include <fcntl.h>
-#include <libio.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,31 +1,34 @@
# Template file for 'procps-ng'
pkgname=procps-ng
version=3.3.13
version=3.3.14
revision=1
build_style=gnu-configure
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
--libdir=/usr/lib --disable-kill --enable-watch8bit
--disable-modern-top --without-systemd"
hostmakedepends="automake libtool pkg-config gettext-devel"
hostmakedepends="automake gettext-devel libtool pkg-config"
makedepends="ncurses-devel"
short_desc="Utilities for monitoring your system and its processes"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://gitlab.com/procps-ng/procps"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
checksum=52b05b2bd5b05f46f24766a10474337ebadd828df9915e2b178df291cf88f7d3
checksum=5eda0253999b7d786e690edfa73301b3113c7a67058478866e98e9ff6736726c
conf_files="/etc/sysctl.conf"
post_extract() {
sed -i 's,ncursesw/ncurses.h,ncurses.h,g' watch.c
}
pre_configure() {
autoreconf -fi
}
post_install() {
vconf ${FILESDIR}/sysctl.conf
}
procps-ng-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"