summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-02-19 23:45:51 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-02-19 23:45:51 +0000
commit72cb5775db139d7630abb55c0ba8a34b20473ac4 (patch)
tree1852b945bd776737a6793ec258778a1132919061 /math
parentUpdate to 1.5.7 (diff)
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
Notes
Notes: svn path=/head/; revision=156428
Diffstat (limited to 'math')
-rw-r--r--math/libtommath/Makefile2
-rw-r--r--math/tomsfastmath/Makefile5
2 files changed, 6 insertions, 1 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index aad89eb78dae..79d319b5f56b 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -14,6 +14,8 @@ DISTNAME= ltm-${PORTVERSION}
MAINTAINER= wxs@csh.rit.edu
COMMENT= Comprehensive, modular and portable mathematical routines
+BROKEN= "Does not fetch"
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
USE_BZIP2= yes
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile
index 55a91094806c..cf0d8c8e308e 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>