pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk2 x11/gtk2: document reason for patch in more d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6cbd85a4dde
branches: trunk
changeset: 317437:c6cbd85a4dde
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jan 06 18:58:34 2019 +0000
description:
x11/gtk2: document reason for patch in more detail
diffstat:
x11/gtk2/distinfo | 4 ++--
x11/gtk2/patches/patch-gtk_gtktooltips.c | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 4a2fd95099d6 -r c6cbd85a4dde x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Sun Jan 06 16:52:22 2019 +0000
+++ b/x11/gtk2/distinfo Sun Jan 06 18:58:34 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.163 2018/01/28 17:02:43 wiz Exp $
+$NetBSD: distinfo,v 1.164 2019/01/06 18:58:34 rillig Exp $
SHA1 (gtk+-2.24.32.tar.xz) = c885ade62b06854590822c8eb906daf7dd15d90a
RMD160 (gtk+-2.24.32.tar.xz) = c0c83479fad040e25159bf7a8a9eb51322716a56
@@ -8,4 +8,4 @@
SHA1 (patch-af) = d59414e24a7da7f8694dbefbd2f0c2c2b60ec5ad
SHA1 (patch-aj) = 9887573ac7ade9e8f8ee2ead68e279f67836a1a3
SHA1 (patch-gtk_gtksearchenginesimple.c) = 3c44b84f2e0d3f7cdfb594bf56370f588d165b14
-SHA1 (patch-gtk_gtktooltips.c) = 593e43bb0aacc0b07c24959f2ac6d84dfd04a780
+SHA1 (patch-gtk_gtktooltips.c) = 94f384b4becd74a9effcdbb72bbe3ee9a58d2bb8
diff -r 4a2fd95099d6 -r c6cbd85a4dde x11/gtk2/patches/patch-gtk_gtktooltips.c
--- a/x11/gtk2/patches/patch-gtk_gtktooltips.c Sun Jan 06 16:52:22 2019 +0000
+++ b/x11/gtk2/patches/patch-gtk_gtktooltips.c Sun Jan 06 18:58:34 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-gtk_gtktooltips.c,v 1.1 2013/10/16 10:59:13 jperkin Exp $
+$NetBSD: patch-gtk_gtktooltips.c,v 1.2 2019/01/06 18:58:34 rillig Exp $
-Avoid multi-line comments after macros, it can confuse parsers.
+Avoid multi-line comments after macros, they confuse g-ir-scanner from
+gobject-introspection on OSX Snow Leopard.
--- gtk/gtktooltips.c.orig 2011-08-16 02:30:52.000000000 +0000
+++ gtk/gtktooltips.c
Home |
Main Index |
Thread Index |
Old Index