head	1.6;
access;
symbols
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2010.01.28.01.59.02;	author miwi;	state dead;
branches;
next	1.5;

1.5
date	2009.12.25.18.01.14;	author pgollucci;	state Exp;
branches;
next	1.4;

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

1.3
date	2009.09.01.07.18.29;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.30.10.33.03;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.03.23.21.25;	author pav;	state Exp;
branches;
next	;


desc
@@


1.6
log
@2010-01-08 x11-toolkits/gtkada-gps: has been broken for 3 months
2010-01-08 x11-fm/velocity: has been broken for 7 months
2010-01-08 x11-drivers/xf86-video-nsc: has been broken for 5 months
2010-01-08 www/rubygem-merb: has been broken for 5 months
2010-01-08 security/shibboleth-sp: has been broken for 3 months
@
text
@# New ports collection makefile for:	security/shibboleth-sp
# Date created:		2007-07-17
# Whom:			Janos Mohacsi <janos.mohacsi@@bsd.hu>
#
# $FreeBSD: ports/security/shibboleth-sp/Makefile,v 1.5 2009/12/25 18:01:14 pgollucci Exp $
#

PORTNAME=	shibboleth-sp
PORTVERSION=	1.3f
CATEGORIES=	security www
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/

MAINTAINER=	janos.mohacsi@@bsd.hu
COMMENT=	C++ Shibboleth Service Provider (Internet2) for Apache

LIB_DEPENDS=	saml.5:${PORTSDIR}/security/opensaml

BROKEN=	does not build
DEPRECATED=	has been broken for 3 months
EXPIRATION_DATE=	2010-01-08

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_RC_SUBR=	shibboleth-sp
WRKSRC=		${WRKDIR}/shibboleth-1.3

USE_APACHE=	2.0+
.include <bsd.port.pre.mk>

CONFIGURE_ARGS=	--enable-apache-${APACHE_VERSION} \
	--with-apxs${APACHE_VERSION}=${APXS} \
	--localstatedir=/var

post-patch:
	@@${REINPLACE_CMD} -e 's|/run|/run/shibboleth|' ${WRKSRC}/configs/Makefile.in
	@@${REINPLACE_CMD} -e 's|/doc/|/share/doc/|' ${WRKSRC}/doc/Makefile.in

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN=		Does not compile; author is investigating
.endif

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


1.5
log
@- WITH_APACHE22 is deprecated

With Hat: apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@  This port has been broken for 3+ months, thus

- Mark DEPRECATED and schedule for expiration in one month

With hat:	portmgr
@
text
@d18 1
a18 1
BROKEN=		does not build
d20 1
a20 3
EXPIRATION_DATE=2010-01-08

OPTIONS=	APACHE22 "Use Apache version 2.2 instead of version 2.0"  on
d28 1
d31 3
a33 8
.if defined(WITH_APACHE22)
USE_APACHE=	22
CONFIGURE_ARGS=	--enable-apache-22 --with-apxs22=${APXS}
.else
USE_APACHE=	20
CONFIGURE_ARGS=	--enable-apache-20 --with-apxs2=${APXS}
.endif
CONFIGURE_ARGS+=	--localstatedir=/var
@


1.3
log
@Mark BROKEN on i386-6 as well.
@
text
@d19 2
@


1.2
log
@Mark as only for i386-6.

Based on:

PR:		ports/115474
Submitted by:	maintainer
@
text
@d18 2
@


1.1
log
@Shibboleth is standards-based, open source middleware software which
provides Web Single SignOn (SSO) across or within organizational
boundaries. It allows sites to make informed authorization decisions
for individual access of protected online resources in a
privacy-preserving manner.

This software is a C++ implementation of the Service Provider
component of the Shibboleth can be used in Apache Web servers.  The
service provider manages secured resources. User access to resources
is based on assertions received by the service provider (SP) from
an identity provider.

WWW:	http://shibboleth.internet2.edu/

PR:		ports/114663
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d41 7
@

