diff options
author | marino <marino@FreeBSD.org> | 2014-08-31 23:52:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-31 23:52:47 +0800 |
commit | 087030c9a3d3a7582043e4f939b588f20f4efefb (patch) | |
tree | addb35beb1ac6612856a9ac24ed7099e2456ada4 /x11-clocks | |
parent | 817d569a8f4fcfe3359e2e376936d31f301789b3 (diff) | |
download | freebsd-ports-gnome-087030c9a3d3a7582043e4f939b588f20f4efefb.tar.gz freebsd-ports-gnome-087030c9a3d3a7582043e4f939b588f20f4efefb.tar.zst freebsd-ports-gnome-087030c9a3d3a7582043e4f939b588f20f4efefb.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/Makefile | 2 |
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} |