Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Apr 2011 23:25:15 +0900 (JST)
From:      Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To:        ohauer@FreeBSD.org
Cc:        ryusuke@FreeBSD.org, apache@FreeBSD.org
Subject:   Re: Update apache22
Message-ID:  <20110401.232515.226804182.ryusuke@jp.FreeBSD.org>
In-Reply-To: <4D95BC24.5040400@FreeBSD.org>
References:  <20110401.134002.226720817.ryusuke@jp.FreeBSD.org> <4D95BC24.5040400@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Fri_Apr__1_23_25_15_2011_759)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

From: Olli Hauer <ohauer@FreeBSD.org>
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

----Security_Multipart(Fri_Apr__1_23_25_15_2011_759)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEABECAAYFAk2V4EsACgkQG5rRvmPSlyTa5gCffy3Bury732aE3F/88ik2O7LJ
bHgAniTPL+a+im87xVMgbejUQTilqU6X
=A+Au
-----END PGP SIGNATURE-----

----Security_Multipart(Fri_Apr__1_23_25_15_2011_759)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110401.232515.226804182.ryusuke>