svn commit: r565055 - head/net/libstorj

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 12 19:35:23 UTC 2021


Author: amdmi3
Date: Fri Feb 12 19:35:23 2021
New Revision: 565055
URL: https://svnweb.freebsd.org/changeset/ports/565055

Log:
  - Mark MAKE_JOBS_UNSAFE, fails sporadically in parallel build
  
  PR:		226052
  Reported by:	truckman

Modified:
  head/net/libstorj/Makefile

Modified: head/net/libstorj/Makefile
==============================================================================
--- head/net/libstorj/Makefile	Fri Feb 12 19:33:48 2021	(r565054)
+++ head/net/libstorj/Makefile	Fri Feb 12 19:35:23 2021	(r565055)
@@ -32,6 +32,7 @@ GH_ACCOUNT=	Storj
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=	yes  # ./storjtests.h:10:10: fatal error: 'mockbridgeinfo.json.h' file not found
 
 #CFLAGS+=	-I. -I${LOCALBASE}/include
 #LDFLAGS+=	-L. -L${LOCALBASE}/lib


More information about the svn-ports-all mailing list