svn commit: r423824 - head/emulators/mame

Mark Linimon linimon at FreeBSD.org
Wed Oct 12 03:36:12 UTC 2016


Author: linimon
Date: Wed Oct 12 03:36:11 2016
New Revision: 423824
URL: https://svnweb.freebsd.org/changeset/ports/423824

Log:
  Change from NOT_FOR to ONLY_FOR.  This fails to build on both armv6 and
  aarch64 and was never tried on most other architectures.

Modified:
  head/emulators/mame/Makefile

Modified: head/emulators/mame/Makefile
==============================================================================
--- head/emulators/mame/Makefile	Wed Oct 12 02:40:29 2016	(r423823)
+++ head/emulators/mame/Makefile	Wed Oct 12 03:36:11 2016	(r423824)
@@ -14,7 +14,8 @@ LIB_DEPENDS=	libFLAC.so:audio/flac \
 		libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
 
-NOT_FOR_ARCHS=	ia64 powerpc sparc64
+ONLY_FOR_ARCHS=		i386 amd64
+ONLY_FOR_ARCHS_REASON=	not yet ported to any arch other than x86
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mamedev


More information about the svn-ports-all mailing list