Re: apache port knobs - WITH_APACHE2 deprecated?

2007-11-15 Thread Philip M. Gollucci
Jonathan McKeown wrote:
 This is (I hope) a quick and easy question.
 
 I want to ensure that any ports which depend on Apache will depend on 2.0
 rather than try to bring in 1.3.
 
 I used to do this by putting WITH_APACHE2 in /etc/make.conf.
 
 bsd.apache.mk says WITH_APACHE2 is deprecated.
$ grep apache /etc/make.conf
APACHE_PORT=www/apache22




-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


apache port knobs - WITH_APACHE2 deprecated?

2007-11-15 Thread Jonathan McKeown
This is (I hope) a quick and easy question.

I want to ensure that any ports which depend on Apache will depend on 2.0 
rather than try to bring in 1.3.

I used to do this by putting WITH_APACHE2 in /etc/make.conf.

bsd.apache.mk says WITH_APACHE2 is deprecated.

What is it deprecated in favour of, or is that a secret?

(Sorry for the snarky tone but I've spent most of today trying to find a clear 
answer).

Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache port knobs - WITH_APACHE2 deprecated?

2007-11-15 Thread Jonathan McKeown
On Thursday 15 November 2007 19:39, Philip M. Gollucci wrote:
 Jonathan McKeown wrote:
  This is (I hope) a quick and easy question.
 
  I want to ensure that any ports which depend on Apache will depend on 2.0
  rather than try to bring in 1.3.
 
  I used to do this by putting WITH_APACHE2 in /etc/make.conf.
 
  bsd.apache.mk says WITH_APACHE2 is deprecated.

 $ grep apache /etc/make.conf
 APACHE_PORT=www/apache22

Thanks. I wondered about that while looking through bsd.apache.mk but wasn't 
confident enough (nor did I have enough spare time) to experiment. I must 
offer a patch to the makefile/documentation.

Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]