summaryrefslogtreecommitdiff
path: root/sysutils/nautilus
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-19 21:38:33 +0000
committerwiz <wiz>2009-05-19 21:38:33 +0000
commit02fec4ac6e96139650da6428b1579a0d090ffce6 (patch)
tree51a3917eaff90ad98473d36032697179a5dbc0dc /sysutils/nautilus
parentf552cf9f46f4dde62e8fce220f8fbaa0ecd1ea01 (diff)
downloadpkgsrc-02fec4ac6e96139650da6428b1579a0d090ffce6.tar.gz
Remove unneeded patches.
Diffstat (limited to 'sysutils/nautilus')
-rw-r--r--sysutils/nautilus/distinfo5
-rw-r--r--sysutils/nautilus/patches/patch-af40
-rw-r--r--sysutils/nautilus/patches/patch-ak13
-rw-r--r--sysutils/nautilus/patches/patch-al12
4 files changed, 1 insertions, 69 deletions
diff --git a/sysutils/nautilus/distinfo b/sysutils/nautilus/distinfo
index dfafadde854..2c6e22ca7e3 100644
--- a/sysutils/nautilus/distinfo
+++ b/sysutils/nautilus/distinfo
@@ -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 --git a/sysutils/nautilus/patches/patch-af b/sysutils/nautilus/patches/patch-af
deleted file mode 100644
index 2c1bdefd79f..00000000000
--- a/sysutils/nautilus/patches/patch-af
+++ /dev/null
@@ -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 --git a/sysutils/nautilus/patches/patch-ak b/sysutils/nautilus/patches/patch-ak
deleted file mode 100644
index 4837717675b..00000000000
--- a/sysutils/nautilus/patches/patch-ak
+++ /dev/null
@@ -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 --git a/sysutils/nautilus/patches/patch-al b/sysutils/nautilus/patches/patch-al
deleted file mode 100644
index 2ff20cf0192..00000000000
--- a/sysutils/nautilus/patches/patch-al
+++ /dev/null
@@ -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>