Skip to content

Commit fd0cb80

Browse files
committed
htop: update to 3.4.0
1 parent 43e2d81 commit fd0cb80

File tree

5 files changed

+17
-162
lines changed

5 files changed

+17
-162
lines changed

build/htop/build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414

15-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=htop
2020
PKG=ooce/system/htop
21-
VER=3.3.0
21+
VER=3.4.0
2222
SUMMARY="htop"
2323
DESC="An interactive process viewer for Unix"
2424

@@ -45,7 +45,7 @@ pre_configure() {
4545
init
4646
download_source $PROG $PROG $VER
4747
patch_source
48-
prep_build
48+
prep_build autoconf -autoreconf
4949
build
5050
make_package
5151
clean_up

build/htop/patches/illumos.patch

-157
This file was deleted.

build/htop/patches/series

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
illumos.patch
1+
version.patch

build/htop/patches/version.patch

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac
2+
--- a~/configure.ac 1970-01-01 00:00:00
3+
+++ a/configure.ac 1970-01-01 00:00:00
4+
@@ -14,7 +14,7 @@ m4_define([htop_release_version], [3.4.0
5+
# ----------------------------------------------------------------------
6+
7+
AC_PREREQ([2.69])
8+
-AC_INIT([htop], [m4_join([-],m4_defn([htop_release_version]),m4_defn([htop_git_version]))], [[email protected]], [], [https://htop.dev/])
9+
+AC_INIT([htop], [3.4.0], [[email protected]], [], [https://htop.dev/])
10+
11+
AC_CONFIG_SRCDIR([htop.c])
12+
AC_CONFIG_AUX_DIR([build-aux])

doc/packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
| ooce/system/file-system/ntfs-3g | 2022.10.3 | https://github.com/tuxera/ntfs-3g/releases | [omniosorg](https://github.com/omniosorg)
218218
| ooce/system/gptfdisk | 1.0.10 | https://sourceforge.net/projects/gptfdisk/files/gptfdisk/ | [oxidecomputer](https://github.com/oxidecomputer)
219219
| ooce/system/clamav | 1.4.2 | https://github.com/Cisco-Talos/clamav/tags https://www.clamav.net/downloads | [omniosorg](https://github.com/omniosorg)
220-
| ooce/system/htop | 3.3.0 | https://github.com/htop-dev/htop/releases https://htop.dev/downloads.html#sources | [omniosorg](https://github.com/omniosorg)
220+
| ooce/system/htop | 3.4.0 | https://github.com/htop-dev/htop/releases https://htop.dev/downloads.html#sources | [omniosorg](https://github.com/omniosorg)
221221
| ooce/system/management/ansible | 9.1.0 | https://pypi.org/rss/project/ansible/releases.xml | [omniosorg](https://github.com/omniosorg)
222222
| ooce/system/mbuffer | 20241007 | https://www.maier-komor.de/mbuffer.html | [omniosorg](https://github.com/omniosorg)
223223
| ooce/system/sg3_utils | 1.48 | https://sg.danny.cz/sg/sg3_utils.html | [omniosorg](https://github.com/omniosorg)

0 commit comments

Comments
 (0)