From 895f7d2af67805b72e9331e5f4bb741522c0d526 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 16 Oct 2015 06:57:30 +0000 Subject: [PATCH] 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. --- net/hanstunnel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/hanstunnel/Makefile b/net/hanstunnel/Makefile index e6db93c5b306..1b57571dc573 100644 --- a/net/hanstunnel/Makefile +++ b/net/hanstunnel/Makefile @@ -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