aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/libtommath/Makefile2
-rw-r--r--math/tomsfastmath/Makefile5
-rw-r--r--security/libtomcrypt/Makefile2
3 files changed, 8 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>
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile
index 35935af4f505..d11b18946489 100644
--- a/security/libtomcrypt/Makefile
+++ b/security/libtomcrypt/Makefile
@@ -17,6 +17,8 @@ PATCHFILES= lrw_process.c.patch
MAINTAINER= wxs@csh.rit.edu
COMMENT= Comprehensive, modular and portable cryptographic toolkit
+BROKEN= "Does not fetch"
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \