Re: unable to set default apache port

2014-09-19 Thread Mike Clarke
On Tuesday 09 Sep 2014 08:09:10 Vick Khera wrote:

> Thanks. This seems to be working. Should I file a bug report? It
> seems to me that the DEFAULT_VERSIONS ought to be sufficient.

Things have changed. It looks like it got fixed with version 367897 of 
Mk/bsd.apache.mk on September 10. APACHE_PORT= now causes the build to 
fail but DEFAULT_VERSIONS+=apache=2.2 works now.

-- 
Mike Clarke
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: unable to set default apache port

2014-09-09 Thread Vick Khera
On Mon, Sep 8, 2014 at 4:27 PM, Mike Clarke  wrote:
> APACHE_PORT=www/apache22

Thanks. This seems to be working. Should I file a bug report? It seems
to me that the DEFAULT_VERSIONS ought to be sufficient.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: unable to set default apache port

2014-09-08 Thread Mike Clarke
On Monday 08 Sep 2014 15:52:17 Vick Khera wrote:

> My recent run of poudriere to build my package collection rebuilt
> all my apache dependents against 2.4. I knew this was coming, so had
> set in my poudriere make.conf the following:
> 
> DEFAULT_VERSIONS=mysql=5.5 pgsql=9.2 apache=2.2 perl5=5.16
> 
> However, that seems to be ignored. The build logs do show that
> make.conf being pulled in properly.> Is there something else I need
> to set? The bsd.apache.mk file implies that the above is the correct
> way to do it.

I had the same problem but found that this worked:

APACHE_PORT=www/apache22

-- 
Mike Clarke
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


unable to set default apache port

2014-09-08 Thread Vick Khera
My recent run of poudriere to build my package collection rebuilt all
my apache dependents against 2.4. I knew this was coming, so had set
in my poudriere make.conf the following:

DEFAULT_VERSIONS=mysql=5.5 pgsql=9.2 apache=2.2 perl5=5.16

However, that seems to be ignored. The build logs do show that
make.conf being pulled in properly.

Is there something else I need to set? The bsd.apache.mk file implies
that the above is the correct way to do it.

Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"