From owner-freebsd-ports Sat Apr 14 6: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B867F37B496 for ; Sat, 14 Apr 2001 06:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3ED03Z52672; Sat, 14 Apr 2001 06:00:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E3CA37B422 for ; Sat, 14 Apr 2001 05:56:27 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3ECuRL52336; Sat, 14 Apr 2001 05:56:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200104141256.f3ECuRL52336@freefall.freebsd.org> Date: Sat, 14 Apr 2001 05:56:27 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/26570: Update port: www/apache2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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