With an up-to-date ports tree running on FreeBSD 10.2-RELEASE
Oh dear, Apache won't install.
Working backwards - I tried
OK, where does gm4 hang out? Anyways, pkg() should be smart enough to find these guys, no?
Thanks in advance.
cd /usr/ports/www/apache24/ && make install clean
Code:
===> apache24-2.4.18 depends on executable: autoconf-2.69 - not found
===> autoconf-2.69 depends on executable: gm4 - not found
===> autoconf-2.69 depends on executable: gm4 - not found
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/devel/autoconf
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/www/apache24
*** Error code 1
Stop.
make: stopped in /usr/ports/www/apache24
Oh dear, Apache won't install.
Working backwards - I tried
cd /usr/ports/devel/autoconf && make install clean
but am thwarted with:
Code:
===> autoconf-2.69 depends on executable: gm4 - not found
===> autoconf-2.69 depends on executable: gm4 - not found
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/autoconf
OK, where does gm4 hang out? Anyways, pkg() should be smart enough to find these guys, no?
Thanks in advance.