Using pkg with build options
Matthew Pherigo
hybrid120 at gmail.com
Tue Mar 25 00:48:26 UTC 2014
Also, I should note that, regarding the original packages with Gnu Make needs: If you can, you'll definitely want to get the ports versions of the tools you need, if it all possible. But, the ports collection has Gnu Make for you to use if necessary...
pkg install gmake
gmake install... etc
--Matt
On Mar 24, 2014, at 7:42 PM, Matthew Pherigo <hybrid120 at gmail.com> wrote:
>> On Mar 24, 2014, at 7:17 PM, David Newman <dnewman at networktest.com> wrote:
>>
>> However, if I understand that poudriere link, it would still build my
>> custom packages from ports, and thus there isn't much time savings. Correct?
>
> Depends how many machines you're using your poudriere packages to install to. The point of poudriere is that your poudriere server compiles the packages with custom options that you want, and then acts as a package repository to the rest of your computers. Thereby, you'll only be compiling your packages once (unless you're dealing with different architectures, which is a whole other issue). So, if you only have one computer, it won't save you any time, but the time you save goes up exponentially with how many other computers of the same architecture you have.
>
> --Matt
More information about the freebsd-questions
mailing list