pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xaniroc
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 23 11:32:02 UTC 2026
Modified Files:
pkgsrc/x11/xaniroc: distinfo
pkgsrc/x11/xaniroc/patches: patch-aa
Log Message:
xaniroc: Fix implicit function decls
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xaniroc/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xaniroc/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xaniroc/distinfo
diff -u pkgsrc/x11/xaniroc/distinfo:1.7 pkgsrc/x11/xaniroc/distinfo:1.8
--- pkgsrc/x11/xaniroc/distinfo:1.7 Tue Oct 26 11:34:33 2021
+++ pkgsrc/x11/xaniroc/distinfo Mon Mar 23 11:32:02 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:33 nia Exp $
+$NetBSD: distinfo,v 1.8 2026/03/23 11:32:02 nia Exp $
BLAKE2s (xaniroc.src.tar.Z) = 8c6d972f8114a61c78e8ca8f6f371925f41538e5e7694ee67c31fc02fe8d8742
SHA512 (xaniroc.src.tar.Z) = 1606c8fee669acf62e5a0840dbeb7a6232047a41b92dfb955a65054b0b57184a88b929f2174f7f884cd8fd1e25e3e1d38549246266aef5bfb5514b10434b20f3
Size (xaniroc.src.tar.Z) = 16747 bytes
-SHA1 (patch-aa) = 26e849c5a0650be740009dfeade422cff80e9708
+SHA1 (patch-aa) = 6f0e15298b4db112d0fe9e1a44c87b239c079273
Index: pkgsrc/x11/xaniroc/patches/patch-aa
diff -u pkgsrc/x11/xaniroc/patches/patch-aa:1.1 pkgsrc/x11/xaniroc/patches/patch-aa:1.2
--- pkgsrc/x11/xaniroc/patches/patch-aa:1.1 Thu Apr 14 07:28:40 2005
+++ pkgsrc/x11/xaniroc/patches/patch-aa Mon Mar 23 11:32:02 2026
@@ -1,8 +1,20 @@
-$NetBSD: patch-aa,v 1.1 2005/04/14 07:28:40 tron Exp $
+$NetBSD: patch-aa,v 1.2 2026/03/23 11:32:02 nia Exp $
--- xaniroc.c.orig 1994-01-07 10:51:13.000000000 +0000
-+++ xaniroc.c 2005-04-14 08:18:12.000000000 +0100
-@@ -62,22 +62,19 @@
++++ xaniroc.c
+@@ -19,9 +19,10 @@
+ */
+
+ #include <stdio.h> /* get standard I/O functions */
++#include <stdlib.h> /* get standard lib functions */
+ #include <X11/Xlib.h> /* get the X library definitions */
+ #include <X11/Xutil.h> /* get the X11 utility definitions */
+-#include <sys/signal.h> /* get signal definitions */
++#include <signal.h> /* get signal definitions */
+ #include <sys/time.h> /* get time definitions */
+ #include <string.h> /* get string functions */
+ #include "bitmaps.h" /* get the bitmaps for the cursor */
+@@ -62,22 +63,19 @@ GC gc_xor, /* GC's */
***************************************************************************************************
*/
@@ -28,7 +40,7 @@ $NetBSD: patch-aa,v 1.1 2005/04/14 07:28
{
/***************************************************************************************************
-@@ -311,6 +308,7 @@
+@@ -311,6 +309,7 @@ void main(int argc, char *argv[])
if(i >= 24) i = 0;
}
}
@@ -36,7 +48,7 @@ $NetBSD: patch-aa,v 1.1 2005/04/14 07:28
} /*end of main */
/***************************************************************************************************
-@@ -387,11 +385,7 @@
+@@ -387,11 +386,7 @@ int pointer_in_rootwindow(void)
* signal handler that cleans up the cursor
***************************************************************************************************
*/
Home |
Main Index |
Thread Index |
Old Index