DutchDaemon said:Next time, also read /usr/ports/UPDATING, please.
20070727:
AFFECTS: autotools
AUTHOR: ade@FreeBSD.org
Extensive reworking of the autotools ports has occurred, putting them in
the canonical locations, along with a suitable wrapper port to make
developing autotools-using code (as opposed to just building ports)
considerably easier.
Upgrade path is as follows for portupgrade:
1. portupgrade -f 'autoconf*' 'automake*'
2. cd /usr/ports/devel/autotools; make install
3. portupgrade -a
# pkg_info | grep automake
automake-1.10.3 GNU Standards-compliant Makefile generator (1.10)
automake-1.11.1 GNU Standards-compliant Makefile generator (1.11)
automake-1.4.6_6 GNU Standards-compliant Makefile generator (1.4)
automake-1.9.6_4 GNU Standards-compliant Makefile generator (1.9)
automake-wrapper-20071109 Wrapper script for GNU automake
ccc said:I've done now what you suggested according to::Code:20070727: AFFECTS: autotools AUTHOR: ade@FreeBSD.org