svn commit: r313923 - head/security/p11-kit

Eitan Adler eadler at freebsd.org
Mon Mar 11 18:07:04 UTC 2013


On 11 March 2013 14:01, Roman Bogorodskiy <novel at freebsd.org> wrote:
> Author: novel
> Date: Mon Mar 11 18:01:08 2013
> New Revision: 313923
> URL: http://svnweb.freebsd.org/changeset/ports/313923
>
> Log:
>   Fix build with FORCE_MAKE_JOBS.
>
> Modified:
>   head/security/p11-kit/Makefile
>
> Modified: head/security/p11-kit/Makefile
> ==============================================================================
> --- head/security/p11-kit/Makefile      Mon Mar 11 17:57:08 2013        (r313922)
> +++ head/security/p11-kit/Makefile      Mon Mar 11 18:01:08 2013        (r313923)
> @@ -25,6 +25,7 @@ MAKE_ENV=     exampledir=${EXAMPLESDIR}
>  USE_AUTOTOOLS= libtool
>  USE_GNOME=     ltverhack gnomehack
>  USE_LDCONFIG=  yes
> +USE_GMAKE=     yes
>

Is the problem with MAKE_JOBS truly solved with gmake or did you just
not see the race?

With this change it adds an additional dependency for what value?  If
this is marked MAKE_JOBS_UNSAFE how much longer does it take to build?

-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-all mailing list