pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/amiwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 23 11:34:07 UTC 2026

Modified Files:
        pkgsrc/wm/amiwm: distinfo
Added Files:
        pkgsrc/wm/amiwm/patches: patch-launchermodule.c

Log Message:
amiwm: Fix implicit function decls


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/wm/amiwm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/amiwm/patches/patch-launchermodule.c

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

Modified files:

Index: pkgsrc/wm/amiwm/distinfo
diff -u pkgsrc/wm/amiwm/distinfo:1.13 pkgsrc/wm/amiwm/distinfo:1.14
--- pkgsrc/wm/amiwm/distinfo:1.13       Sun Aug 13 19:05:53 2023
+++ pkgsrc/wm/amiwm/distinfo    Mon Mar 23 11:34:07 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2023/08/13 19:05:53 pin Exp $
+$NetBSD: distinfo,v 1.14 2026/03/23 11:34:07 nia Exp $
 
 BLAKE2s (amiwm0.22pl2.tar.gz) = 3b3a2a7b846566920c1f568ac73dede24ad496e699f61271402343139975bf83
 SHA512 (amiwm0.22pl2.tar.gz) = 612715d8b736c5c2a1ae9f108056ce9062e1b1b5d717a31a48f643905bcbacbe3e7652b96828462ef8af8da2ed9ac27343243a4dec1388121b348ba8fb84f0d0
 Size (amiwm0.22pl2.tar.gz) = 193340 bytes
 SHA1 (patch-Makefile.in) = 0167bd00ca77cae4f2ad0014cdf7bfbdf83b2f84
+SHA1 (patch-launchermodule.c) = b56b5be4e4139a780855a246a62537305d3a16a9

Added files:

Index: pkgsrc/wm/amiwm/patches/patch-launchermodule.c
diff -u /dev/null pkgsrc/wm/amiwm/patches/patch-launchermodule.c:1.1
--- /dev/null   Mon Mar 23 11:34:07 2026
+++ pkgsrc/wm/amiwm/patches/patch-launchermodule.c      Mon Mar 23 11:34:07 2026
@@ -0,0 +1,17 @@
+$NetBSD: patch-launchermodule.c,v 1.1 2026/03/23 11:34:07 nia Exp $
+
+Fix implicit function declarations.
+
+--- launchermodule.c.orig      2026-03-23 11:14:11.590855946 +0000
++++ launchermodule.c
+@@ -3,8 +3,10 @@
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <X11/Xlib.h>
++#include <X11/Xresource.h>
+ #include <X11/Xutil.h>
+ #include "libami.h"
++#include "alloc.h"
+ #include "drawinfo.h"
+ 
+ char *progname;



Home | Main Index | Thread Index | Old Index