pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/afterstep



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Sep  6 13:29:18 UTC 2025

Modified Files:
        pkgsrc/wm/afterstep: distinfo
Added Files:
        pkgsrc/wm/afterstep/patches: patch-libAfterConf_Feel.c

Log Message:
afterstep: fix missing function declaration noted by recent GCC


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/wm/afterstep/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/afterstep/patches/patch-libAfterConf_Feel.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/afterstep/distinfo
diff -u pkgsrc/wm/afterstep/distinfo:1.29 pkgsrc/wm/afterstep/distinfo:1.30
--- pkgsrc/wm/afterstep/distinfo:1.29   Thu Sep  4 22:50:51 2025
+++ pkgsrc/wm/afterstep/distinfo        Sat Sep  6 13:29:18 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2025/09/04 22:50:51 gutteridge Exp $
+$NetBSD: distinfo,v 1.30 2025/09/06 13:29:18 gutteridge Exp $
 
 BLAKE2s (AfterStep-2.2.12.tar.bz2) = 7805d82301489abce1fb81b73beeff5c2efee85592281578a06c3bcbe1056ac8
 SHA512 (AfterStep-2.2.12.tar.bz2) = 5cac6ce74b24cbcc5b8e8a6f7cc9308e110f0d09597af1fa0a8730d5f5111932a23332629bc4d372fc8d9583a514d97e35f747b17decf8d4ebfe5e3f20cdbbee
@@ -20,6 +20,7 @@ SHA1 (patch-libAfterBase_parse.h) = 5e2e
 SHA1 (patch-libAfterBase_selfdiag.c) = 72fa80bb37f8c73bcf27eb9c0a7b65af561d2e96
 SHA1 (patch-libAfterConf_Color.c) = fb4de950918c36cedf0b0364466f16660257f43e
 SHA1 (patch-libAfterConf_DesktopEntry.c) = e62c9cdb7fb1a05954fed56a28b5b2b38f79aa07
+SHA1 (patch-libAfterConf_Feel.c) = 7cd0d3672edec8f06538de560b66203b11fd84ba
 SHA1 (patch-libAfterImage_Makefile.in) = ab36cc32d9d4ff44ec33471b279715715227ee26
 SHA1 (patch-libAfterImage_aftershow_Makefile.in) = 7183aa0afcf0bccd7fea676184ebd5afa2c453d5
 SHA1 (patch-libAfterImage_apps_Makefile.in) = b7eadc7631ba0b076d481b318511b2273c1d7082

Added files:

Index: pkgsrc/wm/afterstep/patches/patch-libAfterConf_Feel.c
diff -u /dev/null pkgsrc/wm/afterstep/patches/patch-libAfterConf_Feel.c:1.1
--- /dev/null   Sat Sep  6 13:29:18 2025
+++ pkgsrc/wm/afterstep/patches/patch-libAfterConf_Feel.c       Sat Sep  6 13:29:18 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-libAfterConf_Feel.c,v 1.1 2025/09/06 13:29:18 gutteridge Exp $
+
+Need function prototype for XkbKeycodeToKeysym(3).
+
+--- libAfterConf/Feel.c.orig   2013-05-01 13:34:11.000000000 +0000
++++ libAfterConf/Feel.c
+@@ -20,6 +20,8 @@
+ 
+ #define LOCAL_DEBUG
+ 
++#include <X11/XKBlib.h>
++
+ #include "../configure.h"
+ #include "../libAfterStep/asapp.h"
+ #include "../libAfterStep/afterstep.h"



Home | Main Index | Thread Index | Old Index