diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-08 07:34:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-08 07:34:47 +0800 |
commit | fb58694f34960109063dc25161ca10f8aeb55a7a (patch) | |
tree | 8d1e79db9b6c7437ad91acac6330b6b02cd5fce7 /audio/pulseaudio/files | |
parent | 6b8ed86fcc51eb907eb0eb8441d6f1b03dc9fcf4 (diff) | |
download | marcuscom-ports-fb58694f34960109063dc25161ca10f8aeb55a7a.tar marcuscom-ports-fb58694f34960109063dc25161ca10f8aeb55a7a.tar.gz marcuscom-ports-fb58694f34960109063dc25161ca10f8aeb55a7a.tar.bz2 marcuscom-ports-fb58694f34960109063dc25161ca10f8aeb55a7a.tar.lz marcuscom-ports-fb58694f34960109063dc25161ca10f8aeb55a7a.tar.xz marcuscom-ports-fb58694f34960109063dc25161ca10f8aeb55a7a.tar.zst marcuscom-ports-fb58694f34960109063dc25161ca10f8aeb55a7a.zip |
Add en upgrade to version 0.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/pulseaudio/files')
-rw-r--r-- | audio/pulseaudio/files/patch-config.h.in | 15 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-configure | 11 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-polyp_default.pa.in | 11 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-polyp_module-protocol-stub.c | 10 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-polyp_pid.c | 10 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-polyp_polyplib-context.c | 10 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-polyp_util.c | 24 |
7 files changed, 91 insertions, 0 deletions
diff --git a/audio/pulseaudio/files/patch-config.h.in b/audio/pulseaudio/files/patch-config.h.in new file mode 100644 index 000000000..a656b2e7a --- /dev/null +++ b/audio/pulseaudio/files/patch-config.h.in @@ -0,0 +1,15 @@ +--- 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 new file mode 100644 index 000000000..6f68894a9 --- /dev/null +++ b/audio/pulseaudio/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..efa10271d --- /dev/null +++ b/audio/pulseaudio/files/patch-polyp_default.pa.in @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..cd2f0113e --- /dev/null +++ b/audio/pulseaudio/files/patch-polyp_module-protocol-stub.c @@ -0,0 +1,10 @@ +--- 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 new file mode 100644 index 000000000..2dace12b7 --- /dev/null +++ b/audio/pulseaudio/files/patch-polyp_pid.c @@ -0,0 +1,10 @@ +--- 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 new file mode 100644 index 000000000..931ab71b8 --- /dev/null +++ b/audio/pulseaudio/files/patch-polyp_polyplib-context.c @@ -0,0 +1,10 @@ +--- 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 new file mode 100644 index 000000000..580c06850 --- /dev/null +++ b/audio/pulseaudio/files/patch-polyp_util.c @@ -0,0 +1,24 @@ +--- 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; + } |