Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 1999 02:15:29 -0700 (PDT)
From:      NU7D-WTNB@asahi-net.or.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13195: Can't install www/p5-Apache port
Message-ID:  <19990817091529.4C5C7156C8@hub.freebsd.org>

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

>Number:         13195
>Category:       ports
>Synopsis:       Can't install www/p5-Apache port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 02:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Daisuke Watanabe
>Release:        FreeBSD-stable
>Organization:
NANOSHA., Inc
>Environment:
FreeBSD tmcjtx.tosmec.toshiba.co.jp 3.2-STABLE FreeBSD 3.2-STABLE #2: Tue Aug 17 16:36:59 JST 1999     watanabe@tmcjtx.tosmec.toshiba.co.jp:/usr/src/sys/compile/TMCJTX  i386

>Description:
Fix file: /usr/ports/www/p5-Apache/script/install_httpd

>How-To-Repeat:

>Fix:
--- /usr/ports/www/p5-Apache/scripts/install_httpd.orig Tue Aug 17 17:45:14 1999
+++ /usr/ports/www/p5-Apache/scripts/install_httpd      Tue Aug 17 17:45:45 1999
@@ -3,11 +3,11 @@
 # $Id: install_httpd,v 1.3 1998/06/27 06:06:32 asami Exp $
 #
 
-opendir( WRKDIR, "$ENV{PORTSDIR}/www/apache12/work" ) || die( "Can't open $ENV{PORTSDIR}/www/apache12/work" );
+opendir( WRKDIR, "$ENV{PORTSDIR}/www/apache13/work" ) || die( "Can't open $ENV{PORTSDIR}/www/apache13/work" );
 ( $srcdir ) = grep( /^apache/, readdir( WRKDIR ) );
 closedir( WRKDIR );
 
-system( "$ENV{INSTALL_PROGRAM} $ENV{PORTSDIR}/www/apache12/work/$srcdir/src/httpd $ENV{PREFIX}/sbin/httpd_modperl" );
+system( "$ENV{INSTALL_PROGRAM} $ENV{PORTSDIR}/www/apache13/work/$srcdir/src/httpd $ENV{PREFIX}/sbin/httpd_modperl" );
 
 #
 # EOF


>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?19990817091529.4C5C7156C8>