Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2019 03:03:55 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495220 - head/math/amath
Message-ID:  <201903100303.x2A33tgm081689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903100303.x2A33tgm081689>