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

Yuri Victorovich yuri at FreeBSD.org
Wed Jun 27 08:41:02 UTC 2018


Author: yuri
Date: Wed Jun 27 08:41:01 2018
New Revision: 473425
URL: https://svnweb.freebsd.org/changeset/ports/473425

Log:
  misc/py-SoapySDR: Remove the BROKEN statement
  
  It was unbroken by a recent simplification of the port.

Modified:
  head/misc/py-SoapySDR/Makefile

Modified: head/misc/py-SoapySDR/Makefile
==============================================================================
--- head/misc/py-SoapySDR/Makefile	Wed Jun 27 08:38:48 2018	(r473424)
+++ head/misc/py-SoapySDR/Makefile	Wed Jun 27 08:41:01 2018	(r473425)
@@ -13,8 +13,6 @@ COMMENT=	Vendor and platform neutral SDR support libra
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/../LICENSE_1_0.txt
 
-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