svn commit: r399423 - head/net/hanstunnel

John Marino marino at FreeBSD.org
Fri Oct 16 06:57:32 UTC 2015


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
 


More information about the svn-ports-head mailing list