Closed basbebe closed 8 years ago
I have the suspicion that fetch prebuilt packages doesn't take all dependencies and profile into full account (correct me if I'm wrong).
it does.
if it doesn't pull something, it is because 1) it doesn't need updating 2) what's in external repo is not usuable. It must think py27-openssl is usable.
for something major like switching SSL, you probably shouldn't use prefetch anyway. prefetch comes with a risk and it's off by default on purpose. If in doubt, rebuild from source.
thanks
i think we can close this one.
Yes, thanks!
I have the suspicion that
fetch prebuilt packages
doesn't take all dependencies and profile into full account (correct me if I'm wrong).This is my
/usr/local/etc/synth/LiveSystem-make.conf
This is my
/usr/local/etc/synth/jail_ports.txt
This is the output with
Fetch prebuilt packages false
This is the output with
Fetch prebuilt packages *true
I assume that at also
py27-openssl
should be built if I choose to use libressl? Or is this a false assumption?