aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3blaster/files
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2009-04-05 15:17:56 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2009-04-05 15:17:56 +0000
commit444922452bd402a6f6781985872db15cdbf1b4a9 (patch)
tree33374e6f88d57b344a2542e6ddffd4d48b48ec9d /audio/mp3blaster/files
parent2b13014c673d676b655191554cfb5a4ab1e88985 (diff)
downloadports-444922452bd402a6f6781985872db15cdbf1b4a9.tar.gz
ports-444922452bd402a6f6781985872db15cdbf1b4a9.zip
Update to 3.2.5 and mark MAKE_JOBS_SAFE.
PR: 133281 (based on) Submitted by: delphij
Notes
Notes: svn path=/head/; revision=231646
Diffstat (limited to 'audio/mp3blaster/files')
-rw-r--r--audio/mp3blaster/files/patch-mpegsound-nasplayer.cc10
-rw-r--r--audio/mp3blaster/files/patch-mpegsound-sidplayer.cc11
2 files changed, 0 insertions, 21 deletions
diff --git a/audio/mp3blaster/files/patch-mpegsound-nasplayer.cc b/audio/mp3blaster/files/patch-mpegsound-nasplayer.cc
deleted file mode 100644
index c59ac10536fa..000000000000
--- a/audio/mp3blaster/files/patch-mpegsound-nasplayer.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- mpegsound/nasplayer.cc.orig 2009-01-18 16:52:25.000000000 +0300
-+++ mpegsound/nasplayer.cc 2009-01-19 22:36:01.000000000 +0300
-@@ -12,6 +12,7 @@
- #include "mpegsound.h"
- #include "mpegsound_locals.h"
- #include <unistd.h>
-+#include <stdlib.h>
-
- NASplayer::NASplayer(AuServer *aud)
- {
diff --git a/audio/mp3blaster/files/patch-mpegsound-sidplayer.cc b/audio/mp3blaster/files/patch-mpegsound-sidplayer.cc
deleted file mode 100644
index d6ca7faf29af..000000000000
--- a/audio/mp3blaster/files/patch-mpegsound-sidplayer.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- mpegsound/sidplayer.cc.orig 2009-01-19 22:40:25.000000000 +0300
-+++ mpegsound/sidplayer.cc 2009-01-19 22:40:42.000000000 +0300
-@@ -33,7 +33,7 @@
- if (buffer) delete buffer;
- }
-
--bool SIDfileplayer::openfile(const char *filename, char *device, soundtype write2file)
-+bool SIDfileplayer::openfile(const char *filename, const char *device, soundtype write2file)
- {
- int ssize;
-