summaryrefslogtreecommitdiff
path: root/audio/linuxsampler
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/linuxsampler
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'audio/linuxsampler')
-rw-r--r--audio/linuxsampler/files/patch-src_common_Mutex.cpp (renamed from audio/linuxsampler/files/patch-src-common-Mutex.cpp)8
-rw-r--r--audio/linuxsampler/files/patch-src_common_Pool.h (renamed from audio/linuxsampler/files/patch-src__common__Pool.h)6
-rw-r--r--audio/linuxsampler/files/patch-src_common_atomic.h (renamed from audio/linuxsampler/files/patch-src-common-atomic.h)4
-rw-r--r--audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp (renamed from audio/linuxsampler/files/patch-src-drivers-audio-AudioChannel.cpp)4
4 files changed, 11 insertions, 11 deletions
diff --git a/audio/linuxsampler/files/patch-src-common-Mutex.cpp b/audio/linuxsampler/files/patch-src_common_Mutex.cpp
index 002d905521cc..6ee360146153 100644
--- a/audio/linuxsampler/files/patch-src-common-Mutex.cpp
+++ b/audio/linuxsampler/files/patch-src_common_Mutex.cpp
@@ -1,7 +1,7 @@
---- src/common/Mutex.cpp.orig Tue Mar 6 20:42:00 2007
-+++ src/common/Mutex.cpp Tue Mar 6 20:42:06 2007
-@@ -35,7 +35,6 @@
-
+--- src/common/Mutex.cpp.orig 2007-11-15 00:23:37 UTC
++++ src/common/Mutex.cpp
+@@ -36,7 +36,6 @@
+ #if !defined(WIN32)
#if !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 500
# undef _XOPEN_SOURCE
-# define _XOPEN_SOURCE 500 /* to define PTHREAD_MUTEX_ERRORCHECK */
diff --git a/audio/linuxsampler/files/patch-src__common__Pool.h b/audio/linuxsampler/files/patch-src_common_Pool.h
index 02daae02c393..d87e3dbaf10d 100644
--- a/audio/linuxsampler/files/patch-src__common__Pool.h
+++ b/audio/linuxsampler/files/patch-src_common_Pool.h
@@ -1,6 +1,6 @@
---- src/common/Pool.h.orig 2008-12-07 09:18:04.000000000 +0900
-+++ src/common/Pool.h 2012-10-13 04:19:19.000000000 +0900
-@@ -393,7 +393,7 @@
+--- src/common/Pool.h.orig 2008-12-07 00:18:04 UTC
++++ src/common/Pool.h
+@@ -393,7 +393,7 @@ class RTList : public RTListBase<T> {
inline Iterator allocAppend() {
if (pPool->poolIsEmpty()) return RTListBase<T>::begin();
Iterator element = pPool->alloc();
diff --git a/audio/linuxsampler/files/patch-src-common-atomic.h b/audio/linuxsampler/files/patch-src_common_atomic.h
index 8a17bb03058f..7baa65962c08 100644
--- a/audio/linuxsampler/files/patch-src-common-atomic.h
+++ b/audio/linuxsampler/files/patch-src_common_atomic.h
@@ -1,5 +1,5 @@
---- src/common/atomic.h.orig 2009-03-29 20:43:39.000000000 +0200
-+++ src/common/atomic.h 2009-08-22 11:21:38.000000000 +0200
+--- src/common/atomic.h.orig 2009-03-29 18:43:39 UTC
++++ src/common/atomic.h
@@ -38,7 +38,7 @@
#define CONFIG_SMP /* ... the macro the kernel headers use */
#endif
diff --git a/audio/linuxsampler/files/patch-src-drivers-audio-AudioChannel.cpp b/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp
index 713c1a6f0410..c70ae51ebd2f 100644
--- a/audio/linuxsampler/files/patch-src-drivers-audio-AudioChannel.cpp
+++ b/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp
@@ -1,5 +1,5 @@
---- src/drivers/audio/AudioChannel.cpp.orig 2007-11-15 00:42:05.000000000 +0100
-+++ src/drivers/audio/AudioChannel.cpp 2008-11-16 01:55:40.000000000 +0100
+--- src/drivers/audio/AudioChannel.cpp.orig 2009-07-04 12:13:58 UTC
++++ src/drivers/audio/AudioChannel.cpp
@@ -26,7 +26,7 @@
#include "../../common/global_private.h"
#include "../../common/Thread.h" // needed for allocAlignedMem() and freeAlignedMem()