pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/tint2 tint2: one more missing include



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc047a74fb08
branches:  trunk
changeset: 376705:cc047a74fb08
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 12 13:49:38 2022 +0000

description:
tint2: one more missing include

diffstat:

 x11/tint2/distinfo                      |   3 ++-
 x11/tint2/patches/patch-src_util_area.c |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r f64a9e801075 -r cc047a74fb08 x11/tint2/distinfo
--- a/x11/tint2/distinfo        Tue Apr 12 13:47:10 2022 +0000
+++ b/x11/tint2/distinfo        Tue Apr 12 13:49:38 2022 +0000
@@ -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
diff -r f64a9e801075 -r cc047a74fb08 x11/tint2/patches/patch-src_util_area.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tint2/patches/patch-src_util_area.c   Tue Apr 12 13:49:38 2022 +0000
@@ -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