svn commit: r366784 - in head: databases/ocaml-mysql devel/libmpsse devel/ocaml-magic devel/pit games/cataclysm-dda lang/nbfc x11-clocks/asclock-gtk
John Marino
marino at FreeBSD.org
Sun Aug 31 15:52:49 UTC 2014
Author: marino
Date: Sun Aug 31 15:52:47 2014
New Revision: 366784
URL: http://svnweb.freebsd.org/changeset/ports/366784
QAT: https://qat.redports.org/buildarchive/r366784/
Log:
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.
Modified:
head/databases/ocaml-mysql/Makefile
head/devel/libmpsse/Makefile
head/devel/ocaml-magic/Makefile
head/devel/pit/Makefile
head/games/cataclysm-dda/Makefile
head/lang/nbfc/Makefile
head/x11-clocks/asclock-gtk/Makefile
Modified: head/databases/ocaml-mysql/Makefile
==============================================================================
--- head/databases/ocaml-mysql/Makefile Sun Aug 31 15:39:55 2014 (r366783)
+++ head/databases/ocaml-mysql/Makefile Sun Aug 31 15:52:47 2014 (r366784)
@@ -21,6 +21,7 @@ USE_OCAML_LDCONFIG= yes
GNU_CONFIGURE= yes
ALL_TARGET= all opt
+MAKE_JOBS_UNSAFE= yes
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
PORTDOCS= *
Modified: head/devel/libmpsse/Makefile
==============================================================================
--- head/devel/libmpsse/Makefile Sun Aug 31 15:39:55 2014 (r366783)
+++ head/devel/libmpsse/Makefile Sun Aug 31 15:52:47 2014 (r366784)
@@ -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}"
Modified: head/devel/ocaml-magic/Makefile
==============================================================================
--- head/devel/ocaml-magic/Makefile Sun Aug 31 15:39:55 2014 (r366783)
+++ head/devel/ocaml-magic/Makefile Sun Aug 31 15:52:47 2014 (r366784)
@@ -16,6 +16,8 @@ USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
+MAKE_JOBS_UNSAFE= yes
+
USES= gmake
GNU_CONFIGURE= yes
Modified: head/devel/pit/Makefile
==============================================================================
--- head/devel/pit/Makefile Sun Aug 31 15:39:55 2014 (r366783)
+++ head/devel/pit/Makefile Sun Aug 31 15:52:47 2014 (r366784)
@@ -17,6 +17,8 @@ GH_COMMIT= fd6b3ef
PLIST_FILES= bin/pit
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e \
's|CC =|CC ?=| ; \
Modified: head/games/cataclysm-dda/Makefile
==============================================================================
--- head/games/cataclysm-dda/Makefile Sun Aug 31 15:39:55 2014 (r366783)
+++ head/games/cataclysm-dda/Makefile Sun Aug 31 15:52:47 2014 (r366784)
@@ -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
Modified: head/lang/nbfc/Makefile
==============================================================================
--- head/lang/nbfc/Makefile Sun Aug 31 15:39:55 2014 (r366783)
+++ head/lang/nbfc/Makefile Sun Aug 31 15:52:47 2014 (r366784)
@@ -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' \
Modified: head/x11-clocks/asclock-gtk/Makefile
==============================================================================
--- head/x11-clocks/asclock-gtk/Makefile Sun Aug 31 15:39:55 2014 (r366783)
+++ head/x11-clocks/asclock-gtk/Makefile Sun Aug 31 15:52:47 2014 (r366784)
@@ -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}
More information about the svn-ports-head
mailing list