svn commit: r303857 - in head/math/ised: . files
Eitan Adler
eadler at FreeBSD.org
Sat Sep 8 02:56:40 UTC 2012
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 <http://www.gnu.org/licenses/>.
+ **/
++#include <stdint.h>
+
+ #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
More information about the svn-ports-head
mailing list