diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-03 15:50:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-03 15:50:52 +0000 |
commit | 2417428faca48ac88de0d2536ef137b81cad3f06 (patch) | |
tree | 36ac1e772fe8dac1210287614d5bedbba3dd20ab | |
parent | Add symmetric CONFLICTS with lang/gcc41, lang/gcc42, and lang/gcc43 which (diff) |
Disable the parallelization during build. Although neither myself nor
the software authors can reproduce the problem, one user of FreeBSD-7.x
has reported an issue, which can only be explained by a build-time race.
Reported by: Per olof Ljungmark
Approved by: portmgr (mlinimon)
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/GraphicsMagick12/Makefile | 2 | ||||
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index ac88ab48cbb7..f1fce86d4185 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -53,7 +53,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}" .endif -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-data-html diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile index ac88ab48cbb7..f1fce86d4185 100644 --- a/graphics/GraphicsMagick12/Makefile +++ b/graphics/GraphicsMagick12/Makefile @@ -53,7 +53,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}" .endif -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-data-html diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index ac88ab48cbb7..f1fce86d4185 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -53,7 +53,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}" .endif -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-data-html |