pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gnome-control-center Add some context to patch-ae....
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c3b42206e7c
branches: trunk
changeset: 551211:0c3b42206e7c
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Wed Dec 10 11:57:18 2008 +0000
description:
Add some context to patch-ae. No functional change, unless you count being
able to build the package on systems with GNU patch lurking around.
diffstat:
x11/gnome-control-center/distinfo | 4 ++--
x11/gnome-control-center/patches/patch-ae | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r ef4c60b869c3 -r 0c3b42206e7c x11/gnome-control-center/distinfo
--- a/x11/gnome-control-center/distinfo Wed Dec 10 11:43:20 2008 +0000
+++ b/x11/gnome-control-center/distinfo Wed Dec 10 11:57:18 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2008/10/16 15:24:01 drochner Exp $
+$NetBSD: distinfo,v 1.6 2008/12/10 11:57:18 dsainty Exp $
SHA1 (gnome-control-center-2.24.0.1.tar.bz2) = daf737c762d53ef984a55fc5008e6a4e85b88294
RMD160 (gnome-control-center-2.24.0.1.tar.bz2) = 5f211b12f7260a8af8c602066133d72cb61cc3f6
@@ -6,4 +6,4 @@
SHA1 (patch-aa) = 377d07ac5071fa19063cd3ecd47c589c53b81b5a
SHA1 (patch-ab) = 82e7da7e90d8c30aa061c49f9f26ae270c122462
SHA1 (patch-ad) = fe6ae649237fe3b07a449b92c35d8a803b4533fb
-SHA1 (patch-ae) = 2a586a333522e967bc513d24ebd8ef907f4919c3
+SHA1 (patch-ae) = fc38771eef736338a70038cf0218005cd0bffb56
diff -r ef4c60b869c3 -r 0c3b42206e7c x11/gnome-control-center/patches/patch-ae
--- a/x11/gnome-control-center/patches/patch-ae Wed Dec 10 11:43:20 2008 +0000
+++ b/x11/gnome-control-center/patches/patch-ae Wed Dec 10 11:57:18 2008 +0000
@@ -1,11 +1,13 @@
-$NetBSD: patch-ae,v 1.1 2008/04/15 17:59:15 drochner Exp $
+$NetBSD: patch-ae,v 1.2 2008/12/10 11:57:18 dsainty Exp $
--- libslab/directory-tile.c.orig 2008-04-03 14:30:21.000000000 +0200
+++ libslab/directory-tile.c
-@@ -672,5 +672,5 @@ static void
+@@ -623,7 +623,7 @@ static void
disown_spawned_child (gpointer user_data)
{
setsid ();
- setpgrp ();
+ setpgid (0, 0);
}
+
+ static void
Home |
Main Index |
Thread Index |
Old Index