Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 06:57:31 +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: r399423 - head/net/hanstunnel
Message-ID:  <201510160657.t9G6vVmW016390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Oct 16 06:57:30 2015
New Revision: 399423
URL: https://svnweb.freebsd.org/changeset/ports/399423

Log:
  net/hanstunnel is not jobs safe
  
  This port has failed on me multiple times in a multi-job build.  This
  last time in tried to build object files (main.o, tun.o, etc) in the
  "build" directory before the directory was created.

Modified:
  head/net/hanstunnel/Makefile

Modified: head/net/hanstunnel/Makefile
==============================================================================
--- head/net/hanstunnel/Makefile	Fri Oct 16 06:31:10 2015	(r399422)
+++ head/net/hanstunnel/Makefile	Fri Oct 16 06:57:30 2015	(r399423)
@@ -22,6 +22,8 @@ MAKE_ARGS=	GCC="${CC}" GPP="${CXX}" \
 		TUN_DEV_FILE="src/tun_dev_freebsd.c"
 PLIST_FILES=	bin/hans
 
+MAKE_JOBS_UNSAFE=	yes
+
 # Remove CRs before ask-license to fix formatting in dialog(1)
 post-extract:	dos2unix
 



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