svn commit: r377516 - head/audio/wavplay

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jan 20 12:43:11 UTC 2015


Author: amdmi3
Date: Tue Jan 20 12:43:10 2015
New Revision: 377516
URL: https://svnweb.freebsd.org/changeset/ports/377516
QAT: https://qat.redports.org/buildarchive/r377516/

Log:
  - Fix misspelled armv6
  - Remove uninformative ONLY_FOR_ARCHS_REASON

Modified:
  head/audio/wavplay/Makefile

Modified: head/audio/wavplay/Makefile
==============================================================================
--- head/audio/wavplay/Makefile	Tue Jan 20 12:37:19 2015	(r377515)
+++ head/audio/wavplay/Makefile	Tue Jan 20 12:43:10 2015	(r377516)
@@ -10,8 +10,7 @@ MASTER_SITES=	SUNSITE/apps/sound/players
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Wav player and recorder
 
-ONLY_FOR_ARCHS=	arm i386 amd64
-ONLY_FOR_ARCHS_REASON=Doesn't work on !arm, i386 and amd64
+ONLY_FOR_ARCHS=	armv6 i386 amd64
 
 INSTALL_TARGET=	install PREFIX="${STAGEDIR}${PREFIX}"
 


More information about the svn-ports-all mailing list