ports/168143: www/p5-HTML-Mason -- fix USE_APACHE syntax for WITH_MOD_PERL=yes
Matthew Seaman
matthew at FreeBSD.org
Sat May 19 18:50:07 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list