Andreas Wacknitz
2020-08-15 c670b9b564a80a8e5415f938291b35aaaed536b1
watch: update to 3.3.16

1 files deleted
3 files modified
65 ■■■■ changed files
components/sysutils/watch/Makefile 18 ●●●● patch | view | raw | blame | history
components/sysutils/watch/manifests/sample-manifest.p5m 16 ●●●● patch | view | raw | blame | history
components/sysutils/watch/patches/03-fix-config.h-inclusion.patch 11 ●●●●● patch | view | raw | blame | history
components/sysutils/watch/watch.p5m 20 ●●●● patch | view | raw | blame | history
components/sysutils/watch/Makefile
@@ -12,26 +12,24 @@
# Copyright 2019 Michal Nowak
#
PREFERRED_BITS=        64
BUILD_BITS=            64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        watch
COMPONENT_VERSION=    3.3.15
COMPONENT_VERSION=    3.3.16
COMPONENT_SUMMARY=    The Linux watch utility
COMPONENT_PROJECT_URL=    https://gitlab.com/procps-ng/procps
COMPONENT_FMRI=        utilities/watch
COMPONENT_CLASSIFICATION= Applications/System Utilities
COMPONENT_SRC=        procps-ng-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_URL=    http://downloads.sourceforge.net/project/procps-ng/Production/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH=    sha256:10bd744ffcb3de2d591d2f6acf1a54a7ba070fdcc432a855931a5057149f0465
COMPONENT_ARCHIVE_URL=    https://downloads.sourceforge.net/project/procps-ng/Production/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH=    sha256:925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af
COMPONENT_LICENSE=    GPL-2.0-or-later, LGPL-2.1-or-later
COMPONENT_LICENSE_FILE=    COPYING
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f -i)
@@ -41,12 +39,6 @@
CONFIGURE_OPTIONS +=    --disable-modern-top
CONFIGURE_OPTIONS +=    --disable-numa
CONFIGURE_OPTIONS +=    --enable-watch8bit
build:        $(BUILD_64)
install:    $(INSTALL_64)
test:        $(TEST_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += library/ncurses
components/sysutils/watch/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2018 <contributor>
# Copyright 2020 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -37,9 +37,9 @@
file path=usr/include/proc/wchan.h
file path=usr/include/proc/whattime.h
file path=usr/lib/$(MACH64)/libprocps.a
link path=usr/lib/$(MACH64)/libprocps.so target=libprocps.so.7.1.0
link path=usr/lib/$(MACH64)/libprocps.so.7 target=libprocps.so.7.1.0
file path=usr/lib/$(MACH64)/libprocps.so.7.1.0
link path=usr/lib/$(MACH64)/libprocps.so target=libprocps.so.8.0.2
link path=usr/lib/$(MACH64)/libprocps.so.8 target=libprocps.so.8.0.2
file path=usr/lib/$(MACH64)/libprocps.so.8.0.2
file path=usr/lib/$(MACH64)/pkgconfig/libprocps.pc
file path=usr/share/doc/procps-ng/FAQ
file path=usr/share/doc/procps-ng/bugs.md
@@ -51,13 +51,21 @@
file path=usr/share/locale/uk/LC_MESSAGES/procps-ng.mo
file path=usr/share/locale/vi/LC_MESSAGES/procps-ng.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/procps-ng.mo
file path=usr/share/man/man1/free.1
file path=usr/share/man/man1/pgrep.1
file path=usr/share/man/man1/pkill.1
file path=usr/share/man/man1/pmap.1
file path=usr/share/man/man1/procps.1
file path=usr/share/man/man1/ps.1
file path=usr/share/man/man1/pwdx.1
file path=usr/share/man/man1/slabtop.1
file path=usr/share/man/man1/tload.1
file path=usr/share/man/man1/uptime.1
file path=usr/share/man/man1/w.1
file path=usr/share/man/man1/watch.1
file path=usr/share/man/man3/openproc.3
file path=usr/share/man/man3/readproc.3
file path=usr/share/man/man3/readproctab.3
file path=usr/share/man/man5/sysctl.conf.5
file path=usr/share/man/man8/sysctl.8
file path=usr/share/man/man8/vmstat.8
components/sysutils/watch/patches/03-fix-config.h-inclusion.patch
File was deleted
components/sysutils/watch/watch.p5m
@@ -11,13 +11,15 @@
#
# Copyright 2019 Michal Nowak
# Copyright 2020 Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.fmri \
    value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
@@ -37,9 +39,9 @@
#file path=usr/include/proc/wchan.h
#file path=usr/include/proc/whattime.h
#file path=usr/lib/$(MACH64)/libprocps.a
#link path=usr/lib/$(MACH64)/libprocps.so target=libprocps.so.7.1.0
#link path=usr/lib/$(MACH64)/libprocps.so.7 target=libprocps.so.7.1.0
#file path=usr/lib/$(MACH64)/libprocps.so.7.1.0
#link path=usr/lib/$(MACH64)/libprocps.so target=libprocps.so.8.0.2
#link path=usr/lib/$(MACH64)/libprocps.so.8 target=libprocps.so.8.0.2
#file path=usr/lib/$(MACH64)/libprocps.so.8.0.2
#file path=usr/lib/$(MACH64)/pkgconfig/libprocps.pc
#file path=usr/share/doc/procps-ng/FAQ
#file path=usr/share/doc/procps-ng/bugs.md
@@ -51,13 +53,21 @@
#file path=usr/share/locale/uk/LC_MESSAGES/procps-ng.mo
#file path=usr/share/locale/vi/LC_MESSAGES/procps-ng.mo
#file path=usr/share/locale/zh_CN/LC_MESSAGES/procps-ng.mo
#file path=usr/share/man/man1/free.1
#file path=usr/share/man/man1/pgrep.1
#file path=usr/share/man/man1/pkill.1
#file path=usr/share/man/man1/pmap.1
#file path=usr/share/man/man1/procps.1
#file path=usr/share/man/man1/ps.1
#file path=usr/share/man/man1/pwdx.1
#file path=usr/share/man/man1/slabtop.1
#file path=usr/share/man/man1/tload.1
#file path=usr/share/man/man1/uptime.1
#file path=usr/share/man/man1/w.1
file path=usr/share/man/man1/watch.1
#file path=usr/share/man/man3/openproc.3
#file path=usr/share/man/man3/readproc.3
#file path=usr/share/man/man3/readproctab.3
#file path=usr/share/man/man5/sysctl.conf.5
#file path=usr/share/man/man8/sysctl.8
#file path=usr/share/man/man8/vmstat.8