svn commit: r473167 - head/misc/py-SoapySDR

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 23 23:44:14 UTC 2018


Author: yuri
Date: Sat Jun 23 23:44:12 2018
New Revision: 473167
URL: https://svnweb.freebsd.org/changeset/ports/473167

Log:
  misc/py-SoapySDR: Label as broken on i386 until the python binding is properly implemented
  
  Currently it is combined with the cmake-based project for C library, and
  this doesn't work great: it breaks on i386, and rebuilds the whole C library with python binding.

Modified:
  head/misc/py-SoapySDR/Makefile

Modified: head/misc/py-SoapySDR/Makefile
==============================================================================
--- head/misc/py-SoapySDR/Makefile	Sat Jun 23 21:18:26 2018	(r473166)
+++ head/misc/py-SoapySDR/Makefile	Sat Jun 23 23:44:12 2018	(r473167)
@@ -13,7 +13,7 @@ COMMENT=	Vendor and platform neutral SDR support libra
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
-BROKEN_FreeBSD_10=	error: redefinition of 'swig::traits<unsigned int>'
+BROKEN_i386=	error: redefinition of 'swig::traits<unsigned int>', pending fix of https://github.com/pothosware/SoapySDR/issues/169
 
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libSoapySDR.so:misc/soapysdr


More information about the svn-ports-all mailing list