cvs commit: ports/audio/libmpcdec Makefile distinfo pkg-plist ports/audio/libmpcdec/files patch-src_mpc_decoder.c

Michael Landin Hostbaek mich at FreeBSD.org
Thu Apr 20 09:27:11 UTC 2006


Pav Lucistnik (pav) writes:
> pav         2006-04-15 16:00:03 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     audio/libmpcdec      Makefile distinfo pkg-plist 
>   Removed files:
>     audio/libmpcdec/files patch-src_mpc_decoder.c 
>   Log:
>   - Update to 1.2.2

This breaks the build for me:

c++ -O2 -fno-strict-aliasing -pipe -o .libs/sample sample.o
./.libs/libmpcdec.so -Wl,--rpath -Wl,/usr/local/lib
creating sample
Making all in include
cd .. && /bin/sh
/usr/ports/audio/libmpcdec/work/libmpcdec-1.2.2/config/missing --run
autoheader
configure.ac:4: error: Autoconf version 2.58 or higher is required
aclocal.m4:6610: AM_INIT_AUTOMAKE is expanded from...
configure.ac:4: the top level
autoheader: autom4te failed with exit status: 1
 at /usr/local/bin/autoheader line 163
*** Error code 1



Adding the following to Makefile fixes it:
USE_AUTOTOOLS=  autoconf:259

/mich



More information about the cvs-ports mailing list