pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xgrk
Module Name: pkgsrc
Committed By: nia
Date: Thu Jun 18 16:15:31 UTC 2026
Modified Files:
pkgsrc/x11/xgrk: distinfo
Added Files:
pkgsrc/x11/xgrk/patches: patch-xgrk.c
Log Message:
xgrk: Fix build with GCC 14.
Include <string.h> for strcmp(3) and memcmp(3).
Fix an implicit int so that this compiles with GCC 14.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xgrk/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xgrk/patches/patch-xgrk.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/xgrk/distinfo
diff -u pkgsrc/x11/xgrk/distinfo:1.6 pkgsrc/x11/xgrk/distinfo:1.7
--- pkgsrc/x11/xgrk/distinfo:1.6 Tue Oct 26 11:34:49 2021
+++ pkgsrc/x11/xgrk/distinfo Thu Jun 18 16:15:31 2026
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:34:49 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/06/18 16:15:31 nia Exp $
BLAKE2s (xgrk-1.6.3.tar.gz) = 8db12be7d104e0dcd53085ad3c1a81741a412273ae08a5fc11c4de4a97b953f3
SHA512 (xgrk-1.6.3.tar.gz) = 929be2fcc2a08d537a0b0c4991849a9d5c377e89a7e8a305b7247c0efc0cd821a93745ff0f27b6210fd4085c06cbe47cd42f3e3548bd9f1114f75c4a58aa22f2
Size (xgrk-1.6.3.tar.gz) = 25039 bytes
SHA1 (patch-aa) = a0031b6ddda14c9b9803c2e2b18df7a5fdf17f3b
SHA1 (patch-ab) = 493d021068e09cdce68d9bfa99f2738950663650
+SHA1 (patch-xgrk.c) = 469edb82270f752fed40355447adc46835ff1776
Added files:
Index: pkgsrc/x11/xgrk/patches/patch-xgrk.c
diff -u /dev/null pkgsrc/x11/xgrk/patches/patch-xgrk.c:1.1
--- /dev/null Thu Jun 18 16:15:31 2026
+++ pkgsrc/x11/xgrk/patches/patch-xgrk.c Thu Jun 18 16:15:31 2026
@@ -0,0 +1,24 @@
+$NetBSD: patch-xgrk.c,v 1.1 2026/06/18 16:15:31 nia Exp $
+
+Include <string.h> for strcmp(3) and memcmp(3).
+
+Fix an implicit int so that this compiles with GCC 14.
+
+--- xgrk.c.orig 2026-06-18 16:12:40.410866772 +0000
++++ xgrk.c
+@@ -11,6 +11,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <errno.h>
+ #include <X11/X.h>
+ #include <X11/Xlib.h>
+@@ -94,6 +95,7 @@ pipe_hdl(int koko)
+ exit(koko);
+ }
+
++void
+ quit() {
+ fprintf(stderr,"xgrk:Reseting to Latin...\n");
+ setmap (d, -1);
Home |
Main Index |
Thread Index |
Old Index