From owner-svn-ports-head@freebsd.org Mon Sep 24 18:39:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A46210B45E2; Mon, 24 Sep 2018 18:39:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EB8E8DAD6; Mon, 24 Sep 2018 18:39:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 499B01D212; Mon, 24 Sep 2018 18:39:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OIdQiS056403; Mon, 24 Sep 2018 18:39:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8OIdQBp056402; Mon, 24 Sep 2018 18:39:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809241839.w8OIdQBp056402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 24 Sep 2018 18:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480622 - head/misc/py-SoapySDR X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/py-SoapySDR X-SVN-Commit-Revision: 480622 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 18:39:26 -0000 Author: yuri Date: Mon Sep 24 18:39:25 2018 New Revision: 480622 URL: https://svnweb.freebsd.org/changeset/ports/480622 Log: misc/py-SoapySDR: Fix build on GCC-based architectures PR: 231691 Submitted by: Piotr Kubaj Modified: head/misc/py-SoapySDR/Makefile Modified: head/misc/py-SoapySDR/Makefile ============================================================================== --- head/misc/py-SoapySDR/Makefile Mon Sep 24 18:35:12 2018 (r480621) +++ head/misc/py-SoapySDR/Makefile Mon Sep 24 18:39:25 2018 (r480622) @@ -4,6 +4,7 @@ PORTNAME= SoapySDR DISTVERSIONPREFIX= soapy-sdr- DISTVERSION= 0.6.1-71 DISTVERSIONSUFFIX= -g69c16e9 +PORTREVISION= 1 CATEGORIES= misc hamradio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE_1_0.txt BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libSoapySDR.so:misc/soapysdr -USES= cmake:outsource python +USES= cmake:outsource compiler:c++11-lang python USE_GITHUB= yes GH_ACCOUNT= pothosware USE_PYTHON= flavors