pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/tint2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 12 13:49:38 UTC 2022

Modified Files:
        pkgsrc/x11/tint2: distinfo
Added Files:
        pkgsrc/x11/tint2/patches: patch-src_util_area.c

Log Message:
tint2: one more missing include


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/tint2/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/tint2/patches/patch-src_util_area.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/tint2/distinfo
diff -u pkgsrc/x11/tint2/distinfo:1.14 pkgsrc/x11/tint2/distinfo:1.15
--- pkgsrc/x11/tint2/distinfo:1.14      Tue Apr 12 13:45:58 2022
+++ pkgsrc/x11/tint2/distinfo   Tue Apr 12 13:49:38 2022
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.14 2022/04/12 13:45:58 tnn Exp $
+$NetBSD: distinfo,v 1.15 2022/04/12 13:49:38 tnn Exp $
 
 BLAKE2s (tint2-v17.0.2.tar.bz2) = dac47c5d25014eec0854b22a28ce3417c0dbf15f031c26bcde312401e1708693
 SHA512 (tint2-v17.0.2.tar.bz2) = 2b309fd1ab01e5176cc95e0651f28224b158c2bafd58cfff19840b0f8e880e9f4dcefeff32bc66d5fac11d932d4ee668ea7ddd7bab860f9edcfcdb7074e0e0ed
 Size (tint2-v17.0.2.tar.bz2) = 405654 bytes
 SHA1 (patch-aa) = fdf0fe697ceb576068b0873532ac406b59752370
+SHA1 (patch-src_util_area.c) = 93a56ee62af285d7ececc44b69bde623626b6b85
 SHA1 (patch-src_util_bt.c) = 7b4007a67f20a5fa42b7667ace28f1bf0dc241be
 SHA1 (patch-src_util_common.c) = 66808606e9ab5f138107ac41cfd4f8bd6340baa4
 SHA1 (patch-src_util_gradient.c) = aa245b1c2cff66a34ef70edcc9648d37fb9a72e5

Added files:

Index: pkgsrc/x11/tint2/patches/patch-src_util_area.c
diff -u /dev/null pkgsrc/x11/tint2/patches/patch-src_util_area.c:1.1
--- /dev/null   Tue Apr 12 13:49:38 2022
+++ pkgsrc/x11/tint2/patches/patch-src_util_area.c      Tue Apr 12 13:49:38 2022
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_util_area.c,v 1.1 2022/04/12 13:49:38 tnn Exp $
+
+for bzero(3) on SunOS
+
+--- src/util/area.c.orig       2021-12-04 09:46:45.000000000 +0000
++++ src/util/area.c
+@@ -26,6 +26,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <strings.h>
+ #include <pango/pangocairo.h>
+ 
+ #include "area.h"



Home | Main Index | Thread Index | Old Index