Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2012 19:44:41 +0100 (BST)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/168143: www/p5-HTML-Mason -- fix USE_APACHE syntax for WITH_MOD_PERL=yes
Message-ID:  <201205191844.q4JIifnU094175@lucid-nonsense.infracaninophile.co.uk>
Resent-Message-ID: <201205191850.q4JIo5gC096814@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         168143
>Category:       ports
>Synopsis:       www/p5-HTML-Mason -- fix USE_APACHE syntax for WITH_MOD_PERL=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 19 18:50:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 9.0-STABLE FreeBSD 9.0-STABLE #12: Thu May 3 22:05:28 BST 2012 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

Looks like a trivial typo has slipped through.

The argument to USE_APACHE should be 20+ rather than 2.0+.  This
breaks building the port if WITH_MOD_PERL is set in OPTIONS.

No PORTREVISION bump, as this doesn't affect the package built with
the default OPTIONS.

Maintainer: OK for me to commit this?

>How-To-Repeat:
	
>Fix:

	

--- p5-HTML-Mason.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-Mason/Makefile,v
retrieving revision 1.69
diff -u -u -r1.69 Makefile
--- Makefile	16 May 2012 04:09:48 -0000	1.69
+++ Makefile	19 May 2012 18:36:40 -0000
@@ -68,7 +68,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MOD_PERL)
-USE_APACHE=	2.0+
+USE_APACHE=	20+
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
 .endif
 
--- p5-HTML-Mason.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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