diff options
author | garga <garga@FreeBSD.org> | 2006-06-01 02:06:35 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-01 02:06:35 +0800 |
commit | 7491c6c9e19f3f05c79596917fe717cb02608ae3 (patch) | |
tree | 3be17ed9678ce897e88daa8a426a0874f8d86704 /math | |
parent | 8e2fd703138b27281565cf0d5ff69f5dbea62617 (diff) | |
download | freebsd-ports-gnome-7491c6c9e19f3f05c79596917fe717cb02608ae3.tar.gz freebsd-ports-gnome-7491c6c9e19f3f05c79596917fe717cb02608ae3.tar.zst freebsd-ports-gnome-7491c6c9e19f3f05c79596917fe717cb02608ae3.zip |
* security/libtomcrypt
- Update to 1.12
* math/libtommath
- Update to 0.39
* math/tomsfastmath
- Update to 0.09
PR: ports/98214
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 2 | ||||
-rw-r--r-- | math/libtommath/distinfo | 6 | ||||
-rw-r--r-- | math/tomsfastmath/Makefile | 13 | ||||
-rw-r--r-- | math/tomsfastmath/distinfo | 6 | ||||
-rw-r--r-- | math/tomsfastmath/files/patch-makefile | 12 |
5 files changed, 16 insertions, 23 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index b96be0ddfbe6..53410a623e63 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtommath -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= math MASTER_SITES= http://math.libtomcrypt.com/files/ DISTNAME= ltm-${PORTVERSION} diff --git a/math/libtommath/distinfo b/math/libtommath/distinfo index 9b2001c14c80..07b8c2c7e2ed 100644 --- a/math/libtommath/distinfo +++ b/math/libtommath/distinfo @@ -1,3 +1,3 @@ -MD5 (ltm-0.38.tar.bz2) = abbd3fd065f6e48f459e415079b985ba -SHA256 (ltm-0.38.tar.bz2) = c4ef4a47146b8d3b642c4d64d02d77d7c428fd794482a4e998a0840b8c5a9d29 -SIZE (ltm-0.38.tar.bz2) = 1924687 +MD5 (ltm-0.39.tar.bz2) = 5f3c9287a6d65e2c3f6d47ad60797aeb +SHA256 (ltm-0.39.tar.bz2) = 42ff44648c0a0407cef2132a6014431c2e3fb2910e5d5cd8b7ca0ac373465dce +SIZE (ltm-0.39.tar.bz2) = 1978198 diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index f3a265424f38..81126d6df301 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tomsfastmath -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= math MASTER_SITES= http://libtomcrypt.com/tfm/files/ DISTNAME= tfm-${PORTVERSION} @@ -22,13 +22,6 @@ ALL_TARGET= default PLIST_FILES= include/tfm.h lib/libtfm.a -.include <bsd.port.pre.mk> +NOT_FOR_ARCHS= sparc64 -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/fp_montgomery_reduce.c - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/tomsfastmath/distinfo b/math/tomsfastmath/distinfo index e52b7a061c8e..de334a7a99cc 100644 --- a/math/tomsfastmath/distinfo +++ b/math/tomsfastmath/distinfo @@ -1,3 +1,3 @@ -MD5 (tfm-0.08.tar.bz2) = 681dc4452fb613e263619597bc537bca -SHA256 (tfm-0.08.tar.bz2) = c0a929b41d50256022588ff22b43b3f8426699f2e32c8cc98103210d6d54f93b -SIZE (tfm-0.08.tar.bz2) = 220282 +MD5 (tfm-0.09.tar.bz2) = cde07c65d08cadc3626f1476c75e1fb7 +SHA256 (tfm-0.09.tar.bz2) = 6ab39467a5be3911ec988539c9845e9c26da444fa59dc893110a0d52307fa9d9 +SIZE (tfm-0.09.tar.bz2) = 233815 diff --git a/math/tomsfastmath/files/patch-makefile b/math/tomsfastmath/files/patch-makefile index ee44886dfbe0..81258ad4ea1b 100644 --- a/math/tomsfastmath/files/patch-makefile +++ b/math/tomsfastmath/files/patch-makefile @@ -1,15 +1,15 @@ ---- makefile.orig Mon Aug 1 12:34:18 2005 -+++ makefile Wed Aug 31 15:30:39 2005 -@@ -7,7 +7,7 @@ +--- makefile.orig Wed Apr 12 13:16:32 2006 ++++ makefile Wed Apr 12 13:16:48 2006 +@@ -11,7 +11,7 @@ ifndef IGNORE_SPEED --CFLAGS += -O3 -funroll-all-loops -+CFLAGS += -funroll-all-loops +-CFLAGS += -O3 -funroll-loops ++CFLAGS += -funroll-loops #profiling #PROF=-pg -g -@@ -49,11 +49,11 @@ +@@ -53,11 +53,11 @@ HEADERS=tfm.h ifndef LIBPATH |