svn commit: r533471 - head/net-p2p/libtorrent-rasterbar

Yuri Victorovich yuri at FreeBSD.org
Thu Apr 30 19:33:39 UTC 2020


Author: yuri
Date: Thu Apr 30 19:33:38 2020
New Revision: 533471
URL: https://svnweb.freebsd.org/changeset/ports/533471

Log:
  net-p2p/libtorrent-rasterbar: Update 13-CURRENT workaround
  
  As compilation now works using -CURRENT there's no need to force llvm90 on any version.
  
  PR:		246045
  Submitted by:	daniel.engberg.lists at pyret.net

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Thu Apr 30 19:33:24 2020	(r533470)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Thu Apr 30 19:33:38 2020	(r533471)
@@ -41,7 +41,7 @@ LOGGING_CMAKE_BOOL=	logging
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} != powerpc && ${ARCH} != powerpc64
+.if !${ARCH:Mpowerpc*} && ${OPSYS}_${OSREL:R} == FreeBSD_13 && ${OSVERSION} < 1300093
 # workaroud for the clang-10 compiler failure: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244830
 # on powerpc, llvm 9 crashes with segfault, while 10 works https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243958
 # on powerpc64 elfv1, clang doesn't work at all (no support for elfv1), on elfv2 clang from base works ok


More information about the svn-ports-all mailing list