Date: Sun, 31 Oct 2004 09:23:20 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Zoltan Frombach <tssajo@hotmail.com> Cc: clement@freebsd.org Subject: Re: apache-2.0.52_2 port is broken ?!! Message-ID: <20041031092320.GA74401@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <BAY2-DAV10Px33E1ioW0001fd36@hotmail.com> References: <BAY2-DAV10Px33E1ioW0001fd36@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 30, 2004 at 08:17:20PM -0700, Zoltan Frombach wrote: > I've just tried to install the latest apache-2 port. It appears to be=20 > broken. My system is FreeBSD 5.2-CURRENT #3 (from May 9, 2004) and all=20 > ports are up to date, except now apache-2. This is what happens when I tr= y=20 > to portupgrade apache: >=20 [...] > =3D=3D=3D> apache-2.0.52_2 depends on shared library: expat.5 - found > =3D=3D=3D> apache-2.0.52_2 depends on shared library: iconv.3 - found > =3D=3D=3D> Configuring for apache-2.0.52_2 > rebuilding srclib/apr/configure > buildconf: checking installation... > autoconf: not found > buildconf: autoconf not found. > You need autoconf version 2.13 or newer installed > to build Apache from CVS. > /buildconf failed for apr > *** Error code 1 [...] Looks like the maintainer (CC'd) left some stuff commented out in the port Makefile which should have been uncommented. --- Makefile.orig Sun Oct 31 09:13:29 2004 +++ Makefile Sat Oct 30 21:54:36 2004 @@ -45,8 +45,8 @@ LIBTOOL_M4=3D${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \ AUTOHEADER=3D${AUTOHEADER} USE_ICONV=3D yes -#USE_AUTOCONF_VER=3D 259 -#USE_LIBTOOL_VER=3D 15 +USE_AUTOCONF_VER=3D 259 +USE_LIBTOOL_VER=3D 15 USE_PERL5=3D yes USE_RC_SUBR=3D yes USE_REINPLACE=3D yes This does cause the configure step to generate a number of warnings, but otherwise compilation proceeds as normal. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBhK8IiD657aJF7eIRAqZTAKCStgbG2+009WuANCjF9bQuzEJi8wCgsWOA f9yH4ACgBjO5F5bVrMPCHxo= =unlJ -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041031092320.GA74401>