From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 15:17:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6653790; Thu, 11 Sep 2014 15:17:29 +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 50F84AB8; Thu, 11 Sep 2014 15:17:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BFHTDM087208; Thu, 11 Sep 2014 15:17:29 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BFHThv087207; Thu, 11 Sep 2014 15:17:29 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201409111517.s8BFHThv087207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 11 Sep 2014 15:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367947 - head/math/lp_solve 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: Thu, 11 Sep 2014 15:17:29 -0000 Author: sbruno Date: Thu Sep 11 15:17:28 2014 New Revision: 367947 URL: http://svnweb.freebsd.org/changeset/ports/367947 QAT: https://qat.redports.org/buildarchive/r367947/ Log: Add armv6 to the 32 bit list of targets Phabric: https://reviews.freebsd.org/D762 Approved by: bdrewery (mentor) Modified: head/math/lp_solve/Makefile Modified: head/math/lp_solve/Makefile ============================================================================== --- head/math/lp_solve/Makefile Thu Sep 11 15:04:04 2014 (r367946) +++ head/math/lp_solve/Makefile Thu Sep 11 15:17:28 2014 (r367947) @@ -20,7 +20,8 @@ BUILDENV= ${SETENV} TMPDIR="${TMPDIR}" .include -.if ${ARCH} == "i386" || ${ARCH} == "powerpc" +# probably need to add mips here as well +.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == armv6 LPSOLVE_ARCH= ux32 .else LPSOLVE_ARCH= ux64