pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xlogout



Module Name:    pkgsrc
Committed By:   mrg
Date:           Fri Sep 19 06:11:31 UTC 2025

Modified Files:
        pkgsrc/x11/xlogout: distinfo
        pkgsrc/x11/xlogout/patches: patch-xlogout_c

Log Message:
make build with GCC 14.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xlogout/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xlogout/patches/patch-xlogout_c

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

Modified files:

Index: pkgsrc/x11/xlogout/distinfo
diff -u pkgsrc/x11/xlogout/distinfo:1.7 pkgsrc/x11/xlogout/distinfo:1.8
--- pkgsrc/x11/xlogout/distinfo:1.7     Tue Oct 26 11:34:51 2021
+++ pkgsrc/x11/xlogout/distinfo Fri Sep 19 06:11:31 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:51 nia Exp $
+$NetBSD: distinfo,v 1.8 2025/09/19 06:11:31 mrg Exp $
 
 BLAKE2s (xlogout.tar.gz) = 775188c36bd846119cd1b24f3fe13b0e411317c8b20f44f606c9e09579d77e81
 SHA512 (xlogout.tar.gz) = ee89b4286a1ceab96aa3bdddab168f7cdc34c4eceac37f913c7474acd141713b0e11a24882794182d296176157fb9977985fe2f8d7121c3d4911d4d22fecd2c3
 Size (xlogout.tar.gz) = 5612 bytes
 SHA1 (patch-aa) = 1ebcafc86e02690f5400c5fc30f5983c555eea84
-SHA1 (patch-xlogout_c) = af7c8c2fb0fcaa69f31a3beb1fc458e19e24039b
+SHA1 (patch-xlogout_c) = 568361bc9e72d52aea9eb6218eb15fbaf1401ca2

Index: pkgsrc/x11/xlogout/patches/patch-xlogout_c
diff -u pkgsrc/x11/xlogout/patches/patch-xlogout_c:1.1 pkgsrc/x11/xlogout/patches/patch-xlogout_c:1.2
--- pkgsrc/x11/xlogout/patches/patch-xlogout_c:1.1      Mon Aug  1 06:03:35 2011
+++ pkgsrc/x11/xlogout/patches/patch-xlogout_c  Fri Sep 19 06:11:31 2025
@@ -1,8 +1,19 @@
-$NetBSD: patch-xlogout_c,v 1.1 2011/08/01 06:03:35 dholland Exp $
+$NetBSD: patch-xlogout_c,v 1.2 2025/09/19 06:11:31 mrg Exp $
 
---- xlogout.c~ 1989-11-29 23:29:37.000000000 +0000
-+++ xlogout.c
-@@ -48,7 +48,7 @@ static XrmOptionDescRec options[] = {
+Updates for modern C / compilers.
+
+
+--- xlogout.c.orig     1989-11-29 15:29:37.000000000 -0800
++++ xlogout.c  2025-09-18 23:09:49.064475473 -0700
+@@ -27,6 +27,7 @@
+ /* An example of popup dialog boxes using X11R4 and the Athena widget set */
+ 
+ #include <stdio.h>                    /* For the Syntax message */
++#include <stdlib.h>
+ #include <X11/Intrinsic.h>
+ #include <X11/StringDefs.h>
+ #include <X11/Xaw/Cardinals.h>
+@@ -48,7 +49,7 @@
  };
  
  



Home | Main Index | Thread Index | Old Index