I have had to mess around with pkgdb issues for some time, but now:
1. Enough of having to run this to fix pkgdb problems:
2. Enough of correcting stuff like this. Gnome and other apps list these as depends in so many places that at this point I will insist on absolutely not installing the damned things.
3. I already have bash installed, but its bash-static and in /bin. I already specified
but bash depend errors keep coming up when running
4. Enough of messages like this:
The main culprit is gnome-user-share asking for apache tools to use with avahi_mdns (or mod_dnssd?). Do not want Apache, so not installed by modifying Makefile of gnome-user-share, but it's only a temporary solution.
5. If I want to install a new port, I have to go through the exercise again, while editing the Makefile of the specific port does not work well, as
a. finding the depends of the depends is an adventure worthy of "Indiana Jones"
b. If you run c(v)sup the Makefile is re-set and you receive an invitation to start all over.
So the solution I would like is a global option or setting to specify somewhere (make.conf?) WITH / WITHOUT or something to avoid all this? I tried some settings in /etc/make.conf but no results.
These issues were partially answered before here but answers there are now insufficient...
1. Enough of having to run this to fix pkgdb problems:
# pkgdb -FfLv
2. Enough of correcting stuff like this. Gnome and other apps list these as depends in so many places that at this point I will insist on absolutely not installing the damned things.
Code:
math/atlas
math/py-numpy
math/lapack
devel/py-nose
math/blas
# pkgdb -s /bash/bash-static/
but bash depend errors keep coming up when running
# pkgdb -FfLv
4. Enough of messages like this:
Code:
[: -le: argument expected
5. If I want to install a new port, I have to go through the exercise again, while editing the Makefile of the specific port does not work well, as
a. finding the depends of the depends is an adventure worthy of "Indiana Jones"
b. If you run c(v)sup the Makefile is re-set and you receive an invitation to start all over.
So the solution I would like is a global option or setting to specify somewhere (make.conf?) WITH / WITHOUT or something to avoid all this? I tried some settings in /etc/make.conf but no results.
These issues were partially answered before here but answers there are now insufficient...