diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-17 23:37:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-17 23:37:23 +0800 |
commit | b0444bbcc5cfddd1bc5ae830f75b78aaf807af11 (patch) | |
tree | 8443d56cd8087e3c34275731f93309a5f9c9276f /security | |
parent | 748617f689476eb8355379ce1e8ca00002483476 (diff) | |
download | freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.tar.gz freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.tar.zst freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.zip |
Mark broken some ports with unfetchable distfiles
Diffstat (limited to 'security')
-rw-r--r-- | security/bugs/Makefile | 2 | ||||
-rw-r--r-- | security/libparanoia/Makefile | 2 | ||||
-rw-r--r-- | security/opensaml/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile index c99208a7b035..e9c1c98d8b04 100644 --- a/security/bugs/Makefile +++ b/security/bugs/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Great cryptography library and sample programs +BROKEN= Does not fetch + PLIST_SUB+= PORTVERSION=${PORTVERSION} DOCSDIR= ${PREFIX}/${DISTNAME}/doc diff --git a/security/libparanoia/Makefile b/security/libparanoia/Makefile index dffac25024d1..6292e0e84d1d 100644 --- a/security/libparanoia/Makefile +++ b/security/libparanoia/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ MAINTAINER= ports@FreeBSD.org COMMENT= Safe (in the mean of stack smashing) reincarnation of strcpy et al +BROKEN= does not fetch + ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index e97928ef66ae..883e54f7b59a 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSI MAINTAINER= ports@FreeBSD.org COMMENT= Open source implentation of SAML +BROKEN= Does not fetch + LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4cpp.4:${PORTSDIR}/devel/log4cpp \ xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c |