From 3a8d9ef13e8149880a749540e396f2de4bcf63c9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 20 Sep 2011 13:08:02 +0000 Subject: [PATCH] Mark job unsafe. The build system already determine dynamically the number of jobs to run, if marked jobs_safe both the ports and the build system parallelise the build, which leads to a huge number of cc1plus processes and consume tons of memory. Reported by: flo --- editors/libreoffice/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 1ddff684d5b3..35794337bcc0 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -124,7 +124,7 @@ USE_OPENSSL= yes WANT_GNOME= yes USE_XORG= xaw xrandr USE_GL= gl glu -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= autoconf automake:env OPTIONS= WEBDAV "Support webdav protocol" off \ @@ -148,7 +148,6 @@ CONFIGURE_ARGS+= --with-unix-wrapper="libreoffice" \ --with-build-version="FreeBSD ports ${PKGVERSION}" \ --with-vendor="FreeBSD ports ${PKGVERSION}" \ --exec-prefix=${PREFIX} \ - --with-max-jobs=${MAKE_JOBS_NUMBER} \ --with-external-tar=${DISTDIR}/${DIST_SUBDIR} \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --with-system-libxml \