Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2003 22:24:45 +0200 (CEST)
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53171: maintainer update: audio/portaudio
Message-ID:  <200306102024.h5AKOjG9008508@lofi.dyndns.org>
Resent-Message-ID: <200306102030.h5AKUJ6w033945@freefall.freebsd.org>

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

>Number:         53171
>Category:       ports
>Synopsis:       maintainer update: audio/portaudio
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 10 13:30:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Tue Jun 10 15:41:15 CEST 2003 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Fix build on CURRENT/5.x

	Changes:	- Add yet another reinplace: machine/soundcard.h -> sys/soundcard.h
>How-To-Repeat:
	
>Fix:

	

--- portaudio.diff begins here ---
diff -urN portaudio.orig/Makefile portaudio/Makefile
--- portaudio.orig/Makefile	Tue Jun  3 21:03:16 2003
+++ portaudio/Makefile	Tue Jun 10 22:09:44 2003
@@ -31,7 +31,9 @@
 		| ${XARGS} -x -n 10 \
 			${REINPLACE_CMD} -E \
 				-e 's|
||' \
-				-e 's|malloc.h|stdlib.h|'
+				-e 's|malloc.h|stdlib.h|' \
+				-e 's|machine\/soundcard.h|sys\/soundcard.h|'
+
 # C{C,FLAGS} and PREFIX safeness
 	@${REINPLACE_CMD} -E \
 		-e 's|gcc|${CC} ${CFLAGS}|' \
--- portaudio.diff ends here ---


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



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