cvs commit: ports/audio/wavplay Makefile

MIHIRA Sanpei Yoshiro sanpei at sanpei.org
Sun Dec 19 07:00:25 UTC 2010


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 at 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


More information about the cvs-all mailing list