svn commit: r357474 - head/audio/wavplay

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 11 13:06:08 UTC 2014


Author: amdmi3
Date: Wed Jun 11 13:06:08 2014
New Revision: 357474
URL: http://svnweb.freebsd.org/changeset/ports/357474
QAT: https://qat.redports.org/buildarchive/r357474/

Log:
  - Confirmed to work on arm
  
  Submitted by:	MIHIRA Sanpei Yoshiro <sanpei at sanpei dot org>

Modified:
  head/audio/wavplay/Makefile

Modified: head/audio/wavplay/Makefile
==============================================================================
--- head/audio/wavplay/Makefile	Wed Jun 11 12:46:09 2014	(r357473)
+++ head/audio/wavplay/Makefile	Wed Jun 11 13:06:08 2014	(r357474)
@@ -10,8 +10,8 @@ MASTER_SITES=	SUNSITE/apps/sound/players
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Wav player and recorder
 
-ONLY_FOR_ARCHS=	i386 amd64
-ONLY_FOR_ARCHS_REASON=Doesn't work on !i386 and amd64
+ONLY_FOR_ARCHS=	arm i386 amd64
+ONLY_FOR_ARCHS_REASON=Doesn't work on !arm, i386 and amd64
 
 INSTALL_TARGET=	install PREFIX="${STAGEDIR}${PREFIX}"
 


More information about the svn-ports-all mailing list