Make BROKEN message more explicit, for ease in analyzing package building

results.
This commit is contained in:
Mark Linimon 2020-09-11 20:11:24 +00:00
parent a19b6620b1
commit 37944610e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548258

View File

@ -27,7 +27,7 @@ BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1201518
BROKEN= missing pthread_getname_np
BROKEN= needs pthread_getname_np from OSVERSION 1201518 or above
.endif
do-test: # some tests are known to fail: https://github.com/facebook/hermes/issues/347