pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fspanel



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 13:07:31 UTC 2025

Modified Files:
        pkgsrc/x11/fspanel: distinfo
        pkgsrc/x11/fspanel/patches: patch-ab

Log Message:
fspanel: Include <strings.h> for bzero(3).

Fixes build on illumos with recent gcc and probably others.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/fspanel/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/fspanel/patches/patch-ab

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

Modified files:

Index: pkgsrc/x11/fspanel/distinfo
diff -u pkgsrc/x11/fspanel/distinfo:1.10 pkgsrc/x11/fspanel/distinfo:1.11
--- pkgsrc/x11/fspanel/distinfo:1.10    Tue Oct 26 11:33:49 2021
+++ pkgsrc/x11/fspanel/distinfo Thu Dec 18 13:07:31 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:33:49 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/12/18 13:07:31 nia Exp $
 
 BLAKE2s (fspanel-0.8beta1.tar.gz) = 932237edcf2300ec18435366cbed29a6a3f0dd284a6ccc65ba28ad45475675ab
 SHA512 (fspanel-0.8beta1.tar.gz) = d2730077d0757450fba8a81d21c92edd1372cf9e0554d09010aa914aea0e39d105fcf9ae5172daf05bc0a6e67adcaf4cafe965b976b31904317b6ebb89a7118d
 Size (fspanel-0.8beta1.tar.gz) = 9703 bytes
 SHA1 (patch-aa) = 8a61200ff8ef1c05b78ed4bb1a9150c52a95b5e5
-SHA1 (patch-ab) = 4b425bf95bef52ca40f63f64ab03bb92799a8359
+SHA1 (patch-ab) = 424486905ba64ce956b4cf888a618fb5af02bfe0
 SHA1 (patch-ac) = 139dd047f884cc0f1cb37bfae39e682cf4de0fd2

Index: pkgsrc/x11/fspanel/patches/patch-ab
diff -u pkgsrc/x11/fspanel/patches/patch-ab:1.2 pkgsrc/x11/fspanel/patches/patch-ab:1.3
--- pkgsrc/x11/fspanel/patches/patch-ab:1.2     Mon Aug  1 17:10:32 2005
+++ pkgsrc/x11/fspanel/patches/patch-ab Thu Dec 18 13:07:31 2025
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.2 2005/08/01 17:10:32 reed Exp $
+$NetBSD: patch-ab,v 1.3 2025/12/18 13:07:31 nia Exp $
 
---- fspanel.c.orig     2002-06-22 22:12:50.000000000 -0700
-+++ fspanel.c  2005-07-28 11:28:40.000000000 -0700
-@@ -559,10 +559,10 @@
+--- fspanel.c.orig     2002-06-23 05:12:50.000000000 +0000
++++ fspanel.c
+@@ -7,6 +7,7 @@
+ 
+ #include <stdlib.h>
+ #include <string.h>
++#include <strings.h>
+ #include <time.h>
+ #include <sys/time.h>
+ #include <sys/types.h>
+@@ -559,10 +560,10 @@ gui_draw_task (task *tk)
  
                /* check how many chars can fit */
                len = strlen (tk->name);
@@ -15,7 +23,7 @@ $NetBSD: patch-ab,v 1.2 2005/08/01 17:10
                                break;
                        len--;
                }
-@@ -678,7 +678,11 @@
+@@ -678,7 +679,11 @@ switch_desk (int new_desk)
        xev.message_type = atom__NET_CURRENT_DESKTOP;
        xev.format = 32;
        xev.data.l[0] = new_desk;



Home | Main Index | Thread Index | Old Index