head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	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.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2010.03.20.15.56.55;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2006.03.31.06.35.51;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2004.12.23.06.19.22;	author green;	state Exp;
branches;
next	1.9;

1.9
date	2004.12.11.21.45.49;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2004.09.22.17.42.45;	author green;	state Exp;
branches;
next	1.7;

1.7
date	2004.06.21.04.55.38;	author kris;	state Exp;
branches;
next	1.6;

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

1.5
date	2003.03.07.06.10.46;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.28.01.55.19;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.14.23.05.44;	author green;	state Exp;
branches;
next	1.2;

1.2
date	2002.03.07.18.03.02;	author green;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.07.02.21.42;	author green;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pam_alreadyloggedin
# Date created:				6 March 2002
# Whom:					green@@FreeBSD.org
#
# $FreeBSD: head/security/pam_alreadyloggedin/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pam_alreadyloggedin
PORTVERSION=	0.3
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_LOCAL}					\
		http://green.homeunix.org/~green/
MASTER_SITE_SUBDIR=	green

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PAM module based on whether a user is already logged in

MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 900007
BROKEN=		fails to build with new utmpx
.endif

.if defined(NOPROFILE)
PLIST_SUB+=	PROFILE="@@comment "
.else
PLIST_SUB+=	PROFILE=""
.endif

MAN8=		pam_alreadyloggedin.8

.include <bsd.port.post.mk>
@


1.12
log
@- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:	pointyhat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Reset green@@ as maintainer at his request.

Hat:		portmgr
@
text
@d23 4
@


1.10
log
@Attempt to make pam_alreadyloggedin work on 4.x again.

Submitted by:	vs
@
text
@d16 1
a16 1
MAINTAINER=	green@@FreeBSD.org
@


1.9
log
@BROKEN on 4.x: Does not compile
@
text
@d10 1
a22 4
.if ${OSVERSION} < 500000
BROKEN=		"Does not compile on FreeBSD 4.x"
.endif

@


1.8
log
@Update to pam_alreadyloggedin-0.3 to unbreak.  There should be no
visible changes.

This work was done by Jeremie Le Hen; thanks!

Submitted by:	Jeremie Le Hen <jeremie@@le-hen.org>
Approved by:	portmgr
@
text
@d22 4
@


1.7
log
@s/BROKEN/IGNORE/ to prevent package build on 4.x
@
text
@d9 1
a9 1
PORTVERSION=	0.2
d12 1
a12 1
		http://green.bikeshed.org/~green/
a20 8

.if ${OSVERSION} < 500000
IGNORE=	"only works on systems with OpenPAM (5.0-CURRENT)"
.endif

.if ${OSVERSION} >= 500113
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
.endif
@


1.6
log
@Per bento logs, mark as broken on recent 5.x due to compilation problems
with gcc3.3.  Notified maintainer.
@
text
@d23 1
a23 1
BROKEN=	"only works on systems with OpenPAM (5.0-CURRENT)"
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d15 3
d25 4
a28 2
MAINTAINER=	green@@FreeBSD.org
COMMENT=	PAM module based on whether a user is already logged in
@


1.4
log
@Fix pkg-plist and set MANCOMPRESSED=yes
@
text
@d23 1
@


1.3
log
@Mark as BROKEN for non-CURRENT.
@
text
@d15 2
d23 6
@


1.2
log
@Update to 0.2.
@
text
@d15 5
d24 1
a24 1
.include <bsd.port.mk>
@


1.1
log
@Add pam_alreadyloggedin 0.1,

This PAM module provides authorization based on a user already being currently logged in already.
@
text
@d9 1
a9 1
PORTVERSION=	0.1
d17 1
a17 1
MAN=		pam_alreadyloggedin.8
@

