pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Hobbitclient is not safe for parallel builds



Salut,

There appears to be a problem with parallel builds of hobbitclient.
If the package is built in parallel, a lot of odd things happen.

The attached patch makes the package work. It could alternatively be
patched to not break in parallel builds, but until someone bothers
to do that, the patch is needed.

                                Tonnerre
? hobbitclient-not-jobs-safe.patch
? work
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/hobbitclient/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    4 Jul 2007 20:54:49 -0000       1.6
+++ Makefile    11 Apr 2009 17:41:58 -0000
@@ -16,6 +16,7 @@
 HAS_CONFIGURE= YES
 USE_TOOLS+=    gmake
 #INSTALL_TARGET=
+MAKE_JOBS_SAFE=        NO
 
 .include "../../mk/bsd.prefs.mk"
 

Attachment: pgpUmZ9s9EWsI.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index