Mark it FORBIDDEN for defined(PARALLEL_PACKAGE_BUILD) &&
${OSVERSION} >= 500000 -- the build hangs.
This commit is contained in:
parent
4618438134
commit
703da03218
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47058
1 changed files with 7 additions and 1 deletions
|
@ -34,4 +34,10 @@ post-install:
|
||||||
fi
|
fi
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000
|
||||||
|
FORBIDDEN= hang
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue