aboutsummaryrefslogtreecommitdiffstats
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-06-01 02:06:35 +0800
committergarga <garga@FreeBSD.org>2006-06-01 02:06:35 +0800
commit7491c6c9e19f3f05c79596917fe717cb02608ae3 (patch)
tree3be17ed9678ce897e88daa8a426a0874f8d86704 /math/tomsfastmath
parent8e2fd703138b27281565cf0d5ff69f5dbea62617 (diff)
downloadfreebsd-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/tomsfastmath')
-rw-r--r--math/tomsfastmath/Makefile13
-rw-r--r--math/tomsfastmath/distinfo6
-rw-r--r--math/tomsfastmath/files/patch-makefile12
3 files changed, 12 insertions, 19 deletions
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
it.cgi/freebsd-ports-graphics/commit/Tools?id=dd7b5a5b82f8a197628354c808612ff1ca2d42df'>* Document the purpose of this scriptkris2002-03-101-1/+12 * Add new version of uname for 5.x bindistskris2002-03-101-0/+67 * Add template file from bentokris2002-03-101-0/+6 * Don't hard-code a version string to report to the chroots, pick it upkris2002-03-101-2/+8 * Garbage collect these old configuration directories, since we don'tkris2002-02-2510-303/+0 * Clean up this script a bit:kris2002-02-241-13/+60 * Axe support for 2.2.x and 3.x branches, and make this script more robustkris2002-02-241-14/+8 * When the 'makeduds' script fails, show the contents of the duds file insteadkris2002-02-241-1/+2 * Catch up to changes on bento:kris2002-02-111-10/+10 * Catch up to changes on bento:kris2002-02-111-0/+7 * Catch up to changes on bento:kris2002-02-111-1/+8 * Catch up to changes on bento:kris2002-02-111-14/+11 * Catch up to changes on bento:kris2002-02-112-6/+20 * Catch up to changes on bento:kris2002-02-111-4/+4 * Catch up to changes on bento:kris2002-02-111-3/+11 * Catch up with changes from bento:kris2002-02-111-48/+66 * Document the use and purpose of this script.kris2002-02-111-0/+5 * Describe the meaning of the mlist file a bit better, and update step 9 inkris2002-02-111-7/+10 * Document the purpose of this script and the algorithm it uses tokris2002-02-111-0/+23 * Document the purpose of this script. Use the temp directory for tempfileskris2002-02-111-1/+5 * Document the purpose of this script.kris2002-02-111-0/+3 * Add a comment describing what this script does.kris2002-02-111-0/+2 * Support tools that don't have u@h syntax but h -l u.will2002-01-301-1/+1 * - New option `-e' - threat warnings as errors;sobomax2002-01-141-8/+19 * Add license and cvs tag.sobomax2002-01-131-0/+15 * Add chkdepschain.py - a tool to address one of the most annoying when it comessobomax2002-01-131-0/+294 * Ignore patchfiles ending with `.orig' and `.rej'.sobomax2002-01-041-1/+7 * - Use `::' as a combination of symbols to replace `/' in patchfile name;sobomax2002-01-041-18/+22 * Don't trap SIGINFO.sobomax2001-12-201-2/+2 * Add checkcats.py - a script that verifyes that master categories in all portssobomax2001-12-112-1/+51 * Make the tool working even if there is a symlink in a given path to a port'ssobomax2001-12-051-1/+28 * Actually use the user's group name, not their username, for the *GRPnbm2001-11-181-1/+1 * Add another check for duplicate installations of same port. Onlyasami2001-10-151-3/+5 * Use 'id -un' and 'id -gn' for user and group information, not 'logname'.nbm2001-08-173-7/+80 * Actually fix the breakage introduced in rev 1.2.sobomax2001-07-311-2/+0 * Fix breakage introduced in previous commit.sobomax2001-07-311-1/+1 * Fix a bug that in some rare cases may lead to a patch not being properlysobomax2001-07-311-0/+2 * Trap signal 31 as well (typo).sobomax2001-07-301-2/+2