cvs commit: ports/security/tor Makefile

b. f. bf1783 at googlemail.com
Wed Sep 21 03:49:36 UTC 2011


On 9/20/11, h h <aakuusta at gmail.com> wrote:
> Brendan Fabeny <bf at FreeBSD.org> writes:
>
>> bf          2011-09-20 01:33:00 UTC
>>
>>   FreeBSD ports repository
>>
>>   Modified files:
>>     security/tor         Makefile
>>   Log:
>>   add a few mirrors and mark MAKE_JOBS_UNSAFE [1]
>
> Why not mark port as USE_GMAKE? GNU automake rarely generates makefiles
> conforming to BSD make rather than GNU make. And it builds fine with
> -j16 when using gmake.
>

I'm not sure what you're referring to here. The autotools make an
attempt to be portable to many different environments, and quite often
succeed.  Of course, this also depends on the work of those using
autotools.  There are some issues, like those discussed in the
autoconf manual, and some of those are related to the way that
parallelism is handled in different make implementations.  But I would
prefer to avoid adding a dependency on devel/gmake.  Maybe you have
looked into this, and found the particular Makefile constructs that
are preventing parallel builds with the system make in this instance?

b.


More information about the cvs-ports mailing list