ports/53171: maintainer update: audio/portaudio
Michael Nottebrock
michaelnottebrock at gmx.net
Tue Jun 10 20:30:21 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list