From owner-svn-ports-head@FreeBSD.ORG Sat Nov 1 10:00:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2076BDE; Sat, 1 Nov 2014 10:00:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E633113; Sat, 1 Nov 2014 10:00:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA1A0wux031380; Sat, 1 Nov 2014 10:00:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA1A0wK0031379; Sat, 1 Nov 2014 10:00:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411011000.sA1A0wK0031379@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Nov 2014 10:00:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372000 - head/math/p5-Math-Int128 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2014 10:00:58 -0000 Author: pi Date: Sat Nov 1 10:00:57 2014 New Revision: 372000 URL: https://svnweb.freebsd.org/changeset/ports/372000 QAT: https://qat.redports.org/buildarchive/r372000/ Log: math/p5-Math-Int128: add armv6 to NOT_FOR_ARCHS PR: 194188 Submitted by: sbruno Modified: head/math/p5-Math-Int128/Makefile Modified: head/math/p5-Math-Int128/Makefile ============================================================================== --- head/math/p5-Math-Int128/Makefile Sat Nov 1 09:52:06 2014 (r371999) +++ head/math/p5-Math-Int128/Makefile Sat Nov 1 10:00:57 2014 (r372000) @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Math-Int64>=0.28:${PORTS USES= perl5 USE_PERL5= configure -NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS= i386 armv6 .include