Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2001 05:56:27 -0700 (PDT)
From:      perky@python.or.kr
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26570: Update port: www/apache2
Message-ID:  <200104141256.f3ECuRL52336@freefall.freebsd.org>

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

>Number:         26570
>Category:       ports
>Synopsis:       Update port: www/apache2
>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:   Sat Apr 14 06:00:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chang, Hye-Shik
>Release:        FreeBSD 4.2
>Organization:
Yonsei University
>Environment:
FreeBSD yata.dnip.net 4.3-RC FreeBSD 4.3-RC #0: Sat Apr 14 18:43:31 KST 2001     root@yata.dnip.net:/usr/src/sys/compile/ARA  i386
>Description:
a patch for configure's bug that
not evaluating variables for 'support/*.in'

but php4 yet. :(

Reported by: mharo
:) thanx
>How-To-Repeat:

>Fix:
diff -ruN apache2.orig/Makefile apache2/Makefile
--- apache2.orig/Makefile	Sat Apr 14 21:55:35 2001
+++ apache2/Makefile	Sat Apr 14 21:55:22 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	apache
 PORTVERSION=	2.0.16
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://httpd.apache.org/dist/httpd/ \
 		http://www.cybernic.com/mirror/dist/httpd/ \
diff -ruN apache2.orig/files/patch-configure apache2/files/patch-configure
--- apache2.orig/files/patch-configure	Sat Apr 14 18:23:08 2001
+++ apache2/files/patch-configure	Sat Apr 14 18:25:46 2001
@@ -1,5 +1,5 @@
 --- configure.orig	Wed Apr  4 12:45:36 2001
-+++ configure	Sun Apr  8 03:25:31 2001
++++ configure	Sat Apr 14 18:25:08 2001
 @@ -3760,7 +3760,9 @@
        -e "s/[ 	]*$/'/g" \
        $srcdir/config.layout > $pldconf
@@ -10,6 +10,24 @@
    rm $pldconf
    for var in prefix exec_prefix bindir sbindir libexecdir mandir \
               sysconfdir datadir iconsdir htdocsdir cgidir includedir \
+@@ -3777,7 +3779,7 @@
+         ;;
+     esac
+     val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
+-    val=`echo $val | sed -e 's:$\([a-z_]*\):$(\1):g'`
++    val=`echo $val | sed -e 's:$\([a-z_]*\):${\1}:g'`
+     if test "$autosuffix" = "yes"; then
+       if echo $val | grep apache >/dev/null; then
+         addtarget=no
+@@ -3788,7 +3790,7 @@
+         val="$val/apache"
+       fi
+     fi
+-    eval "$var='$val'"
++    eval "$var=\"$val\""
+   done
+   
+ 
 @@ -9678,6 +9680,10 @@
  

>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?200104141256.f3ECuRL52336>