Re: why does it take an hour to install using "make" in /ports/ versus 30 seconds using packages?



NotGiven <lburnerheimerton@xxxxxxxxxx> wrote:
> I've used sysinstall to install a package and it took about 30 seconds.
> uninstalled it then tried /ports/whatever/Make and it takes about an hour
> for the same software.
>
> Why is that?

sysinstall(8) installs a pre-compiled binary package, typing 'make' in a port
skeleton fetches the source, and compiles it, possibly doing the same for any
dependencies it finds along the way.

Read the ports(7) manual page and the Handbook for more detailed information.

- Philip

--
Philip Paeps Please don't email any replies
philip@xxxxxxxx I follow the newsgroup.

BOFH Excuse #373:
Suspicious pointer corrupted virtual machine
.



Relevant Pages