I just finished a new build using ports-mgmt/poudriere-devel and I noticed that my mod_php5 is depending on Apache 2.4 instead of Apache 2.2. I have set a make.conf:
Looking at the build logs I have a feeling make.conf is loaded after CONFIGURE_ENV and MAKE_ENV. Meaning it simply ignores whatever I had set in make.conf and just uses the system's default. If I build from ports by hand mod_php5 correctly depends on Apache 2.2 so the issue is probably not with the www/mod_php5 port.
Is there anybody else that has this issue?
Code:
DEFAULT_VERSIONS= php=5.4 mysql=5.5 apache=2.2
Looking at the build logs I have a feeling make.conf is loaded after CONFIGURE_ENV and MAKE_ENV. Meaning it simply ignores whatever I had set in make.conf and just uses the system's default. If I build from ports by hand mod_php5 correctly depends on Apache 2.2 so the issue is probably not with the www/mod_php5 port.
Is there anybody else that has this issue?