svn commit: r550899 - head/misc/py-xgboost

Yuri Victorovich yuri at FreeBSD.org
Fri Oct 2 05:41:12 UTC 2020


Author: yuri
Date: Fri Oct  2 05:41:11 2020
New Revision: 550899
URL: https://svnweb.freebsd.org/changeset/ports/550899

Log:
  misc/py-xgboost: Broken on i386 on 11 and 12
  
  Reported by:	fallout

Modified:
  head/misc/py-xgboost/Makefile

Modified: head/misc/py-xgboost/Makefile
==============================================================================
--- head/misc/py-xgboost/Makefile	Fri Oct  2 04:40:30 2020	(r550898)
+++ head/misc/py-xgboost/Makefile	Fri Oct  2 05:41:11 2020	(r550899)
@@ -34,7 +34,13 @@ LDFLAGS+=	-lexecinfo
 
 POST_PLIST=	fix-plist
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1300060
+BROKEN_i386=	undefined symbol: __atomic_load (on 11 and 12, but not on 13)
+.endif
+
 fix-plist: # https://github.com/dmlc/xgboost/issues/5705
 	@${REINPLACE_CMD} 's|/libxgboost.so$$|/xgboost/lib/libxgboost.so|' ${TMPPLIST}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list