Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 17:21:22 +0400 (MSD)
From:      Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26170: [maintaner patch] www/p5-HTML-Embperl depends on nonexistant www/p5-Apache
Message-ID:  <200103281321.f2SDLMw01805@kapran.bitmcnit.bryansk.su>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 28 05:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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