Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2018 23:44:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473167 - head/misc/py-SoapySDR
Message-ID:  <201806232344.w5NNiD2E019878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806232344.w5NNiD2E019878>