svn commit: r548258 - head/lang/hermes

Mark Linimon linimon at FreeBSD.org
Fri Sep 11 20:11:25 UTC 2020


Author: linimon
Date: Fri Sep 11 20:11:24 2020
New Revision: 548258
URL: https://svnweb.freebsd.org/changeset/ports/548258

Log:
  Make BROKEN message more explicit, for ease in analyzing package building
  results.

Modified:
  head/lang/hermes/Makefile

Modified: head/lang/hermes/Makefile
==============================================================================
--- head/lang/hermes/Makefile	Fri Sep 11 19:40:18 2020	(r548257)
+++ head/lang/hermes/Makefile	Fri Sep 11 20:11:24 2020	(r548258)
@@ -27,7 +27,7 @@ BINARY_ALIAS=	python=${PYTHON_CMD} python3=${PYTHON_CM
 .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


More information about the svn-ports-all mailing list