pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/tile
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 16 13:54:37 UTC 2026
Modified Files:
pkgsrc/x11/tile: distinfo
Added Files:
pkgsrc/x11/tile/patches: patch-avoid.c
Log Message:
tile: Fix implicit declaration of index(3).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/tile/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/tile/patches/patch-avoid.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/tile/distinfo
diff -u pkgsrc/x11/tile/distinfo:1.7 pkgsrc/x11/tile/distinfo:1.8
--- pkgsrc/x11/tile/distinfo:1.7 Tue Oct 26 11:34:29 2021
+++ pkgsrc/x11/tile/distinfo Mon Mar 16 13:54:37 2026
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:29 nia Exp $
+$NetBSD: distinfo,v 1.8 2026/03/16 13:54:37 nia Exp $
BLAKE2s (tile_0.7.3.tar.gz) = a931f69fb9acad031975393479994b51372accca3d85ebd8c2b9cc092bf05f5b
SHA512 (tile_0.7.3.tar.gz) = 689dc10179c5505fb721091ecc3a09b24820279bbcfc1978c1927544002b1958460c9f2aee49035cbb03b8ae20f5e4f1e9411b19204f82afcbc39861d471642b
Size (tile_0.7.3.tar.gz) = 111272 bytes
SHA1 (patch-aa) = fd30d12795bb6b4f344cd251665936fc7285f97f
SHA1 (patch-ab) = 5de44faad3125de2cbbe90bd11412674a28e75db
+SHA1 (patch-avoid.c) = abcaceab30fbd8d7d31a917de7b900a077a74100
Added files:
Index: pkgsrc/x11/tile/patches/patch-avoid.c
diff -u /dev/null pkgsrc/x11/tile/patches/patch-avoid.c:1.1
--- /dev/null Mon Mar 16 13:54:37 2026
+++ pkgsrc/x11/tile/patches/patch-avoid.c Mon Mar 16 13:54:37 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-avoid.c,v 1.1 2026/03/16 13:54:37 nia Exp $
+
+Fix implicit declaration of index(3).
+
+--- avoid.c.orig 2026-03-16 13:39:01.958909128 +0000
++++ avoid.c
+@@ -30,6 +30,7 @@
+ #include <X11/Xutil.h>
+ #include <X11/Intrinsic.h>
+ #include <stdio.h>
++#include <strings.h>
+ #include "tilerc.h"
+ #include "tile.h"
+ #include "avoid.h"
Home |
Main Index |
Thread Index |
Old Index