pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk2
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jan 6 18:58:34 UTC 2019
Modified Files:
pkgsrc/x11/gtk2: distinfo
pkgsrc/x11/gtk2/patches: patch-gtk_gtktooltips.c
Log Message:
x11/gtk2: document reason for patch in more detail
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 pkgsrc/x11/gtk2/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/gtk2/patches/patch-gtk_gtktooltips.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/gtk2/distinfo
diff -u pkgsrc/x11/gtk2/distinfo:1.163 pkgsrc/x11/gtk2/distinfo:1.164
--- pkgsrc/x11/gtk2/distinfo:1.163 Sun Jan 28 17:02:43 2018
+++ pkgsrc/x11/gtk2/distinfo Sun Jan 6 18:58:34 2019
@@ -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-ab) = 9c82cc60f3825d377a197c
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
Index: pkgsrc/x11/gtk2/patches/patch-gtk_gtktooltips.c
diff -u pkgsrc/x11/gtk2/patches/patch-gtk_gtktooltips.c:1.1 pkgsrc/x11/gtk2/patches/patch-gtk_gtktooltips.c:1.2
--- pkgsrc/x11/gtk2/patches/patch-gtk_gtktooltips.c:1.1 Wed Oct 16 10:59:13 2013
+++ pkgsrc/x11/gtk2/patches/patch-gtk_gtktooltips.c Sun Jan 6 18:58:34 2019
@@ -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