Date: Sun, 19 Dec 2010 15:39:45 +0900 (JST) From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> To: Boris Samorodov <bsam@ipt.ru> Cc: cvs-ports@freebsd.org, MIHIRA Sanpei Yoshiro <sanpei@freebsd.org>, amdmi3@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/wavplay Makefile Message-ID: <20101219.153945.850602504823291686.sanpei@sanpei.org>
next in thread | raw e-mail | index | archive | help
Hi. Boris-san,
> It's not clear if this change was approved by the maintainer.
I asked maintainer about this patch. But maintainer did not response me.
I will add some information at next commit.
> Are you sure that you did just a "fix for amd64"?
Yes. I only tested on i386 and amd64. May I update below chages?
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/wavplay/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile 16 Dec 2010 15:02:02 -0000 1.17
+++ Makefile 19 Dec 2010 06:36:48 -0000
@@ -7,7 +7,7 @@
PORTNAME= wavplay
PORTVERSION= 1.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
@@ -15,6 +15,9 @@
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A wav player and recorder
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= Doesn't work on !i386 and amd64
+
MAN1= wavplay.1
PLIST_FILES= bin/wavplay bin/wavrec
Best Regards,
Yoshiro MIHIRA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101219.153945.850602504823291686.sanpei>
