From owner-freebsd-apache@FreeBSD.ORG Fri Apr 1 14:46:22 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22031065678; Fri, 1 Apr 2011 14:46:22 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2028FC1F; Fri, 1 Apr 2011 14:46:22 +0000 (UTC) Received: from [172.20.1.100] (unknown [172.20.1.100]) by u18-124.dslaccess.de (Postfix) with ESMTPSA id CAD512079A; Fri, 1 Apr 2011 16:46:19 +0200 (CEST) Message-ID: <4D95E559.8090206@FreeBSD.org> Date: Fri, 01 Apr 2011 16:46:49 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Ryusuke SUZUKI References: <20110401.134002.226720817.ryusuke@jp.FreeBSD.org> <4D95BC24.5040400@FreeBSD.org> <20110401.232515.226804182.ryusuke@jp.FreeBSD.org> In-Reply-To: <20110401.232515.226804182.ryusuke@jp.FreeBSD.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ohauer@FreeBSD.org, apache@FreeBSD.org Subject: Re: Update apache22 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 14:46:22 -0000 On 2011-04-01 16:25, Ryusuke SUZUKI wrote: > From: Olli Hauer > Subject: Re: Update apache22 > Date: Fri, 01 Apr 2011 13:51:00 +0200 > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 2011-04-01 06:40, Ryusuke SUZUKI wrote: >>> Hello Olli-san, >>> >>> Update the apache22 was failed >>> (Log file is attached in this mail). >>> >>> It seems that /textproc/gsed is needed. >>> >>> Regards, >>> Ryusuke >>> >>> --------------------------------------------------------------------------- >>> --- Makefile.orig 2011-04-01 13:33:25.000000000 +0900 >>> +++ Makefile 2011-04-01 13:26:12.000000000 +0900 >>> @@ -18,6 +18,8 @@ >>> MAINTAINER?= apache@FreeBSD.org >>> COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM:L} MPM. >>> >>> +BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed >>> + >>> LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ >>> apr-1:${PORTSDIR}/devel/apr1 \ >>> pcre.0:${PORTSDIR}/devel/pcre >> >> >> Hi Ryusuke-san, >> >> thanks for reporting this issue. >> >> I found the culprit in the apr1 port. >> >> If gsed is installed the time apr1 is build then >> you find the following entry in >> file: ${LOCALBASE}/share/apr/build-1/libtool >> >> SED="/usr/local/bin/gsed" >> >> As quick workaround set this line to >> SED="sed" >> >> and the issue should be solved. >> >> Regards, >> olli >> >> I've committed the following diff to devel/apr1 in to preserve >> this issue in future. > > Hi, Olli-san, > > I confirmed that apache can be installed without textproc/gsed > after reinstalling devel/apr1. > > Thanks! > > Regards, > Ryusuke Hi Ryusuke-san, thanks for the feedback. Regards, olli