aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-19 01:33:00 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-19 01:33:00 +0000
commit30a4e9d45c20a2f7c1f5f67946ed8072179b920a (patch)
treef326b83e594188dcb58e1e81ca9c5e849e563aba /audio/rhythmbox/files
parentca00f87f86409fe6edfdf5a6e607e1c4ee02ebdf (diff)
downloadports-30a4e9d45c20a2f7c1f5f67946ed8072179b920a.tar.gz
ports-30a4e9d45c20a2f7c1f5f67946ed8072179b920a.zip
Notes
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r--audio/rhythmbox/files/patch-lib_getline.c12
-rw-r--r--audio/rhythmbox/files/patch-library_rb-library-main-thread.c11
-rw-r--r--audio/rhythmbox/files/patch-library_rb-library-walker-thread.c11
-rw-r--r--audio/rhythmbox/files/patch-library_rb-node.c11
4 files changed, 0 insertions, 45 deletions
diff --git a/audio/rhythmbox/files/patch-lib_getline.c b/audio/rhythmbox/files/patch-lib_getline.c
deleted file mode 100644
index 448b0d9d0780..000000000000
--- a/audio/rhythmbox/files/patch-lib_getline.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/getline.c.orig Fri Feb 14 20:42:13 2003
-+++ lib/getline.c Fri Feb 14 20:44:09 2003
-@@ -43,6 +43,9 @@
-
- # include "getstr.h"
-
-+int getline (char **, size_t *, FILE *);
-+int getdelim (char **, size_t *, int, FILE *);
-+
- int
- getline (char **lineptr, size_t *n, FILE *stream)
- {
diff --git a/audio/rhythmbox/files/patch-library_rb-library-main-thread.c b/audio/rhythmbox/files/patch-library_rb-library-main-thread.c
deleted file mode 100644
index 44611505c449..000000000000
--- a/audio/rhythmbox/files/patch-library_rb-library-main-thread.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- library/rb-library-main-thread.c.orig Sat May 17 20:56:40 2003
-+++ library/rb-library-main-thread.c Sat May 17 20:56:47 2003
-@@ -325,7 +325,7 @@
- rb_echo_area_end_task (echoarea, taskid);
- g_mutex_unlock (priv->lock);
-
-- g_usleep (10);
-+ g_usleep (10000);
- }
-
- return NULL;
diff --git a/audio/rhythmbox/files/patch-library_rb-library-walker-thread.c b/audio/rhythmbox/files/patch-library_rb-library-walker-thread.c
deleted file mode 100644
index 1301febfd7cc..000000000000
--- a/audio/rhythmbox/files/patch-library_rb-library-walker-thread.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- library/rb-library-walker-thread.c.orig Sun Feb 9 13:09:48 2003
-+++ library/rb-library-walker-thread.c Sat May 17 21:02:36 2003
-@@ -325,7 +325,7 @@
-
- g_mutex_unlock (thread->priv->lock);
-
-- g_usleep (10);
-+ g_usleep (10000);
- }
-
- return NULL;
diff --git a/audio/rhythmbox/files/patch-library_rb-node.c b/audio/rhythmbox/files/patch-library_rb-node.c
deleted file mode 100644
index ec9a5c35830d..000000000000
--- a/audio/rhythmbox/files/patch-library_rb-node.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- library/rb-node.c.orig Sun Feb 9 03:12:01 2003
-+++ library/rb-node.c Mon Apr 21 20:27:45 2003
-@@ -852,7 +861,7 @@
- int property_id)
- {
- GValue *ret;
-- long mtime;
-+ time_t mtime;
- char *retval;
-
- g_return_val_if_fail (RB_IS_NODE (node), NULL);