diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-02-20 07:45:51 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-02-20 07:45:51 +0800 |
commit | 2a89d7c0885fae70adf3112e285bc6352bbcd3e1 (patch) | |
tree | 063ed0f28acb31f167312a9062dc5a8e498a7935 /security | |
parent | 510f940fd87881fc67077c8b9e56dd0092cbc3d4 (diff) | |
download | freebsd-ports-gnome-2a89d7c0885fae70adf3112e285bc6352bbcd3e1.tar.gz freebsd-ports-gnome-2a89d7c0885fae70adf3112e285bc6352bbcd3e1.tar.zst freebsd-ports-gnome-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 'security')
-rw-r--r-- | security/libtomcrypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" \ |