head	1.12;
access;
symbols
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2010.06.26.20.02.38;	author araujo;	state dead;
branches;
next	1.11;

1.11
date	2007.06.29.16.29.13;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.01.19.14.14.03;	author itetcu;	state Exp;
branches;
next	1.9;

1.9
date	2006.11.14.02.06.07;	author laszlof;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.10.23.36.30;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.15.01.04.49;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.03.29.21.11.29;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.05.02.34.05;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2005.10.08.19.58.36;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.12.13.06.32.19;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.23.14.03.37;	author nectar;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.05.02.04.54;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.12
log
@- The EOL was announced in 2006 and has a lot of security issues.

Feature safe:	yes
@
text
@# Ports collection Makefile for:	krb4
# Date created:				03/04/2003
# Whom:					nectar@@FreeBSD.ORG
#
# $FreeBSD: ports/security/krb4/Makefile,v 1.11 2007/06/29 16:29:13 araujo Exp $
#

PORTNAME=	krb4
PORTVERSION=	1.2.2
PORTREVISION=	3
CATEGORIES=	security ipv6
MASTER_SITES=	ftp://ftp.pdc.kth.se/pub/krb/src/

MAINTAINER=	araujo@@FreeBSD.org
COMMENT=	KTH Kerberos 4

CONFLICTS=	krb5-[0-9]* heimdal-[0-9]* srp-[0-9]*
USE_LDCONFIG=	yes
# Don't remove this.  This port installs several applications
# which have the same name as some in the base system (e.g.
# ftp, telnet, su).
PREFIX?=	${LOCALBASE}/krb4
NO_MTREE=	yes	# Otherwise we end up with dozens of extra directories in ${PREFIX}

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=\
	--enable-shared		\
	--disable-otp		\
	--disable-afs-support	\
	--without-x
CONFIGURE_ENV+=	\
	"CFLAGS=${CFLAGS}" \
	"CPPFLAGS=-DOPENSSL_DES_LIBDES_COMPATIBILITY" \
	"LDFLAGS=-Wl,-rpath,${PREFIX}/lib"

INFO=	kth-krb

SUB_FILES+=	pkg-message

post-install:
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_CMD} "or simply \`make setuids'."

setuids:
.for file in rsh rcp rlogin su
	${CHOWN} 0:0 ${PREFIX}/bin/${file}
	${CHMOD} u+s ${PREFIX}/bin/${file}
.endfor

.include "Makefile.man"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700019
BROKEN=		Incorrect pkg-plist on FreeBSD >= 7.0
.endif

.if ${ARCH} == "amd64"
CFLAGS+=	-fPIC
.endif
.include <bsd.port.post.mk>
@


1.11
log
@- Change my mail address to araujo@@.

Approved by:	stas (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- update to 1.2.2 [1]
- pass maintainership to submitter [1]
- use SUB_FILES for pkg-message instead of custom trick [2]

PR:		ports/108108 [1]
Submitted by:	Marcelo Araujo [1], me (itetcu) [2]
@
text
@d14 1
a14 1
MAINTAINER=	araujo@@bsdmail.org
@


1.9
log
@Register conflicts for srp in security/heimdal, security/krb4, and securiry/krb5.
Bump PORTREVISION accordingly.

PR:		ports/105442
Submitted by:	Ruben van Staveren <ruben@@verweg.com>
Reviewed by:	shaun@@, cy@@
Approved by:	flz (mentor)
@
text
@d9 2
a10 2
PORTVERSION=	1.2.1
PORTREVISION=	2
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
a24 1
PKGMESSAGE=	${WRKDIR}/pkg-message
d38 2
a40 3
	${SED} -e "s~%%PREFIX%%~${PREFIX}~g" \
	    < ${.CURDIR}/pkg-message > ${PKGMESSAGE}
	@@${ECHO_CMD} "*** ATTENTION ***"
@


1.8
log
@BROKEN on 7.0: Incorrect pkg-plist
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
CONFLICTS=	krb5-[0-9]* heimdal-[0-9]*
@


1.7
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d54 4
@


1.6
log
@Reset maintainer; nectar is away from FreeBSD work right now.
@
text
@d18 1
a18 1
INSTALLS_SHLIB=	yes
@


1.5
log
@Remove install-info from Makefile, it's automatically done when INFO is defined
@
text
@d14 1
a14 1
MAINTAINER=	nectar@@FreeBSD.ORG
@


1.4
log
@- Set CONFLICTS with heimdal and krb5
- Portlint

PR:		ports/85026
Submitted by:	lofi
Approved by:	maintainer timeout (nectar, 7 weeks)
@
text
@a39 1
	install-info ${PREFIX}/info/kth-krb.info ${PREFIX}/info/dir
@


1.3
log
@Clean up properly after ourselves now that bsd.port.mk allows it.  Bump
PORTREVISION.

Approved by:	maintainer
@
text
@d17 2
d27 1
a27 1
CONFIGURE_ARGS+= \
d56 1
a56 1
CFLAGS+= -fPIC
@


1.2
log
@On amd64, include -fPIC in CFLAGS.

PR:		ports/63200
Reported by:	Hendrik Scholz <hendrik@@scholz.net>
@
text
@d10 1
a10 1
PORTREVISION=	0
d21 1
d35 2
@


1.1
log
@Add KTH Kerberos 4.
@
text
@d30 1
d49 5
a53 1
.include <bsd.port.mk>
@

