aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-31 23:52:47 +0800
committerJohn Marino <marino@FreeBSD.org>2014-08-31 23:52:47 +0800
commit802acce8c9e98d1e984c02441472ce2ca15da97f (patch)
treeaddb35beb1ac6612856a9ac24ed7099e2456ada4 /x11-clocks
parent384042a3be3db9e0818e3195e101e53c9b8d8081 (diff)
downloadfreebsd-ports-gnome-802acce8c9e98d1e984c02441472ce2ca15da97f.tar.gz
freebsd-ports-gnome-802acce8c9e98d1e984c02441472ce2ca15da97f.tar.zst
freebsd-ports-gnome-802acce8c9e98d1e984c02441472ce2ca15da97f.zip
Make 7 ports jobs unsafe
A number of ports failed on the DragonFly package builder when theoretically all of them should build. They had errors in logs indicating that was parallel building issue. Rerunning through again with -j1 resulted in a good build. There were more than 7, but these seven are the ports that I'm confident are not 100% jobs safe based on the errors seen.
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/asclock-gtk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile
index 85c6c4bcd74d..1d998ae880e2 100644
--- a/x11-clocks/asclock-gtk/Makefile
+++ b/x11-clocks/asclock-gtk/Makefile
@@ -19,6 +19,8 @@ USE_XORG= x11 xt
USE_GNOME= gtk12
HAS_CONFIGURE= yes
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM}