pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
htop-git: Sync with upstream changes.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Sat Jun 29 03:25:21 2024 +0200
Changeset: c465b192351f44a8885630446377fa6dc1d55017
Modified Files:
htop-git/Makefile
htop-git/distinfo
Added Files:
htop-git/patches/patch-Settings.c
Log Message:
htop-git: Sync with upstream changes.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c465b192351f44a8885630446377fa6dc1d55017
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
htop-git/Makefile | 6 +++---
htop-git/distinfo | 7 ++++---
htop-git/patches/patch-Settings.c | 14 ++++++++++++++
3 files changed, 21 insertions(+), 6 deletions(-)
diffs:
diff --git a/htop-git/Makefile b/htop-git/Makefile
index 81deb1c05a..4eec1b1904 100644
--- a/htop-git/Makefile
+++ b/htop-git/Makefile
@@ -1,10 +1,10 @@
# $NetBSD$
-DISTNAME= htop-3.3.0.20240205
+DISTNAME= htop-3.3.0.20240628
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=htop-dev/}
GITHUB_PROJECT= htop
-GITHUB_TAG= 4abe9f4ce5102d029f65d26e73b03b00005a6096
+GITHUB_TAG= 2b4feef421c35ee4ec892689585a9b0eb8816319
MAINTAINER= fox%NetBSD.org@localhost
HOMEPAGE= https://htop.dev/
@@ -16,7 +16,7 @@ CONFLICTS= htop-[0-9]*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoreconf automake
-#USE_CURSES= getmouse
+USE_CURSES= getmouse
.include "options.mk"
diff --git a/htop-git/distinfo b/htop-git/distinfo
index c1472c7c3b..3074785b9e 100644
--- a/htop-git/distinfo
+++ b/htop-git/distinfo
@@ -1,5 +1,6 @@
$NetBSD$
-BLAKE2s (htop-3.3.0.20240205-4abe9f4ce5102d029f65d26e73b03b00005a6096.tar.gz) = e63abbc1604977ce5b3dd0386a2873518f91b34f1e79407c104a9232ee40fe26
-SHA512 (htop-3.3.0.20240205-4abe9f4ce5102d029f65d26e73b03b00005a6096.tar.gz) = c8d2ac5c2d0786cb18241f51788d7161838a562444e772ca0203d7c8b6395989bc0ecf497c0bd8da48c439d48f4a36a44a7f1a416048b5fef8716a149020e68f
-Size (htop-3.3.0.20240205-4abe9f4ce5102d029f65d26e73b03b00005a6096.tar.gz) = 407590 bytes
+BLAKE2s (htop-3.3.0.20240628-2b4feef421c35ee4ec892689585a9b0eb8816319.tar.gz) = 95f274d55e22194f0a9eea284fde911098deb63f1da0c2e996ec9ce3f8fcddfd
+SHA512 (htop-3.3.0.20240628-2b4feef421c35ee4ec892689585a9b0eb8816319.tar.gz) = 469d370e3ba952d20c4f6c49e48f304001b318dbf86e281454415fcff6d532b7fb85d653736edaf32bed0127c03a430f4f2790ff72ea9847272e1ae100b47349
+Size (htop-3.3.0.20240628-2b4feef421c35ee4ec892689585a9b0eb8816319.tar.gz) = 418237 bytes
+SHA1 (patch-Settings.c) = 11c8fc7f3ce667e91c31dff479bbd4b19fd5d86a
diff --git a/htop-git/patches/patch-Settings.c b/htop-git/patches/patch-Settings.c
new file mode 100644
index 0000000000..a1fcb688d4
--- /dev/null
+++ b/htop-git/patches/patch-Settings.c
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Include missing stdarg.h
+
+--- Settings.c.orig 2024-06-29 01:19:30.776151045 +0000
++++ Settings.c
+@@ -14,6 +14,7 @@ in the source distribution for its full
+ #include <fcntl.h>
+ #include <limits.h>
+ #include <pwd.h>
++#include <stdarg.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
Home |
Main Index |
Thread Index |
Old Index