[kris@FreeBSD.org: cvs commit: ports/www/mod_auth_kerb Makefile]
Kris Kennaway
kris at obsecurity.org
Thu Jan 19 16:32:37 PST 2006
FYI; see previous email notification(s) and/or http://pointyhat.freebsd.org/
Kris
----- Forwarded message from Kris Kennaway <kris at FreeBSD.org> -----
X-Original-To: kkenn at localhost
Delivered-To: kkenn at localhost.obsecurity.org
X-Original-To: kris
Delivered-To: kris at FreeBSD.ORG
X-Original-To: ports-committers at FreeBSD.org
Delivered-To: ports-committers at FreeBSD.org
From: Kris Kennaway <kris at FreeBSD.org>
Date: Fri, 20 Jan 2006 00:14:56 +0000 (UTC)
To: ports-committers at FreeBSD.org, cvs-ports at FreeBSD.org, cvs-all at FreeBSD.org
Subject: cvs commit: ports/www/mod_auth_kerb Makefile
X-FreeBSD-CVS-Branch: HEAD
Precedence: bulk
X-Loop: FreeBSD.ORG
X-UIDL: QE/!!ka"#!;~"#!m`$"!
X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.0.1
kris 2006-01-20 00:14:56 UTC
FreeBSD ports repository
Modified files:
www/mod_auth_kerb Makefile
Log:
BROKEN on 7.0: Does not compile
Revision Changes Path
1.15 +4 -0 ports/www/mod_auth_kerb/Makefile
http://cvsweb.FreeBSD.org/ports/www/mod_auth_kerb/Makefile.diff?r1=1.14&r2=1.15
| ===================================================================
| RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_auth_kerb/Makefile,v
| retrieving revision 1.14
| retrieving revision 1.15
| diff -u -p -r1.14 -r1.15
| --- ports/www/mod_auth_kerb/Makefile 2005/12/04 20:53:01 1.14
| +++ ports/www/mod_auth_kerb/Makefile 2006/01/20 00:14:56 1.15
| @@ -2,7 +2,7 @@
| # Date created: 19 October 2001
| # Whom: wollman
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_auth_kerb/Makefile,v 1.14 2005/12/04 20:53:01 clement Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_auth_kerb/Makefile,v 1.15 2006/01/20 00:14:56 kris Exp $
| #
|
| # Shamelessly stolen from will's mod_auth_any port.
| @@ -37,6 +37,10 @@ OPTIONS+= off
| .endif
|
| .include <bsd.port.pre.mk>
| +
| +.if ${OSVERSION} >= 700014
| +BROKEN= "Does not compile on FreeBSD >= 7.0"
| +.endif
|
| .if exists(${PREFIX}/sbin/apxs)
| APACHE_MODULE_DIR!=${PREFIX}/sbin/apxs -q LIBEXECDIR
----- End forwarded message -----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-apache/attachments/20060119/1ffae732/attachment.bin
More information about the freebsd-apache
mailing list