summaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-10 02:36:48 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-10 02:36:48 +0800
commitd3a00a56103e1e60837e822b0b8399f59e69a8ee (patch)
tree5a2ae71a79ca3aeae1f9dbfcdb747cf6168eace3 /audio/pulseaudio/files
parentca20f4238b051d81c1a72233b08d63749eacb3f0 (diff)
downloadmarcuscom-ports-d3a00a56103e1e60837e822b0b8399f59e69a8ee.tar
marcuscom-ports-d3a00a56103e1e60837e822b0b8399f59e69a8ee.tar.gz
marcuscom-ports-d3a00a56103e1e60837e822b0b8399f59e69a8ee.tar.bz2
marcuscom-ports-d3a00a56103e1e60837e822b0b8399f59e69a8ee.tar.lz
marcuscom-ports-d3a00a56103e1e60837e822b0b8399f59e69a8ee.tar.xz
marcuscom-ports-d3a00a56103e1e60837e822b0b8399f59e69a8ee.tar.zst
marcuscom-ports-d3a00a56103e1e60837e822b0b8399f59e69a8ee.zip
Remove now that its updated in the offical ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/pulseaudio/files')
-rw-r--r--audio/pulseaudio/files/patch-config.h.in15
-rw-r--r--audio/pulseaudio/files/patch-configure11
-rw-r--r--audio/pulseaudio/files/patch-polyp_default.pa.in11
-rw-r--r--audio/pulseaudio/files/patch-polyp_module-protocol-stub.c10
-rw-r--r--audio/pulseaudio/files/patch-polyp_pid.c10
-rw-r--r--audio/pulseaudio/files/patch-polyp_polyplib-context.c10
-rw-r--r--audio/pulseaudio/files/patch-polyp_util.c24
7 files changed, 0 insertions, 91 deletions
diff --git a/audio/pulseaudio/files/patch-config.h.in b/audio/pulseaudio/files/patch-config.h.in
deleted file mode 100644
index a656b2e7a..000000000
--- a/audio/pulseaudio/files/patch-config.h.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- config.h.in.orig Sat Oct 30 01:24:45 2004
-+++ config.h.in Sat Oct 30 01:25:49 2004
-@@ -68,6 +68,12 @@
- /* Define to 1 if you have the `munmap' function. */
- #undef HAVE_MUNMAP
-
-+/* Define to 1 if you have the `getgrgid_r' function. */
-+#undef HAVE_GETGRGID_R
-+
-+/* Define to 1 if you have the `getpwuid_r' function. */
-+#undef HAVE_GETPWUID_R
-+
- /* Define to 1 if you have the <netdb.h> header file. */
- #undef HAVE_NETDB_H
-
diff --git a/audio/pulseaudio/files/patch-configure b/audio/pulseaudio/files/patch-configure
deleted file mode 100644
index 6f68894a9..000000000
--- a/audio/pulseaudio/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Fri Dec 31 14:10:44 2004
-+++ configure Fri Dec 31 14:12:12 2004
-@@ -24488,7 +24488,7 @@
-
-
-
--for ac_func in gethostname gettimeofday memchr memmove memset mkdir mkfifo munmap rmdir socket strcspn strerror strrchr strspn strstr strtol strtoul strcasecmp putenv strchr strpbrk strdup getgrgid_r getpwuid_r regcomp ftruncate select
-+for ac_func in gethostname gettimeofday memchr memmove memset mkdir mkfifo munmap rmdir socket strcspn strerror strrchr strspn strstr strtol strtoul strcasecmp putenv strchr strpbrk strdup regcomp ftruncate select
- do
- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
- echo "$as_me:$LINENO: checking for $ac_func" >&5
diff --git a/audio/pulseaudio/files/patch-polyp_default.pa.in b/audio/pulseaudio/files/patch-polyp_default.pa.in
deleted file mode 100644
index efa10271d..000000000
--- a/audio/pulseaudio/files/patch-polyp_default.pa.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- polyp/default.pa.in.orig Sun Nov 21 22:27:41 2004
-+++ polyp/default.pa.in Fri Dec 31 14:16:34 2004
-@@ -53,7 +53,7 @@
- .nofail
-
- # Load something to the sample cache
--load-sample x11-bell /usr/share/sounds/KDE_Notify.wav
-+load-sample x11-bell %%LOCALBASE%%/share/sounds/KDE_Notify.wav
- load-sample-dir-lazy /usr/share/sounds/*.wav
-
- # Load X11 bell module
diff --git a/audio/pulseaudio/files/patch-polyp_module-protocol-stub.c b/audio/pulseaudio/files/patch-polyp_module-protocol-stub.c
deleted file mode 100644
index cd2f0113e..000000000
--- a/audio/pulseaudio/files/patch-polyp_module-protocol-stub.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- polyp/module-protocol-stub.c.orig Fri Dec 31 15:22:48 2004
-+++ polyp/module-protocol-stub.c Fri Dec 31 15:34:51 2004
-@@ -28,6 +28,7 @@
- #include <stdio.h>
- #include <assert.h>
- #include <arpa/inet.h>
-+#include <sys/syslimits.h>
- #include <unistd.h>
- #include <netinet/in.h>
-
diff --git a/audio/pulseaudio/files/patch-polyp_pid.c b/audio/pulseaudio/files/patch-polyp_pid.c
deleted file mode 100644
index 2dace12b7..000000000
--- a/audio/pulseaudio/files/patch-polyp_pid.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- polyp/pid.c.orig Fri Dec 31 15:36:25 2004
-+++ polyp/pid.c Fri Dec 31 15:36:37 2004
-@@ -32,6 +32,7 @@
- #include <assert.h>
- #include <stdlib.h>
- #include <limits.h>
-+#include <sys/stat.h>
- #include <signal.h>
-
- #include "pid.h"
diff --git a/audio/pulseaudio/files/patch-polyp_polyplib-context.c b/audio/pulseaudio/files/patch-polyp_polyplib-context.c
deleted file mode 100644
index 931ab71b8..000000000
--- a/audio/pulseaudio/files/patch-polyp_polyplib-context.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- polyp/polyplib-context.c.orig Fri Dec 31 14:39:40 2004
-+++ polyp/polyplib-context.c Fri Dec 31 14:40:00 2004
-@@ -29,6 +29,7 @@
- #include <string.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/syslimits.h>
- #include <netdb.h>
- #include <unistd.h>
- #include <sys/stat.h>
diff --git a/audio/pulseaudio/files/patch-polyp_util.c b/audio/pulseaudio/files/patch-polyp_util.c
deleted file mode 100644
index 580c06850..000000000
--- a/audio/pulseaudio/files/patch-polyp_util.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- polyp/util.c.orig Sun Nov 21 16:27:41 2004
-+++ polyp/util.c Tue Jan 4 17:13:51 2005
-@@ -34,6 +34,7 @@
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <sys/socket.h>
- #include <pwd.h>
- #include <signal.h>
- #include <pthread.h>
-@@ -285,7 +286,13 @@
- if ((e = getenv("HOME")))
- return pa_strlcpy(s, e, l);
-
-+#ifdef HAVE_GETPWUID_R
- if (getpwuid_r(getuid(), &pw, buf, sizeof(buf), &r) != 0 || !r) {
-+#else
-+ /* XXX Not thead-safe, but needed on OSes (e.g. FreeBSD 4.X)
-+ * that do not support getpwuid_r. */
-+ if ((r = getpwuid(getuid())) == NULL) {
-+#endif
- pa_log(__FILE__": getpwuid_r() failed\n");
- return NULL;
- }