summaryrefslogtreecommitdiff
path: root/audio/sox/files
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-07-18 04:33:31 +0000
committerBrian Feldman <green@FreeBSD.org>1999-07-18 04:33:31 +0000
commit48d2d435a8d0ee49c119b5a2cc3f95bf07fa28b1 (patch)
tree26bed6875ecef03edd5d27b4c78ce3cb1ceb76ed /audio/sox/files
parentmoettf ---> ports/chinese/moettf && Active moettf in Makefile. (diff)
Update to the latest version. Dan Nelson is now the maintainer, since
the previous maintainer doesn't seem to want to take care of it anymore (no updates for a long time.) PR: 12658 Submitted by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'audio/sox/files')
-rw-r--r--audio/sox/files/patch-aa61
-rw-r--r--audio/sox/files/patch-ab16
2 files changed, 0 insertions, 77 deletions
diff --git a/audio/sox/files/patch-aa b/audio/sox/files/patch-aa
deleted file mode 100644
index 090adb375032..000000000000
--- a/audio/sox/files/patch-aa
+++ /dev/null
@@ -1,61 +0,0 @@
-*** sbdsp.c.orig Thu Aug 18 06:11:01 1994
---- sbdsp.c Mon Jan 27 02:47:53 1997
-***************
-*** 21,27 ****
- #include <i386/isa/sblast.h>
- #else
- #ifdef LINUXSOUND
-! #include <linux/soundcard.h>
- #else
- #include <sys/sb.h>
- #endif
---- 21,27 ----
- #include <i386/isa/sblast.h>
- #else
- #ifdef LINUXSOUND
-! #include <machine/soundcard.h>
- #else
- #include <sys/sb.h>
- #endif
-***************
-*** 78,84 ****
- ioctl(fileno(ft->fp), DSP_IOCTL_SPEED, &ft->info.rate);
- #else
- #if defined(LINUXSOUND)
-! ioctl(fileno(ft->fp), SNDCTL_DSP_SPEED, ft->info.rate);
- #else
- ioctl(fileno(ft->fp), DSP_IOCTL_VOICE, 0);
- ioctl(fileno(ft->fp), DSP_IOCTL_SPEED, ft->info.rate);
---- 78,88 ----
- ioctl(fileno(ft->fp), DSP_IOCTL_SPEED, &ft->info.rate);
- #else
- #if defined(LINUXSOUND)
-! #if SOUND_VERSION >= 200
-! ioctl(fileno(ft->fp), SOUND_PCM_WRITE_RATE, &ft->info.rate);
-! #else
-! ioctl(fileno(ft->fp), SOUND_PCM_WRITE_RATE, ft->info.rate);
-! #endif
- #else
- ioctl(fileno(ft->fp), DSP_IOCTL_VOICE, 0);
- ioctl(fileno(ft->fp), DSP_IOCTL_SPEED, ft->info.rate);
-***************
-*** 148,154 ****
- #else
- #if defined(LINUXSOUND)
- ioctl(fileno(ft->fp), SNDCTL_DSP_SYNC, 0);
-! ioctl(fileno(ft->fp), SNDCTL_DSP_SPEED, ft->info.rate);
- #else
- ioctl(fileno(ft->fp), DSP_IOCTL_VOICE, 1);
- ioctl(fileno(ft->fp), DSP_IOCTL_SPEED, ft->info.rate);
---- 152,162 ----
- #else
- #if defined(LINUXSOUND)
- ioctl(fileno(ft->fp), SNDCTL_DSP_SYNC, 0);
-! #if SOUND_VERSION >= 200
-! ioctl(fileno(ft->fp), SOUND_PCM_WRITE_RATE, &ft->info.rate);
-! #else
-! ioctl(fileno(ft->fp), SOUND_PCM_WRITE_RATE, ft->info.rate);
-! #endif
- #else
- ioctl(fileno(ft->fp), DSP_IOCTL_VOICE, 1);
- ioctl(fileno(ft->fp), DSP_IOCTL_SPEED, ft->info.rate);
diff --git a/audio/sox/files/patch-ab b/audio/sox/files/patch-ab
deleted file mode 100644
index bb8eb1cf617b..000000000000
--- a/audio/sox/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.unx.orig Sat Oct 8 09:14:48 1994
-+++ Makefile.unx Mon Jan 27 15:09:32 1997
-@@ -153,6 +153,13 @@
- # RM = del /q
-
-
-+
-+# FreeBSD 1.x / 2.x / 3.x
-+CFLAGS += -DLINUXSOUND -D_HAVE_PARAM_H
-+CC = cc
-+AR = ar r
-+RANLIB = ranlib
-+
- all: sox
-
- sox: sox.o $(SOUNDLIB)