Re: Anyone made pkgtools.conf's ALT_PKGDEP work?

2005-02-03 Thread Mr Mailadmin
I get the same problem, and no i have not been able to get ALT_PKGDEP to 
work properly. However, there is a make.conf variable that might help 
the apache side:

APACHE_PORT=www/apache-modssl
Kirk Strauser wrote:
I have this in my pkgtools.conf:
 ALT_PKGDEP = {
   'apache-1.3.*'  = 'apache+mod_ssl-1.3.*',
   'openldap-client-*' = 'openldap-sasl-client-*',
   'openldap-server-*' = 'openldap-sasl-server-*'
 }
However, I still get errors like this all the time after upgrading ports:
   # portversion -vL=
   Stale dependency: gtk-qt-engine-0.6 -- openldap-client-2.2.19 -- manually 
run 'pkgdb -F' to fix, or specify -O to force.
It seems that the ALT_PKGDEP values should be rewriting that dependency on
openldap-client-2.2.19 to openldap-sasl-client-2.2.19 automatically but it
never does.  Has anyone made this work, or should I file a PR?
 

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


Re: Dealing with ports installations

2005-02-02 Thread Mr Mailadmin
try sysutils/pkg_cutleaves in the ports tree.
Tom Moyer wrote:
I have a question.  I attempted to install a port and when it failed I
realized that it installed its dependancies that I don't need.  ( I
don't need the port because I found another that does what I need). 
Is there any way to safely go through and see what is installed, what
depends on it and deinstall those that I don't need/use?

Thanks,
Tom
 

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