svn commit: r418820 - head/security/unicornscan

John Marino marino at FreeBSD.org
Wed Jul 20 05:08:52 UTC 2016


Author: marino
Date: Wed Jul 20 05:08:50 2016
New Revision: 418820
URL: https://svnweb.freebsd.org/changeset/ports/418820

Log:
  security/unicornscan is not jobs safe
  
  This failed on me 3 times in 2 weeks.
  It appears myversion.h is used before it's generated.

Modified:
  head/security/unicornscan/Makefile

Modified: head/security/unicornscan/Makefile
==============================================================================
--- head/security/unicornscan/Makefile	Wed Jul 20 01:26:55 2016	(r418819)
+++ head/security/unicornscan/Makefile	Wed Jul 20 05:08:50 2016	(r418820)
@@ -19,6 +19,8 @@ CFLAGS+=	-DWITH_LONGOPTS
 
 SUB_FILES=	pkg-message
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/etc|' \
 		${WRKSRC}/fconf/unicorn.conf


More information about the svn-ports-all mailing list