apache-2.0.52_2 port is broken ?!!

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Oct 31 01:23:27 PST 2004


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 
> broken. My system is FreeBSD 5.2-CURRENT #3 (from May 9, 2004) and all 
> ports are up to date, except now apache-2. This is what happens when I try 
> to portupgrade apache:
> 

[...]

> ===>   apache-2.0.52_2 depends on shared library: expat.5 - found
> ===>   apache-2.0.52_2 depends on shared library: iconv.3 - found
> ===>  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=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \
 			AUTOHEADER=${AUTOHEADER}
 USE_ICONV=		yes
-#USE_AUTOCONF_VER=	259
-#USE_LIBTOOL_VER=	15
+USE_AUTOCONF_VER=	259
+USE_LIBTOOL_VER=	15
 USE_PERL5=		yes
 USE_RC_SUBR=		yes
 USE_REINPLACE=		yes

This does cause the configure step to generate a number of warnings,
but otherwise compilation proceeds as normal.

	Cheers,

	Matthew

-- 
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20041031/7ff1dd8b/attachment.bin


More information about the freebsd-ports mailing list