Hi, I'm trying to use Apache 2.0 instead of Apache 1.3 but all the ports depends from Apache 1.3 and it's a pain in the ass to manually fix all the broken depencies (php, pear PHP, etc...) with pkg_db -F (and it's not clean). Since i was unable to solve that problem I used apache 1.3 but, as a default it doesn't install the SSL module so i fell in the same problem as before but now with the port apache13+modssl. I tried to use the pkgtools.conf file with the ALT_PKGDEP directive but it doesn't seems to work since the packages and the ports always asks for Apache 1.3? Can someone indicate me the right way to operate or a document that can simplify or solve the problem; i didn' find the correct answer in the handbook? Thank's for your help.
Hello Quirino, add the line APACHE_PORT=www/apache13-modssl or APACHE_PORT=www/apache20 or whatever you like to /etc/make.conf and every port that depends on Apache will require the specified port. Regards Bj?rn
Good, I'll try this today. Can I ask you where this behaviuor is documented? Thank's -----Original Message----- From: Bj?rn K?nig [mailto:bkoenig@cs.tu-berlin.de] Sent: luned? 17 ottobre 2005 12.00 To: Quirino Santilli Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 5.4 stable and Apache 2.0 Hello Quirino, add the line APACHE_PORT=www/apache13-modssl or APACHE_PORT=www/apache20 or whatever you like to /etc/make.conf and every port that depends on Apache will require the specified port. Regards Bj?rn
...and is this directive valid both for the ports and the package system? Thank's Quirino -----Original Message----- From: Bj?rn K?nig [mailto:bkoenig@cs.tu-berlin.de] Sent: luned? 17 ottobre 2005 12.00 To: Quirino Santilli Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 5.4 stable and Apache 2.0 Hello Quirino, add the line APACHE_PORT=www/apache13-modssl or APACHE_PORT=www/apache20 or whatever you like to /etc/make.conf and every port that depends on Apache will require the specified port. Regards Bj?rn