Date: Mon, 13 Nov 2000 04:07:35 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/22808: Update port: audio/xmmix Message-ID: <20001113120735.82E7F37B4CF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 22808 >Category: ports >Synopsis: Update port: audio/xmmix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 13 04:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Support PREFIX properly - Update WWW: line of pkg-descr New file: files/patch-ac files/patch-ad Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xmmix/Makefile audio/xmmix/Makefile --- /usr/ports/audio/xmmix/Makefile Wed Nov 8 21:21:26 2000 +++ audio/xmmix/Makefile Sat Nov 11 10:14:57 2000 @@ -18,4 +18,7 @@ MAN1= xmmix.1 +post-patch: + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad + .include <bsd.port.mk> diff -urN /usr/ports/audio/xmmix/files/patch-aa audio/xmmix/files/patch-aa --- /usr/ports/audio/xmmix/files/patch-aa Tue Aug 20 17:56:13 1996 +++ audio/xmmix/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- ./appenv.h.org Sun Jul 14 10:48:59 1996 -+++ ./appenv.h Mon Aug 19 04:05:16 1996 -@@ -59,7 +59,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> --#include <sys/soundcard.h> -+#include <machine/soundcard.h> - #include <stdlib.h> - #include <stdio.h> - #include <errno.h> ---- ./Imakefile.org Sun Jul 14 10:48:56 1996 -+++ ./Imakefile Mon Aug 19 04:09:48 1996 -@@ -43,7 +43,7 @@ - * #include "Motif.tmpl" - * #include "Motif.rules" - */ --LOCAL_LIBRARIES= XmClientLibs -+LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB} - - - /* diff -urN /usr/ports/audio/xmmix/files/patch-ab audio/xmmix/files/patch-ab --- /usr/ports/audio/xmmix/files/patch-ab Thu Nov 19 20:02:16 1998 +++ audio/xmmix/files/patch-ab Sat Nov 11 10:20:54 2000 @@ -1,6 +1,5 @@ -diff -ruN ./XMmix.ad ../xmmix-1.2/XMmix.ad ---- ./XMmix.ad Thu Nov 19 19:54:39 1998 -+++ ../xmmix-1.2/XMmix.ad Thu Nov 19 19:55:11 1998 +--- XMmix.ad.orig Mon Jul 15 02:48:58 1996 ++++ XMmix.ad Sat Nov 11 10:15:08 2000 @@ -26,7 +26,7 @@ !* diff -urN /usr/ports/audio/xmmix/files/patch-ac audio/xmmix/files/patch-ac --- /usr/ports/audio/xmmix/files/patch-ac Thu Jan 1 09:00:00 1970 +++ audio/xmmix/files/patch-ac Sat Nov 11 10:21:41 2000 @@ -0,0 +1,11 @@ +--- Imakefile.orig Mon Jul 15 02:48:56 1996 ++++ Imakefile Sat Nov 11 10:15:06 2000 +@@ -43,7 +43,7 @@ + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +-LOCAL_LIBRARIES= XmClientLibs ++LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB} + + + /* diff -urN /usr/ports/audio/xmmix/files/patch-ad audio/xmmix/files/patch-ad --- /usr/ports/audio/xmmix/files/patch-ad Thu Jan 1 09:00:00 1970 +++ audio/xmmix/files/patch-ad Sat Nov 11 10:21:29 2000 @@ -0,0 +1,11 @@ +--- appenv.h.orig Mon Jul 15 02:48:59 1996 ++++ appenv.h Sat Nov 11 10:15:06 2000 +@@ -59,7 +59,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + #include <stdlib.h> + #include <stdio.h> + #include <errno.h> diff -urN /usr/ports/audio/xmmix/pkg-descr audio/xmmix/pkg-descr --- /usr/ports/audio/xmmix/pkg-descr Tue Feb 15 07:47:28 2000 +++ audio/xmmix/pkg-descr Sat Nov 11 10:13:28 2000 @@ -9,7 +9,7 @@ I don't have hardware to test all the features, but it looks ok. -WWW: http://metalab.unc.edu/tkan/xmmix/ +WWW: http://www.ibiblio.org/tkan/xmmix/ - eric erich@FreeBSD.org >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?20001113120735.82E7F37B4CF>