Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 16:32:00 +0100 (CET)
From:      Florian Smeets <flo@kasimir.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mat@FreeBSD.org
Subject:   ports/131935: [PATCH] devel/p5-Log-Dispatch: remove BROKEN for the WITH_APACHELOG/WITH_APACHE2 case
Message-ID:  <20090221153200.6E8CE3F4A5@mail.solomo.de>
Resent-Message-ID: <200902211540.n1LFe1O6097663@freefall.freebsd.org>

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

>Number:         131935
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Log-Dispatch: remove BROKEN for the WITH_APACHELOG/WITH_APACHE2 case
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 15:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Florian Smeets
>Release:        FreeBSD 7.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD mail.solomo.de 7.1-STABLE FreeBSD 7.1-STABLE #4: Mon Jan  5 22:33:23 CET
>Description:
[DESCRIBE CHANGES]

Port maintainer (mat@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

p5-Log-Dispatch does support the mod_perl2 API since version 2.17 according
 to their changelog, and i've been using it for quite some time.

| 2.17 Mar 31, 2007
| 
| - Log::Dispatch::ApacheLog should now work under mod_perl 2, as well
|    as mod_perl 1.

--- p5-Log-Dispatch-2.22.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Log-Dispatch.orig/Makefile /usr/ports/devel/p5-Log-Dispatch/Makefile
--- /usr/ports/devel/p5-Log-Dispatch.orig/Makefile	2009-02-21 16:19:55.000000000 +0100
+++ /usr/ports/devel/p5-Log-Dispatch/Makefile	2009-02-21 16:20:10.000000000 +0100
@@ -54,7 +54,6 @@
 
 .if defined(WITH_APACHELOG)
 .if defined(WITH_APACHE2)
-BROKEN=		Broken due the new mod_perl2 API
 RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
 .else
 RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
--- p5-Log-Dispatch-2.22.patch ends here ---

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



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