View | Details | Raw Unified | Return to bug 105442
Collapse All | Expand All

(-)security/srp/Makefile (+2 lines)
Lines 13-18 Link Here
13
MAINTAINER=	laszlof@vonostingroup.com
13
MAINTAINER=	laszlof@vonostingroup.com
14
COMMENT=	Secure Remote Password protocol library, TELNET, and FTP
14
COMMENT=	Secure Remote Password protocol library, TELNET, and FTP
15
15
16
CONFLICTS=		krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]*
17
16
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
17
CONFIGURE_ENV=	INSTALL="/usr/bin/install -C"
19
CONFIGURE_ENV=	INSTALL="/usr/bin/install -C"
18
CONFIGURE_ARGS=	--with-openssl=/usr				\
20
CONFIGURE_ARGS=	--with-openssl=/usr				\
(-)security/krb4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	KTH Kerberos 4
15
COMMENT=	KTH Kerberos 4
16
16
17
CONFLICTS=	krb5-[0-9]* heimdal-[0-9]*
17
CONFLICTS=	krb5-[0-9]* heimdal-[0-9]* srp-[0-9]*
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
# Don't remove this.  This port installs several applications
19
# Don't remove this.  This port installs several applications
20
# which have the same name as some in the base system (e.g.
20
# which have the same name as some in the base system (e.g.
(-)security/krb5/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4
18
BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4
19
19
20
CONFLICTS=		krb4-[0-9]* heimdal-[0-9]*
20
CONFLICTS=		krb4-[0-9]* heimdal-[0-9]* srp-[0-9]*
21
21
22
LATEST_LINK=		${PORTNAME}
22
LATEST_LINK=		${PORTNAME}
23
KERBEROSV_URL=		http://web.mit.edu/kerberos/
23
KERBEROSV_URL=		http://web.mit.edu/kerberos/
(-)security/heimdal/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
MAINTAINER=	shaun@FreeBSD.org
20
MAINTAINER=	shaun@FreeBSD.org
21
COMMENT=	A popular BSD-licensed implementation of Kerberos 5
21
COMMENT=	A popular BSD-licensed implementation of Kerberos 5
22
22
23
CONFLICTS=	krb4-[0-9]* krb5-[0-9]*
23
CONFLICTS=	krb4-[0-9]* krb5-[0-9]* srp-[0-9]*
24
24
25
OPTIONS+=	LDAP	 "Use OpenLDAP as the KDC backend"		off
25
OPTIONS+=	LDAP	 "Use OpenLDAP as the KDC backend"		off
26
OPTIONS+=	CRACKLIB "Use CrackLib for password quality checking"	off
26
OPTIONS+=	CRACKLIB "Use CrackLib for password quality checking"	off

Return to bug 105442