Date: Wed, 27 Jul 2016 03:55:01 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419161 - head/www/varnish-libvmod-maxminddb Message-ID: <201607270355.u6R3t1Il014402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607270355.u6R3t1Il014402>