diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
commit | 09b69954f24d0f10d715c8902b6bd9bb63b0d469 (patch) | |
tree | 510258d636dce8c3debfa152cdc7e8079a6b5e79 /security | |
parent | c757f436f607cdb2bd0b6442a5c13b4ef9bd76e6 (diff) | |
download | ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.tar.gz ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-16/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 4 | ||||
-rw-r--r-- | security/krb5/Makefile | 4 | ||||
-rw-r--r-- | security/libwhisker/Makefile | 2 |
7 files changed, 14 insertions, 8 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 10120d82896b..5a2d023f8ec5 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -17,6 +17,8 @@ COMMENT= System for detecting Network Intruders in real-time WRKSRC= ${WRKDIR}/${PORTNAME}-pub-${PORTVERSION}a37 +BROKEN= Checksum mismatch, will be removed after Feb 2 + USE_REINPLACE= yes GNU_CONFIGURE= yes MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 7acafe56fa35..e92a1b822b33 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -19,6 +19,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL authentication server for cyrus-sasl2 +BROKEN= Does not install, will be removed after Feb 2 + LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CYRUS_SASL2_DIR=${MASTERDIR}/../cyrus-sasl2 diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 1dec568e43d3..9e2855ef5821 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -21,9 +21,9 @@ EXTRACT_SUFX= .tar.gz .endif MAINTAINER= cy@FreeBSD.org -COMMENT= An authentication system developed at MIT, successor to Kerberos IV +COMMENT= An authentication system developed at MIT, successor to Kerberos IV -BROKEN= Broken pkg-plist +BROKEN= "Does not build on 4.x, broken pkg-plist on 5.x; will be removed after Feb 2" BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 1dec568e43d3..9e2855ef5821 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -21,9 +21,9 @@ EXTRACT_SUFX= .tar.gz .endif MAINTAINER= cy@FreeBSD.org -COMMENT= An authentication system developed at MIT, successor to Kerberos IV +COMMENT= An authentication system developed at MIT, successor to Kerberos IV -BROKEN= Broken pkg-plist +BROKEN= "Does not build on 4.x, broken pkg-plist on 5.x; will be removed after Feb 2" BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 1dec568e43d3..9e2855ef5821 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -21,9 +21,9 @@ EXTRACT_SUFX= .tar.gz .endif MAINTAINER= cy@FreeBSD.org -COMMENT= An authentication system developed at MIT, successor to Kerberos IV +COMMENT= An authentication system developed at MIT, successor to Kerberos IV -BROKEN= Broken pkg-plist +BROKEN= "Does not build on 4.x, broken pkg-plist on 5.x; will be removed after Feb 2" BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 1dec568e43d3..9e2855ef5821 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -21,9 +21,9 @@ EXTRACT_SUFX= .tar.gz .endif MAINTAINER= cy@FreeBSD.org -COMMENT= An authentication system developed at MIT, successor to Kerberos IV +COMMENT= An authentication system developed at MIT, successor to Kerberos IV -BROKEN= Broken pkg-plist +BROKEN= "Does not build on 4.x, broken pkg-plist on 5.x; will be removed after Feb 2" BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/security/libwhisker/Makefile b/security/libwhisker/Makefile index 7e26eda1f1ea..d41f8fe58f31 100644 --- a/security/libwhisker/Makefile +++ b/security/libwhisker/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-current MAINTAINER= jan@atstake.com COMMENT= Perl module to create HTTP test scripts +BROKEN= Checksum mismatch, will be removed after Feb 2 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes |