From alex@kapran.bitmcnit.bryansk.su  Wed Mar 28 05:44:21 2001
Return-Path: <alex@kapran.bitmcnit.bryansk.su>
Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2])
	by hub.freebsd.org (Postfix) with ESMTP id 6EF3237B720
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Mar 2001 05:44:10 -0800 (PST)
	(envelope-from alex@kapran.bitmcnit.bryansk.su)
Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2])
	by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f2SDh9311653
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Mar 2001 17:43:09 +0400
Received: (from uucp@localhost)
	by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id RAA23431
	for FreeBSD-gnats-submit@freebsd.org; Wed, 28 Mar 2001 17:40:16 +0400
Received: (from alex@localhost)
	by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f2SDLMw01805;
	Wed, 28 Mar 2001 17:21:22 +0400 (MSD)
	(envelope-from alex)
Message-Id: <200103281321.f2SDLMw01805@kapran.bitmcnit.bryansk.su>
Date: Wed, 28 Mar 2001 17:21:22 +0400 (MSD)
From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Reply-To: alex@kapran.bitmcnit.bryansk.su
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintaner patch] www/p5-HTML-Embperl depends on nonexistant www/p5-Apache
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26170
>Category:       ports
>Synopsis:       [maintaner patch] www/p5-HTML-Embperl depends on nonexistant www/p5-Apache
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 28 05:50:01 PST 2001
>Closed-Date:    Wed Mar 28 06:31:12 PST 2001
>Last-Modified:  Wed Mar 28 06:31:21 PST 2001
>Originator:     Alex Kapranoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Internal Mongolia
>Environment:

>Description:
	www/p5-Apache was axed, but www/mod_perl is fully-functional
	now (thanks to Sheldon Hearn) so let p5-HTML-Embperl depend on
	proper port.
>How-To-Repeat:
	`make index' in /usr/ports as noted and worked around by Steve Price.
	Thanks, Steve.
>Fix:

This is a quick-response-type fix. I'm working on a major revamp of
the port which is not ready yet. (And yes, I'll update the port to
1.3.1 then)

diff -ur /usr/ports/www/Makefile ./Makefile
--- /usr/ports/www/Makefile	Wed Mar 28 08:41:38 2001
+++ www/Makefile	Wed Mar 28 17:12:52 2001
@@ -167,7 +167,7 @@
     SUBDIR += p5-FastCGI
     SUBDIR += p5-GtkHTML
     SUBDIR += p5-HTML
-#   SUBDIR += p5-HTML-Embperl
+    SUBDIR += p5-HTML-Embperl
     SUBDIR += p5-HTML-Mason
     SUBDIR += p5-HTML-Navigation
     SUBDIR += p5-HTML-Pager
diff -ur /usr/ports/www/p5-HTML-Embperl/Makefile ./p5-HTML-Embperl/Makefile
--- /usr/ports/www/p5-HTML-Embperl/Makefile	Tue Mar  6 09:56:13 2001
+++ www/p5-HTML-Embperl/Makefile	Wed Mar 28 17:11:57 2001
@@ -14,7 +14,7 @@
 
 MAINTAINER=	kapr@crosswinds.net
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache
+BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
 
 PERL_CONFIGURE=	yes
 IS_INTERACTIVE=	yes
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Wed Mar 28 06:31:12 PST 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26170 
>Unformatted:
