pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
htop-git: Update to 3.4.0.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Mon Mar 10 21:52:17 2025 +0100
Changeset: a8180671993c925ab63facdb08e2ec32cca93229
Modified Files:
htop-git/Makefile
htop-git/distinfo
htop-git/options.mk
htop-git/patches/patch-Settings.c
Log Message:
htop-git: Update to 3.4.0.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a8180671993c925ab63facdb08e2ec32cca93229
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
htop-git/Makefile | 4 ++--
htop-git/distinfo | 8 ++++----
htop-git/options.mk | 6 +++---
htop-git/patches/patch-Settings.c | 6 ++++--
4 files changed, 13 insertions(+), 11 deletions(-)
diffs:
diff --git a/htop-git/Makefile b/htop-git/Makefile
index b2948d6e3c..33c6a68d18 100644
--- a/htop-git/Makefile
+++ b/htop-git/Makefile
@@ -1,10 +1,10 @@
# $NetBSD$
-DISTNAME= htop-3.3.0.20241220
+DISTNAME= htop-3.4.0.20250310
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=htop-dev/}
GITHUB_PROJECT= htop
-GITHUB_TAG= 28dcbd758488dcdf2b57f0b3fb26833a8495375a
+GITHUB_TAG= 325e6a47bf42c8feebe07263f7c60f181c1a8f1f
MAINTAINER= fox%NetBSD.org@localhost
HOMEPAGE= https://htop.dev/
diff --git a/htop-git/distinfo b/htop-git/distinfo
index 7024966ffa..c8c19789e1 100644
--- a/htop-git/distinfo
+++ b/htop-git/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-BLAKE2s (htop-3.3.0.20241220-28dcbd758488dcdf2b57f0b3fb26833a8495375a.tar.gz) = ef2d6e12650646cb7b5a5d0bd74b9fa8d1a674d44fd535a5b58d6a7ea3b5d241
-SHA512 (htop-3.3.0.20241220-28dcbd758488dcdf2b57f0b3fb26833a8495375a.tar.gz) = f7747fe677d0bcacc2cae7de6b92042e458112e037c4c69540daa7496d8ecdec0466c475cac470a83115f06167fc422bcfe2c816fc7e3aed649cdee61e6b9de2
-Size (htop-3.3.0.20241220-28dcbd758488dcdf2b57f0b3fb26833a8495375a.tar.gz) = 425373 bytes
-SHA1 (patch-Settings.c) = 11c8fc7f3ce667e91c31dff479bbd4b19fd5d86a
+BLAKE2s (htop-3.4.0.20250310-325e6a47bf42c8feebe07263f7c60f181c1a8f1f.tar.gz) = b51cb1c48fc6fb4e36751ad2676b4638f890558801b9033998f1f3ef3b7b15a4
+SHA512 (htop-3.4.0.20250310-325e6a47bf42c8feebe07263f7c60f181c1a8f1f.tar.gz) = 3ef0f73a498b265ba038cb65b38c44714ebc1bf67fb75c1eaefdda9ebcab540a2ab6852c3042f9ee16ed93a88d79464e2476ed738620475ea0f7ebe732e26372
+Size (htop-3.4.0.20250310-325e6a47bf42c8feebe07263f7c60f181c1a8f1f.tar.gz) = 427364 bytes
+SHA1 (patch-Settings.c) = af04b2ff4e9aee95e6903e6417e01f474816c833
diff --git a/htop-git/options.mk b/htop-git/options.mk
index 773abaa8e6..1ad21c4091 100644
--- a/htop-git/options.mk
+++ b/htop-git/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/10/04 07:14:57 kim Exp $
+# $NetBSD: options.mk,v 1.3 2024/05/06 08:27:55 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.htop
@@ -10,10 +10,10 @@ PKG_SUGGESTED_OPTIONS= curses
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mncurses)
-. include "../../devel/ncursesw/buildlink3.mk"
+. include "../../devel/ncurses/buildlink3.mk"
.else
. include "../../mk/curses.buildlink3.mk"
-. if ${CURSES_TYPE} != "ncursesw"
+. if ${CURSES_TYPE} != "ncurses"
# See netbsd/README.md
CONFIGURE_ARGS+= --disable-unicode
. endif
diff --git a/htop-git/patches/patch-Settings.c b/htop-git/patches/patch-Settings.c
index a1fcb688d4..81efe53835 100644
--- a/htop-git/patches/patch-Settings.c
+++ b/htop-git/patches/patch-Settings.c
@@ -1,8 +1,10 @@
$NetBSD$
-Include missing stdarg.h
+https://github.com/htop-dev/htop/pull/1634
---- Settings.c.orig 2024-06-29 01:19:30.776151045 +0000
+Fix build when using native curses.
+
+--- Settings.c.orig 2025-03-10 20:22:40.410153171 +0000
+++ Settings.c
@@ -14,6 +14,7 @@ in the source distribution for its full
#include <fcntl.h>
Home |
Main Index |
Thread Index |
Old Index