svn commit: r495220 - head/math/amath

Mark Linimon linimon at FreeBSD.org
Sun Mar 10 03:03:56 UTC 2019


Author: linimon
Date: Sun Mar 10 03:03:55 2019
New Revision: 495220
URL: https://svnweb.freebsd.org/changeset/ports/495220

Log:
  Mark as NOT_FOR powerpc*.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/amath/Makefile

Modified: head/math/amath/Makefile
==============================================================================
--- head/math/amath/Makefile	Sun Mar 10 01:38:10 2019	(r495219)
+++ head/math/amath/Makefile	Sun Mar 10 03:03:55 2019	(r495220)
@@ -13,6 +13,9 @@ COMMENT=	Simple command line calculator
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=		powerpc powerpc64 powerpcspe
+NOT_FOR_ARCHS_REASON=	Must define endianness
+
 USES=		gmake
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 HAS_CONFIGURE=	yes


More information about the svn-ports-all mailing list