From owner-svn-ports-head@FreeBSD.ORG Sat Sep 8 02:56:40 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67938106566C; Sat, 8 Sep 2012 02:56:40 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 38C6C8FC1D; Sat, 8 Sep 2012 02:56:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q882ueHl008071; Sat, 8 Sep 2012 02:56:40 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q882udSQ008067; Sat, 8 Sep 2012 02:56:39 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209080256.q882udSQ008067@svn.freebsd.org> From: Eitan Adler Date: Sat, 8 Sep 2012 02:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303857 - in head/math/ised: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Sep 2012 02:56:40 -0000 Author: eadler Date: Sat Sep 8 02:56:39 2012 New Revision: 303857 URL: http://svn.freebsd.org/changeset/ports/303857 Log: Update ised to 2.4.0 Added: head/math/ised/files/ head/math/ised/files/patch-src_base.h (contents, props changed) Modified: head/math/ised/Makefile head/math/ised/distinfo Modified: head/math/ised/Makefile ============================================================================== --- head/math/ised/Makefile Sat Sep 8 02:45:35 2012 (r303856) +++ head/math/ised/Makefile Sat Sep 8 02:56:39 2012 (r303857) @@ -7,7 +7,7 @@ # PORTNAME= ised -PORTVERSION= 2.3.2 +PORTVERSION= 2.4.0 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} Modified: head/math/ised/distinfo ============================================================================== --- head/math/ised/distinfo Sat Sep 8 02:45:35 2012 (r303856) +++ head/math/ised/distinfo Sat Sep 8 02:56:39 2012 (r303857) @@ -1,2 +1,2 @@ -SHA256 (ised-2.3.2.tar.bz2) = 0e501fcf76972c1ff7eceee6cbc3bdd93c530fc83b712908b3749749b6599ebb -SIZE (ised-2.3.2.tar.bz2) = 120015 +SHA256 (ised-2.4.0.tar.bz2) = df131beae14de1ed75b34162d2a952ee4aa4f9651b625f63d908a274ce80d67f +SIZE (ised-2.4.0.tar.bz2) = 122560 Added: head/math/ised/files/patch-src_base.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ised/files/patch-src_base.h Sat Sep 8 02:56:39 2012 (r303857) @@ -0,0 +1,21 @@ +--- src/base.h.orig 2012-09-07 22:48:50.000000000 -0400 ++++ src/base.h 2012-09-07 22:50:59.000000000 -0400 +@@ -14,6 +14,7 @@ + You should have received a copy of the GNU General Public License + along with this program. If not, see . + **/ ++#include + + #ifndef H_BASE + #define H_BASE +@@ -182,10 +183,6 @@ typedef long long itype; + #endif //__x86_64__ + #endif //TRAPOVERFLOWS + +-#ifndef uint64_t +-typedef unsigned long long uint64_t; //might not be right but close enough +-#endif +- + //if we are on x86_64, we can do modular multiplication without overflow + #ifdef __x86_64__ + #if IVALUE==ILONG