summaryrefslogtreecommitdiff
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
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
-rw-r--r--databases/ocaml-mysql/Makefile1
-rw-r--r--devel/libmpsse/Makefile2
-rw-r--r--devel/ocaml-magic/Makefile2
-rw-r--r--devel/pit/Makefile2
-rw-r--r--games/cataclysm-dda/Makefile2
-rw-r--r--lang/nbfc/Makefile2
-rw-r--r--x11-clocks/asclock-gtk/Makefile2
7 files changed, 13 insertions, 0 deletions
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index 4ec15d63627c..b9a3ed146d9c 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -21,6 +21,7 @@ USE_OCAML_LDCONFIG= yes
GNU_CONFIGURE= yes
ALL_TARGET= all opt
+MAKE_JOBS_UNSAFE= yes
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
PORTDOCS= *
diff --git a/devel/libmpsse/Makefile b/devel/libmpsse/Makefile
index 5382831f4076..36ed745e4109 100644
--- a/devel/libmpsse/Makefile
+++ b/devel/libmpsse/Makefile
@@ -25,6 +25,8 @@ CONFIGURE_WRKSRC= ${WRKSRC}/src
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${WRKSRC}/src
+MAKE_JOBS_UNSAFE= yes
+
CONFIGURE_ENV= SWIG="swig2.0"
MAKE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/devel/ocaml-magic/Makefile b/devel/ocaml-magic/Makefile
index f45f9947b2a7..9811d3a91f1a 100644
--- a/devel/ocaml-magic/Makefile
+++ b/devel/ocaml-magic/Makefile
@@ -16,6 +16,8 @@ USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
+MAKE_JOBS_UNSAFE= yes
+
USES= gmake
GNU_CONFIGURE= yes
diff --git a/devel/pit/Makefile b/devel/pit/Makefile
index a61066ab9fcc..f999c22e1168 100644
--- a/devel/pit/Makefile
+++ b/devel/pit/Makefile
@@ -17,6 +17,8 @@ GH_COMMIT= fd6b3ef
PLIST_FILES= bin/pit
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e \
's|CC =|CC ?=| ; \
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile
index 9bb040083b3c..b18f82abc5a1 100644
--- a/games/cataclysm-dda/Makefile
+++ b/games/cataclysm-dda/Makefile
@@ -26,6 +26,8 @@ MAKE_ARGS+= RELEASE=1
CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_JOBS_UNSAFE= yes
+
OPTIONS_DEFINE= NLS DOCS
OPTIONS_DEFAULT=NCURSES
OPTIONS_SINGLE= UI
diff --git a/lang/nbfc/Makefile b/lang/nbfc/Makefile
index f4a707fd7968..742ea63441d7 100644
--- a/lang/nbfc/Makefile
+++ b/lang/nbfc/Makefile
@@ -18,6 +18,8 @@ MAKE_ENV+= FLEX=${FLEX} \
YACC=${YACC} \
STAGEDIR=${STAGEDIR}
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
# -O4 kills llvm
${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|; s|O4|O3|g' \
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}