svn commit: r419161 - head/www/varnish-libvmod-maxminddb

John Marino marino at FreeBSD.org
Wed Jul 27 03:55:02 UTC 2016


Author: marino
Date: Wed Jul 27 03:55:01 2016
New Revision: 419161
URL: https://svnweb.freebsd.org/changeset/ports/419161

Log:
  www/varnish-libvmod-maxminddb is not jobs safe
  
  I've see two failures already.  The last one had vcc_if.h being included
  before it was generated.

Modified:
  head/www/varnish-libvmod-maxminddb/Makefile

Modified: head/www/varnish-libvmod-maxminddb/Makefile
==============================================================================
--- head/www/varnish-libvmod-maxminddb/Makefile	Wed Jul 27 03:51:19 2016	(r419160)
+++ head/www/varnish-libvmod-maxminddb/Makefile	Wed Jul 27 03:55:01 2016	(r419161)
@@ -30,4 +30,6 @@ GH_ACCOUNT=	simonvik
 GH_PROJECT=	libvmod_maxminddb
 GH_TAGNAME=	4ae6a7f
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list