pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/htop



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 16 12:14:22 UTC 2022

Modified Files:
        pkgsrc/sysutils/htop: distinfo
Added Files:
        pkgsrc/sysutils/htop/patches: patch-solaris_Platform.h

Log Message:
htop: Fix SunOS includes.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/htop/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/htop/patches/patch-solaris_Platform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/htop/distinfo
diff -u pkgsrc/sysutils/htop/distinfo:1.20 pkgsrc/sysutils/htop/distinfo:1.21
--- pkgsrc/sysutils/htop/distinfo:1.20  Sat May  7 16:37:49 2022
+++ pkgsrc/sysutils/htop/distinfo       Mon May 16 12:14:22 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2022/05/07 16:37:49 fox Exp $
+$NetBSD: distinfo,v 1.21 2022/05/16 12:14:22 jperkin Exp $
 
 BLAKE2s (htop-3.2.0.tar.gz) = e165b7b4baf45df3e1b8c826a4b04262987b11abad79ff3992dd74e5e030a676
 SHA512 (htop-3.2.0.tar.gz) = 174eaa7333fa60e40f67148560c53125e7aaf46a48e7f3ecfa2daa68553c94b3d076d03320afd479dcee07e739c0ff286a81b67cbc994782c33e798d3ed4605c
@@ -6,3 +6,4 @@ Size (htop-3.2.0.tar.gz) = 393712 bytes
 SHA1 (patch-netbsd_Platform.c) = a84e3a0c4c66e0da8df9825cdee3edb756dda2eb
 SHA1 (patch-openbsd_Platform.c) = 0b4a7022a2b5be4f9ec7b8e11bff86835e86a951
 SHA1 (patch-solaris_Platform.c) = b61123345578f36d0859db28ee9183cd23e889ce
+SHA1 (patch-solaris_Platform.h) = c23c6cf20607dd69e626be716337471fffd70d86

Added files:

Index: pkgsrc/sysutils/htop/patches/patch-solaris_Platform.h
diff -u /dev/null pkgsrc/sysutils/htop/patches/patch-solaris_Platform.h:1.1
--- /dev/null   Mon May 16 12:14:22 2022
+++ pkgsrc/sysutils/htop/patches/patch-solaris_Platform.h       Mon May 16 12:14:22 2022
@@ -0,0 +1,23 @@
+$NetBSD: patch-solaris_Platform.h,v 1.1 2022/05/16 12:14:22 jperkin Exp $
+
+Remove unwanted and breaking includes.
+
+--- solaris/Platform.h.orig    2022-05-01 06:31:20.000000000 +0000
++++ solaris/Platform.h
+@@ -17,16 +17,12 @@ in the source distribution for its full
+  * Since ncruses macros use the ERR macro, we can not use another name.
+  */
+ #undef ERR
+-#include <libproc.h>
+ #undef ERR
+ #define ERR (-1)
+ 
+ #include <signal.h>
+ #include <stdbool.h>
+ 
+-#include <sys/mkdev.h>
+-#include <sys/proc.h>
+-#include <sys/types.h>
+ 
+ #include "Action.h"
+ #include "BatteryMeter.h"



Home | Main Index | Thread Index | Old Index