diff options
author | steve <steve@FreeBSD.org> | 1999-12-22 21:26:50 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-22 21:26:50 +0000 |
commit | d567d916b283688d96cec21250923e0e23a0f5a9 (patch) | |
tree | 3d7daae2828e67f4efef44956813653b2365c94e /audio | |
parent | 82ad20728bf8d7498beedee1e64a3c0657f5206d (diff) | |
download | FreeBSD-ports-d567d916b283688d96cec21250923e0e23a0f5a9.zip FreeBSD-ports-d567d916b283688d96cec21250923e0e23a0f5a9.tar.gz |
Checksum changed on MASTER_SITE, fixup accordingly. Seems they added
support for NetBSD in the Makefiles. Other than that nothing changed.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dap/distinfo | 2 | ||||
-rw-r--r-- | audio/dap/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/dap/files/patch-ab | 20 | ||||
-rw-r--r-- | audio/dap/files/patch-af | 14 |
4 files changed, 18 insertions, 20 deletions
diff --git a/audio/dap/distinfo b/audio/dap/distinfo index b5b0857..f31a2f6 100644 --- a/audio/dap/distinfo +++ b/audio/dap/distinfo @@ -1 +1 @@ -MD5 (DAPSource.tar.gz) = ab189c9c5190b5b18542ac8d3898099c +MD5 (DAPSource.tar.gz) = 971561d3e26f30db398d51b6b3d8d018 diff --git a/audio/dap/files/patch-aa b/audio/dap/files/patch-aa index bbe0748..7878b0f 100644 --- a/audio/dap/files/patch-aa +++ b/audio/dap/files/patch-aa @@ -6,7 +6,7 @@ Index: Makefile +all: DAP + +DAP: -+ (cd tooltips; make -f Makefile); ++ (cd tooltips; make -f Makefile.linux); + (cd libaudio; make -f Makefile.linux); + (cd libaudiofile; make -f Makefile.linux); + (cd spkit/spkit; make -f Makefile.linux); diff --git a/audio/dap/files/patch-ab b/audio/dap/files/patch-ab index d5a746d..1652219 100644 --- a/audio/dap/files/patch-ab +++ b/audio/dap/files/patch-ab @@ -1,4 +1,5 @@ -Index: libaudio/audio.h +--- libaudio/audio.h.orig Fri Nov 12 11:35:21 1999 ++++ libaudio/audio.h Sat Dec 11 13:36:15 1999 @@ -17,13 +17,15 @@ | ****************************************************************************/ @@ -10,21 +11,18 @@ Index: libaudio/audio.h #define _audio_h #include <stdio.h> -+#ifndef __FreeBSD__ ++#ifndef __FreeBSD__ #include <malloc.h> +#endif #include <unistd.h> #include <fcntl.h> #include <limits.h> -@@ -31,7 +33,11 @@ - #include <sys/types.h> - #include <sys/stat.h> +@@ -33,6 +35,8 @@ #include <sys/ioctl.h> -+#ifdef __FreeBSD__ + #ifdef __NetBSD__ + #include <soundcard.h> ++#elif defined(__FreeBSD__) +#include <machine/soundcard.h> -+#else + #else #include <sys/soundcard.h> -+#endif - - #ifdef __cplusplus - extern "C" + #endif diff --git a/audio/dap/files/patch-af b/audio/dap/files/patch-af index 21ae8a4..fcb3cee 100644 --- a/audio/dap/files/patch-af +++ b/audio/dap/files/patch-af @@ -1,5 +1,5 @@ ---- sound/Makefile.linux.orig Sat Oct 2 09:22:30 1999 -+++ sound/Makefile.linux Sat Oct 2 09:22:52 1999 +--- sound/Makefile.linux.orig Mon Nov 15 07:28:21 1999 ++++ sound/Makefile.linux Sat Dec 11 13:45:25 1999 @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ @@ -12,8 +12,8 @@ HOMEDIR = $(HOME) INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR) LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF) --CCFLAGS = -O1 -g3 -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -+CCFLAGS = ${CXXFLAGS} -DNOFORMS -DLINUX -DUSINGGCC -Wall - LDFLAGS = $(LIBDIR) -ldsp -laudio -laudiofile -lm - - PROGS = SampleTest +-CCFLAGS = $(DEBUG) $(OPTIM) -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall ++CCFLAGS = $(CXXFLAGS) -DNOFORMS -DLINUX -DUSINGGCC -Wall + DEBUG = -g3 + OPTIM = -O1 + LDFLAGS = $(LIBDIR) -laudio -laudiofile -lm |