summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-31 15:52:47 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-31 15:52:47 +0000
commit802acce8c9e98d1e984c02441472ce2ca15da97f (patch)
treeaddb35beb1ac6612856a9ac24ed7099e2456ada4 /x11-clocks
parentUnbreak by completing staging. (diff)
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.
Notes
Notes: svn path=/head/; revision=366784
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}