Date: Mon, 11 Mar 2013 14:06:33 -0400 From: Eitan Adler <eadler@freebsd.org> To: Roman Bogorodskiy <novel@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r313923 - head/security/p11-kit Message-ID: <CAF6rxgnha3FdPbsspW6=A-_o5zZcF=9p2O2SjiWKMZ8NQBV6-g@mail.gmail.com> In-Reply-To: <201303111801.r2BI18sV035143@svn.freebsd.org> References: <201303111801.r2BI18sV035143@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11 March 2013 14:01, Roman Bogorodskiy <novel@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgnha3FdPbsspW6=A-_o5zZcF=9p2O2SjiWKMZ8NQBV6-g>