From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 2 17:00:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9205716A41C for ; Sat, 2 Jul 2005 17:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6748743D49 for ; Sat, 2 Jul 2005 17:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j62H0cSQ062839 for ; Sat, 2 Jul 2005 17:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j62H0cU7062838; Sat, 2 Jul 2005 17:00:38 GMT (envelope-from gnats) Resent-Date: Sat, 2 Jul 2005 17:00:38 GMT Resent-Message-Id: <200507021700.j62H0cU7062838@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, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2728816A41C for ; Sat, 2 Jul 2005 16:59:43 +0000 (GMT) (envelope-from apeiron@coitusmentis.info) Received: from coitusmentis.info (pcp01649268pcs.levtwn01.pa.comcast.net [68.32.0.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DF843D49 for ; Sat, 2 Jul 2005 16:59:42 +0000 (GMT) (envelope-from apeiron@coitusmentis.info) Received: by prophecy.velum (Postfix, from userid 1000) id 5FF111CC27; Sat, 2 Jul 2005 12:59:42 -0400 (EDT) Message-Id: <20050702165942.5FF111CC27@prophecy.velum> Date: Sat, 2 Jul 2005 12:59:42 -0400 (EDT) From: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82895: Mark www/p5-Maypole BROKEN in mod_perl2 case, but fix the Makefile so it can install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christopher Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2005 17:00:40 -0000 >Number: 82895 >Category: ports >Synopsis: Mark www/p5-Maypole BROKEN in mod_perl2 case, but fix the Makefile so it can install >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 Jul 02 17:00:38 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.4-STABLE i386 >Organization: Pigritia Solutions >Environment: System: FreeBSD prophecy.dyndns.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Jun 10 17:11:45 EDT 2005 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386 >Description: www/p5-Maypole seems to have been missed in the commit which marked mod_perl2-using ports as BROKEN. The attached patch applies BROKEN (I do intend to work on fixing it), but fixes the www/p5-libapreq2 dependency so that other enterprising users can attempt to fix it as well (hint: look at Apache::MVC). >How-To-Repeat: 1. Install recent www/mod_perl2. 2. Try to install recent www/p5-Maypole, observe its failure as it tries to install www/libapreq2 even though it's already installed. >Fix: --- Makefile.orig Sat Jul 2 12:49:22 2005 +++ Makefile Sat Jul 2 12:55:32 2005 @@ -40,8 +40,9 @@ .if defined(WITH_MODPERL) .if defined(WITH_APACHE2) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 +BROKEN= Broken due the new mod_perl2 API .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq >Release-Note: >Audit-Trail: >Unformatted: