From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 15:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F174A1065691 for ; Sat, 21 Feb 2009 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB2B38FC2B for ; Sat, 21 Feb 2009 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1LFe1Ir097664 for ; Sat, 21 Feb 2009 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1LFe1O6097663; Sat, 21 Feb 2009 15:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Feb 2009 15:40:01 GMT Resent-Message-Id: <200902211540.n1LFe1O6097663@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florian Smeets Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 448BA106566B for ; Sat, 21 Feb 2009 15:32:04 +0000 (UTC) (envelope-from flo@mail.solomo.de) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id C14928FC08 for ; Sat, 21 Feb 2009 15:32:03 +0000 (UTC) (envelope-from flo@mail.solomo.de) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id BC1FA3F4C7; Sat, 21 Feb 2009 16:32:02 +0100 (CET) Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HfSe1q4DcRXu; Sat, 21 Feb 2009 16:32:00 +0100 (CET) Received: by mail.solomo.de (Postfix, from userid 1001) id 6E8CE3F4A5; Sat, 21 Feb 2009 16:32:00 +0100 (CET) Message-Id: <20090221153200.6E8CE3F4A5@mail.solomo.de> Date: Sat, 21 Feb 2009 16:32:00 +0100 (CET) From: Florian Smeets To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/131935: [PATCH] devel/p5-Log-Dispatch: remove BROKEN for the WITH_APACHELOG/WITH_APACHE2 case X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 15:40:02 -0000 >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: