Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 00:56:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472108 - head/math/zimpl
Message-ID:  <201806100056.w5A0uIaw038115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun 10 00:56:18 2018
New Revision: 472108
URL: https://svnweb.freebsd.org/changeset/ports/472108

Log:
  math/zimpl: Replace BROKEN_xx with ONLY_FOR_ARCHS=amd64 i386
  
  Other architectures are explicitly not supported.

Modified:
  head/math/zimpl/Makefile

Modified: head/math/zimpl/Makefile
==============================================================================
--- head/math/zimpl/Makefile	Sun Jun 10 00:48:05 2018	(r472107)
+++ head/math/zimpl/Makefile	Sun Jun 10 00:56:18 2018	(r472108)
@@ -12,12 +12,8 @@ COMMENT=	Language to translate the LP models into .lp 
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=		fails to build: Makefile:144: make/make.linux.arm64.gnu.opt: No such file or directory
-BROKEN_armv6=		fails to build: Makefile:144: make/make.linux.arm.gnu.opt: No such file or directory
-BROKEN_armv7=		fails to build: Makefile:144: make/make.linux.arm.gnu.opt: No such file or directory
-BROKEN_mips=		fails to build: Makefile:144: make/make.linux.mips.gnu.opt: No such file or directory
-BROKEN_mips64=		fails to build: Makefile:144: make/make.linux.mips64.gnu.opt: No such file or directory
-BROKEN_powerpc64=	fails to build: Makefile:144: make/make.linux.powerpc64.gnu.opt: No such file or directory
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	missing make/make.linux.$${arch}.gnu.opt for other architectures
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 



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