From owner-freebsd-ports Thu Dec 16 15:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69F8015089 for ; Thu, 16 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46012; Thu, 16 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.kt.rim.or.jp (ppp358.kt.rim.or.jp [202.247.140.58]) by hub.freebsd.org (Postfix) with ESMTP id 62388150FC for ; Thu, 16 Dec 1999 15:14:03 -0800 (PST) (envelope-from yoshiaki@kt.rim.or.jp) Received: (from yoshiaki@localhost) by singer.kt.rim.or.jp (8.9.3/3.7W-ppp-981208) id IAA01512; Fri, 10 Dec 1999 08:11:15 +0900 (JST) Message-Id: <199912092311.IAA01512@singer.kt.rim.or.jp> Date: Fri, 10 Dec 1999 08:11:15 +0900 (JST) From: yoshiaki@kt.rim.or.jp Reply-To: yoshiaki@kt.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15524: ports audio dap-2.0.2 MD5 probrem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: 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 #include #include -@@ -31,7 +33,11 @@ - #include - #include +@@ -33,6 +35,8 @@ #include -+#ifdef __FreeBSD__ + #ifdef __NetBSD__ + #include ++#elif __FreeBSD__ +#include -+#else + #else #include -+#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