Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 1999 08:11:15 +0900 (JST)
From:      yoshiaki@kt.rim.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15524: ports audio  dap-2.0.2 MD5 probrem
Message-ID:  <199912092311.IAA01512@singer.kt.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         15524
>Category:       ports
>Synopsis:       ports audio  dap-2.0.2 MD5 probrem
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 15:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Uchikawa
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:
FreeBSD 4.0-CURRENT #0: Tue Dec  7 02:46:04 JST 1999
    root@singer.tertio.atoll:/usr/src/sys/compile/KSTSING1K

CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 586-class CPU)
pcm0: <AudioPCI ES1370> irq 9 at device 11.0 on pci0
 

>Description:

DAP original author changes some sources. but DAP archive name have no
version infomation.

>How-To-Repeat:

>Fix:

diff -ruN patches.orig/patch-aa patches/patch-aa
--- patches.orig/patch-aa	Sat May  1 19:34:30 1999
+++ patches/patch-aa	Tue Dec  7 01:58:58 1999
@@ -6,7 +6,7 @@
 +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 -ruN patches.orig/patch-ab patches/patch-ab
--- patches.orig/patch-ab	Sat May  1 19:34:30 1999
+++ patches/patch-ab	Tue Dec  7 01:52:31 1999
@@ -1,4 +1,5 @@
-Index: libaudio/audio.h
+--- libaudio/audio.h.orig	Thu Nov 11 10:13:26 1999
++++ libaudio/audio.h	Mon Nov 15 07:57:08 1999
 @@ -17,13 +17,15 @@
  |
  ****************************************************************************/
@@ -16,15 +17,14 @@
  #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  __FreeBSD__
 +#include <machine/soundcard.h>
-+#else
+ #else
  #include <sys/soundcard.h>
-+#endif
- 
- #ifdef __cplusplus
- extern "C"
+ #endif
+
+----
diff -ruN patches.orig/patch-af patches/patch-af
--- patches.orig/patch-af	Sun Oct  3 01:37:38 1999
+++ patches/patch-af	Tue Dec  7 01:58:13 1999
@@ -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 22:28:21 1999
++++ sound/Makefile.linux	Tue Dec  7 01:55:55 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 -DBIGENDIAN -DUSINGGCC -Wall
+ DEBUG   = -g3
+ OPTIM   = -O1
+ LDFLAGS = $(LIBDIR) -laudio -laudiofile -lm


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912092311.IAA01512>