[kris@FreeBSD.org: cvs commit: ports/www/mod_snake Makefile]

Kris Kennaway kris at obsecurity.org
Mon May 30 19:19:07 PDT 2005


FYI; see http://pointyhat.freebsd.org and previous email notifications.

Kris

----- Forwarded message from Kris Kennaway <kris at FreeBSD.org> -----

X-Original-To: kkenn at localhost
Delivered-To: kkenn at localhost.obsecurity.org
Delivered-To: kris at freebsd.org
Delivered-To: ports-committers at freebsd.org
From: Kris Kennaway <kris at FreeBSD.org>
Date: Sat, 21 May 2005 17:27:03 +0000 (UTC)
To: ports-committers at FreeBSD.org, cvs-ports at FreeBSD.org,
	cvs-all at FreeBSD.org
Subject: cvs commit: ports/www/mod_snake Makefile
X-FreeBSD-CVS-Branch: HEAD
Precedence: bulk
X-Loop: FreeBSD.ORG
X-UIDL: 3GI"!D7G!!hU,!!iJ1"!
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.92.8

kris        2005-05-21 17:27:03 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_snake        Makefile 
  Log:
  BROKEN on amd64 and ia64: Does not compile
  
  Revision  Changes    Path
  1.11      +7 -1      ports/www/mod_snake/Makefile
http://cvsweb.FreeBSD.org/ports/www/mod_snake/Makefile.diff?r1=1.10&r2=1.11
| ===================================================================
| RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_snake/Makefile,v
| retrieving revision 1.10
| retrieving revision 1.11
| diff -u -p -r1.10 -r1.11
| --- ports/www/mod_snake/Makefile	2005/04/10 21:08:20	1.10
| +++ ports/www/mod_snake/Makefile	2005/05/21 17:27:03	1.11
| @@ -2,7 +2,7 @@
|  # Date created:				10 April 2001
|  # Whom:					will
|  #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_snake/Makefile,v 1.10 2005/04/10 21:08:20 kris Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_snake/Makefile,v 1.11 2005/05/21 17:27:03 kris Exp $
|  #
|  
|  PORTNAME=	mod_snake
| @@ -25,4 +25,10 @@ GNU_CONFIGURE=	yes
|  CONFIGURE_ARGS=	--with-apxs="${APXS}"
|  USE_GMAKE=	yes
|  
| -.include <bsd.port.mk>
| +.include <bsd.port.pre.mk>
| +
| +.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
| +BROKEN=		"Does not compile on amd64 or ia64"
| +.endif
| +
| +.include <bsd.port.post.mk>


----- 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/20050530/e0774d11/attachment.bin


More information about the freebsd-apache mailing list