From owner-svn-ports-head@FreeBSD.ORG Fri Apr 17 14:03:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F7EC734; Fri, 17 Apr 2015 14:03:32 +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 6401D767; Fri, 17 Apr 2015 14:03:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3HE3WCP088892; Fri, 17 Apr 2015 14:03:32 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3HE3VbX088889; Fri, 17 Apr 2015 14:03:31 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201504171403.t3HE3VbX088889@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 17 Apr 2015 14:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384162 - in head/math/octave-forge-nan: . files 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.20 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: Fri, 17 Apr 2015 14:03:32 -0000 Author: stephen Date: Fri Apr 17 14:03:31 2015 New Revision: 384162 URL: https://svnweb.freebsd.org/changeset/ports/384162 Log: - Update to 2.7.4. Added: head/math/octave-forge-nan/files/ head/math/octave-forge-nan/files/patch-histo_mex.cpp (contents, props changed) Modified: head/math/octave-forge-nan/Makefile head/math/octave-forge-nan/distinfo Modified: head/math/octave-forge-nan/Makefile ============================================================================== --- head/math/octave-forge-nan/Makefile Fri Apr 17 13:58:30 2015 (r384161) +++ head/math/octave-forge-nan/Makefile Fri Apr 17 14:03:31 2015 (r384162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-nan -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-nan/distinfo ============================================================================== --- head/math/octave-forge-nan/distinfo Fri Apr 17 13:58:30 2015 (r384161) +++ head/math/octave-forge-nan/distinfo Fri Apr 17 14:03:31 2015 (r384162) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/nan-2.7.1.tar.gz) = 70093926a9d980810c8e665f8bdd2931a7b9ec0c765326eb193341fb0aa665af -SIZE (octave-forge/nan-2.7.1.tar.gz) = 169544 +SHA256 (octave-forge/nan-2.7.4.tar.gz) = 93117f3899e2a02207aeb003eaecca13ec2a1ab752455957dfed99315abe452d +SIZE (octave-forge/nan-2.7.4.tar.gz) = 169635 Added: head/math/octave-forge-nan/files/patch-histo_mex.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-nan/files/patch-histo_mex.cpp Fri Apr 17 14:03:31 2015 (r384162) @@ -0,0 +1,20 @@ +--- histo_mex.cpp-orig 2015-04-17 13:59:47.874099000 +0000 ++++ histo_mex.cpp 2015-03-30 20:52:08.000000000 +0000 +@@ -109,7 +109,7 @@ + float f1,f2; + f1 = ((float*)Sort.Table)[ix1]; + f2 = ((float*)Sort.Table)[ix2]; +- z = __isnanf(f1) - __isnanf(f2); ++ z = isnanf(f1) - isnanf(f2); + if (z) break; + + if (f1