pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/nautilus Remove unneeded patches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f14371dd01f8
branches:  trunk
changeset: 393346:f14371dd01f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 19 21:38:33 2009 +0000

description:
Remove unneeded patches.

diffstat:

 sysutils/nautilus/distinfo         |   5 +---
 sysutils/nautilus/patches/patch-af |  40 --------------------------------------
 sysutils/nautilus/patches/patch-ak |  13 ------------
 sysutils/nautilus/patches/patch-al |  12 -----------
 4 files changed, 1 insertions(+), 69 deletions(-)

diffs (91 lines):

diff -r 73a7cbf1b398 -r f14371dd01f8 sysutils/nautilus/distinfo
--- a/sysutils/nautilus/distinfo        Tue May 19 21:32:08 2009 +0000
+++ b/sysutils/nautilus/distinfo        Tue May 19 21:38:33 2009 +0000
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.43 2009/05/19 20:35:34 wiz Exp $
+$NetBSD: distinfo,v 1.44 2009/05/19 21:38:33 wiz Exp $
 
 SHA1 (nautilus-2.26.3.tar.bz2) = e9ec2daac93eac185cef42a688c3ebefcca1f7fe
 RMD160 (nautilus-2.26.3.tar.bz2) = ba8b6dcd14c9d8615900d5ec236555223b3c315e
 Size (nautilus-2.26.3.tar.bz2) = 5913186 bytes
-SHA1 (patch-af) = b8399cda7d9e842a415b8434490805958cea743b
 SHA1 (patch-aj) = d259f39c9bf6e8aad67889bfb27c69fe12bdbfd6
-SHA1 (patch-ak) = e1548234ee9c96b0727710498e8f29a41a6df759
-SHA1 (patch-al) = 28dd784185c8fceef55fcb743731c1e2069510cc
diff -r 73a7cbf1b398 -r f14371dd01f8 sysutils/nautilus/patches/patch-af
--- a/sysutils/nautilus/patches/patch-af        Tue May 19 21:32:08 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-$NetBSD: patch-af,v 1.5 2009/03/16 14:05:04 jmcneill Exp $
-
---- src/nautilus-main.c.orig   2009-02-17 05:50:24.000000000 -0500
-+++ src/nautilus-main.c
-@@ -65,6 +65,24 @@
- #include <exempi/xmp.h>
- #endif
- 
-+#ifdef __NetBSD__
-+#include <pthread.h>
-+
-+/*
-+ * Pth is non-preemptive, so we yield the processor periodically
-+ */
-+
-+#ifdef _PTH_PTHREAD_H_
-+static gint
-+pth_nbschedule (gpointer data)
-+{
-+      sched_yield();
-+
-+      return TRUE;
-+}
-+#endif /* _PTH_PTHREAD_H_ */
-+#endif /* __NetBSD__ */
-+
- /* Keeps track of everyone who wants the main event loop kept active */
- static GSList *event_loop_registrants;
- 
-@@ -505,6 +523,10 @@ main (int argc, char *argv[])
-               if (egg_sm_client_is_resumed (application->smclient)) {
-                       no_default_window = TRUE;
-               }
-+
-+#ifdef _PTH_PTHREAD_H_
-+              gtk_timeout_add (200, pth_nbschedule, NULL);
-+#endif
-               
-               nautilus_application_startup
-                       (application,
diff -r 73a7cbf1b398 -r f14371dd01f8 sysutils/nautilus/patches/patch-ak
--- a/sysutils/nautilus/patches/patch-ak        Tue May 19 21:32:08 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2007/11/12 20:52:52 drochner Exp $
-
---- config.h.in.orig   2007-11-07 11:56:38.000000000 +0100
-+++ config.h.in
-@@ -176,3 +176,8 @@
- 
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
-+
-+/* XXX work around missing check in configure */
-+#if defined(__NetBSD__)
-+#define HAVE_SYS_PARAM_H 1
-+#endif
diff -r 73a7cbf1b398 -r f14371dd01f8 sysutils/nautilus/patches/patch-al
--- a/sysutils/nautilus/patches/patch-al        Tue May 19 21:32:08 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-al,v 1.1 2008/09/15 23:56:48 jmcneill Exp $
-
---- libnautilus-private/nautilus-emblem-utils.c.orig   2008-09-15 19:42:15.000000000 -0400
-+++ libnautilus-private/nautilus-emblem-utils.c        2008-09-15 19:43:07.000000000 -0400
-@@ -25,6 +25,7 @@
- #include <config.h>
- 
- #include <sys/types.h>
-+#include <sys/stat.h>
- #include <utime.h>
- #include <stdio.h>
- #include <string.h>



Home | Main Index | Thread Index | Old Index