Make BROKEN message more explicit, for ease in analyzing package building
results.
This commit is contained in:
parent
a19b6620b1
commit
37944610e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548258
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue