svn commit: r389600 - head/net/sslh
John Marino
marino at FreeBSD.org
Sun Jun 14 08:11:04 UTC 2015
Author: marino
Date: Sun Jun 14 08:11:03 2015
New Revision: 389600
URL: https://svnweb.freebsd.org/changeset/ports/389600
Log:
net/sslh is not jobs safe
This port has failed on me twice so far. The problem is that version.h
is generated, but common.c doesn't want for that to finish, and it
includes the header incomplete.
Modified:
head/net/sslh/Makefile
Modified: head/net/sslh/Makefile
==============================================================================
--- head/net/sslh/Makefile Sun Jun 14 08:04:55 2015 (r389599)
+++ head/net/sslh/Makefile Sun Jun 14 08:11:03 2015 (r389600)
@@ -32,6 +32,8 @@ USE_RC_SUBR= sslh
PORTEXAMPLES= example.cfg
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLIBWRAP}
More information about the svn-ports-all
mailing list