diff options
author | marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
commit | 75519cbffc14848615af363f90cf0a1e5f02e421 (patch) | |
tree | 2de266baa80c894b2c04ac7a20fc7a6191f569b4 /graphics | |
parent | f21e3ed64c69adf488235f4f51478dfecbcde4a5 (diff) | |
download | freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.tar.gz freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.tar.zst freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.zip |
Designatate 4 ports as unsafe for parallel building
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments. Most I've seen before
on previous bulk runs.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/apngasm/Makefile | 2 | ||||
-rw-r--r-- | graphics/xaos/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/apngasm/Makefile b/graphics/apngasm/Makefile index e736dcaa7dc5..d027ebe18cf1 100644 --- a/graphics/apngasm/Makefile +++ b/graphics/apngasm/Makefile @@ -28,6 +28,8 @@ STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png STATIC_MAKE_ENV= STATIC=1 STATIC_LIB_DEPENDS_OFF= libpng.so:${PORTSDIR}/graphics/png +MAKE_JOBS_UNSAFE= yes + do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin) diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 41442d341c65..af82b2b92ee0 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -49,6 +49,7 @@ INFO= xaos PLIST_SUB+= XAOSDIR="share/XaoS" +MAKE_JOBS_UNSAFE= yes DESKTOP_ENTRIES= "XaoS" "" "${PREFIX}/share/pixmaps/xaos.png" \ "xaos" "" false |