svn commit: r494871 - head/devel/love

Mark Linimon linimon at FreeBSD.org
Thu Mar 7 03:32:32 UTC 2019


Author: linimon
Date: Thu Mar  7 03:32:31 2019
New Revision: 494871
URL: https://svnweb.freebsd.org/changeset/ports/494871

Log:
  Mark as not implemented on big-endian.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/love/Makefile

Modified: head/devel/love/Makefile
==============================================================================
--- head/devel/love/Makefile	Thu Mar  7 03:29:26 2019	(r494870)
+++ head/devel/love/Makefile	Thu Mar  7 03:32:31 2019	(r494871)
@@ -15,6 +15,9 @@ COMMENT=	Open-source 2D game engine
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+NOT_FOR_ARCHS=		powerpc powerpc64 powerpcspe sparc64
+NOT_FOR_ARCHS_REASON=	Hashing not yet implemented for big endian
+
 LIB_DEPENDS=	libmodplug.so:audio/libmodplug \
 		libmpg123.so:audio/mpg123 \
 		libvorbisfile.so:audio/libvorbis \


More information about the svn-ports-all mailing list