Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/tomsfastmath/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 18 Mar 2006 01:14:24 -0000 1.11 +++ Makefile 30 May 2006 18:53:12 -0000 @@ -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 @@ PLIST_FILES= include/tfm.h lib/libtfm.a -.include +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 +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/math/tomsfastmath/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 6 Feb 2006 17:14:00 -0000 1.4 +++ distinfo 30 May 2006 18:53:12 -0000 @@ -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 Index: files/patch-makefile =================================================================== RCS file: /home/ncvs/ports/math/tomsfastmath/files/patch-makefile,v retrieving revision 1.2 diff -u -r1.2 patch-makefile --- files/patch-makefile 2 Sep 2005 14:43:19 -0000 1.2 +++ files/patch-makefile 30 May 2006 18:53:12 -0000 @@ -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 [END TOMSFASTMATH PATCH]