aboutsummaryrefslogtreecommitdiffstats
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2006-02-20 07:45:51 +0800
committercperciva <cperciva@FreeBSD.org>2006-02-20 07:45:51 +0800
commit2a89d7c0885fae70adf3112e285bc6352bbcd3e1 (patch)
tree063ed0f28acb31f167312a9062dc5a8e498a7935 /math/tomsfastmath
parent510f940fd87881fc67077c8b9e56dd0092cbc3d4 (diff)
downloadfreebsd-ports-graphics-2a89d7c0885fae70adf3112e285bc6352bbcd3e1.tar.gz
freebsd-ports-graphics-2a89d7c0885fae70adf3112e285bc6352bbcd3e1.tar.zst
freebsd-ports-graphics-2a89d7c0885fae70adf3112e285bc6352bbcd3e1.zip
Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as
being unfetchable. The author's domain name (libtomcrypt.org) expired and was picked up by a cybersquatter, and the distfiles haven't been mirrored by ftp.freebsd.org yet. If anyone has a copy of the distfiles for any of these ports, please send them to me so that I can host them and unbreak these ports. Approved by: flz Discussed with: maintainer
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r--math/tomsfastmath/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile
index 55a91094806..cf0d8c8e308 100644
--- a/math/tomsfastmath/Makefile
+++ b/math/tomsfastmath/Makefile
@@ -14,6 +14,8 @@ DISTNAME= tfm-${PORTVERSION}
MAINTAINER= wxs@csh.rit.edu
COMMENT= Portable fixed precision math library for fast exponentiations
+BROKEN= "Does not fetch"
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
USE_BZIP2= yes
@@ -29,6 +31,7 @@ BROKEN= Does not build on sparc64
.endif
post-patch:
- @${REINPLACE_CMD} -e 's| ||' ${WRKSRC}/fp_montgomery_reduce.c
+ @${REINPLACE_CMD} -e 's|
+||' ${WRKSRC}/fp_montgomery_reduce.c
.include <bsd.port.post.mk>