Hi,
I use FreeBSD 10.0-RELEASE-p1, I installed all services (Apache, PHP, MySQL) with ports successfully. I made upgrade port with portmaster, I check before /usr/ports/UPDATING. All recompilation was ok. When I upgrade Apache, I see this error:
I had checked the Makefile in /usr/ports/www/mod_myvhost/Makefile, I see
I read Apache documentation at https://wiki.freebsd.org/bsd.apache.mk, but the error still exists. I checked in the FreeBSD Forum if the error had been solved, so I need some help. This error seems to come from the latest ports tree.
Thanks.
I use FreeBSD 10.0-RELEASE-p1, I installed all services (Apache, PHP, MySQL) with ports successfully. I made upgrade port with portmaster, I check before /usr/ports/UPDATING. All recompilation was ok. When I upgrade Apache, I see this error:
Code:
===> ap22-mod_myvhost-0.21 : Error from bsd.apache.mk. specify only one of: USE_APACHE USE_APACHE_BUILD USE_APACHE_RUN.
*** Error code 1
I had checked the Makefile in /usr/ports/www/mod_myvhost/Makefile, I see
Code:
USE_APACHE= 22+
I read Apache documentation at https://wiki.freebsd.org/bsd.apache.mk, but the error still exists. I checked in the FreeBSD Forum if the error had been solved, so I need some help. This error seems to come from the latest ports tree.
Thanks.