Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 08:11:04 +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: r389600 - head/net/sslh
Message-ID:  <201506140811.t5E8B4tZ041069@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506140811.t5E8B4tZ041069>