Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 00:19:12 -0400
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        Olli Hauer <ohauer@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/www/p5-libapreq Makefile
Message-ID:  <4DA3D2C0.7050107@p6m7g8.com>
In-Reply-To: <201104111907.p3BJ7Mxl031367@repoman.freebsd.org>
References:  <201104111907.p3BJ7Mxl031367@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Despite my respect for skv@, perl@, apache@ would be a much better
choice for this port.  Its CVS history should point that at alone.

I leave the choice up to the currently active participants (read not me).


On 4/11/2011 3:07 PM, Olli Hauer wrote:
> ohauer      2011-04-11 19:07:22 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     www/p5-libapreq      Makefile 
>   Log:
>    - fix detection of higher apache version so the BROKEN flag triggers
>      if apache13 is not the default.
>   
>    - Reference PR ports/147009
>   
>     approved by maintainer timeout
>   
>     No version bump, triggers only if apache13 is no longer the default.
>   
>   PR:             ports/154761
>   Submitted by:   ohauer
>   
>   Revision  Changes    Path
>   1.26      +9 -1      ports/www/p5-libapreq/Makefile
> 
> http://cvsweb.FreeBSD.org/ports/www/p5-libapreq/Makefile.diff?r1=1.25&r2=1.26&f=h
> | --- ports/www/p5-libapreq/Makefile	2009/01/22 19:07:11	1.25
> | +++ ports/www/p5-libapreq/Makefile	2011/04/11 19:07:22	1.26
> | @@ -2,7 +2,7 @@
> |  # Date created:				March 13, 2000
> |  # Whom:	      				Frank Mayhar <frank@exit.com>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/p5-libapreq/Makefile,v 1.25 2009/01/22 19:07:11 skv Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/p5-libapreq/Makefile,v 1.26 2011/04/11 19:07:22 ohauer Exp $
> |  #
> |  
> |  PORTNAME=	libapreq
> | @@ -15,6 +15,14 @@ PKGNAMEPREFIX=	p5-
> |  MAINTAINER=	skv@FreeBSD.org
> |  COMMENT=	Generic Apache Request Library
> |  
> | +USE_APACHE=	13
> | +
> | +.include <bsd.port.pre.mk>
> | +
> | +.if ${APACHE_VERSION} > 13 || ${APACHE_PORT} != "www/apache13"
> | +IGNORE=	build only with apache13
> | +.endif
> | +
> |  .if defined(WITH_MODPERL2)
> |  IGNORE=		this port does not support mod_perl2
> |  .else
> | @@ -37,4 +45,4 @@ post-install:
> |  	${INSTALL_SCRIPT} ${WRKSRC}/eg/perl/* ${EXAMPLESDIR}/perl
> |  .endif
> |  
> | -.include <bsd.port.mk>
> | +.include <bsd.port.post.mk>


-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Sr. System Admin,                 Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DA3D2C0.7050107>