Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2000 07:49:04 -0800 (PST)
From:      kosmos@bowhill.yi.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22693: patch to fix apache-jserv installation problems
Message-ID:  <200011081549.eA8Fn4C78371@io.make.yi.org>

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

>Number:         22693
>Category:       ports
>Synopsis:       patch to fix apache-jserv installation problems
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 08 07:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Allan Bowhill
>Release:        FreeBSD 4.2-BETA i386
>Organization:
>Environment:

shell

>Description:

When building and installing apache-jserv the build dies 
during configure at detection of GNU make. It also dies during
configure, improperly handling a successful detection of the 
apxs binary.


>How-To-Repeat:

make install in /usr/ports/textproc/cocoon

>Fix:

here is a patch to the configure script for apache-jserv (applied
as patch-ai):



*** configure.orig	Mon Nov  6 20:38:45 2000
--- configure	Mon Nov  6 20:39:29 2000
***************
*** 13,18 ****
--- 13,20 ----
  # the right place and to process command-line arguments
  
  
+ MAKE=/usr/local/bin/gmake
+ PERL=/usr/bin/perl
  
  
  
***************
*** 3322,3328 ****
          
          $APXS_CMD -q PREFIX >/dev/null 2>/dev/null || apxs_support=false
  
!         if ${TEST} "${apxs_support}" = "false" ; then
              echo "$ac_t""could not find apxs" 1>&6
              { echo "configure: error: If you do not specify a valid --with-apache-src directory\n                  then you must specify a valid --with-apxs path" 1>&2; exit 1; }
          else
--- 3324,3330 ----
          
          $APXS_CMD -q PREFIX >/dev/null 2>/dev/null || apxs_support=false
  
!         if ${TEST} -n "${apxs_support}" = "false" ; then
              echo "$ac_t""could not find apxs" 1>&6
              { echo "configure: error: If you do not specify a valid --with-apache-src directory\n                  then you must specify a valid --with-apxs path" 1>&2; exit 1; }
          else


>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?200011081549.eA8Fn4C78371>