aboutsummaryrefslogtreecommitdiff
path: root/misc/py-SoapySDR/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* misc/{soapysdr,py-SoapySDR}: Update 0.8.0 -> 0.8.1Yuri Victorovich2021-07-261-1/+1
| | | | Reported by: portscout
* misc/py-SoapySDR: Update 0.7.2 -> 0.8.0Yuri Victorovich2021-04-261-1/+1
| | | | Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-1/+1
| | | | | | | | | | | | | | | - Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine Notes: svn path=/head/; revision=539491
* misc/py-SoapySDR: Update 0.7.1 -> 0.7.2Yuri Victorovich2020-01-141-2/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=522984
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* misc/py-SoapySDR: Update 0.7.0 -> 0.7.1Yuri Victorovich2019-01-311-2/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=491685
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* misc/py-SoapySDR: Update 0.6.1-71 -> 0.7.0Yuri Victorovich2018-10-261-4/+2
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=483003
* misc/py-SoapySDR: Fix build on GCC-based architecturesYuri Victorovich2018-09-241-1/+2
| | | | | | | | PR: 231691 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=480622
* misc/py-SoapySDR: Remove the BROKEN statementYuri Victorovich2018-06-271-2/+0
| | | | | | | It was unbroken by a recent simplification of the port. Notes: svn path=/head/; revision=473425
* misc/py-SoapySDR: Simplify the port.Yuri Victorovich2018-06-251-4/+2
| | | | | | | | Based on the upstream author's advice now most patches are removed. Notes: svn path=/head/; revision=473285
* misc/py-SoapySDR: Fix the problem that C library was built with the python ↵Yuri Victorovich2018-06-241-5/+4
| | | | | | | | | binding Also add CATEGORIES=hamradio Notes: svn path=/head/; revision=473209
* misc/py-SoapySDR: Label as broken on i386 until the python binding is ↵Yuri Victorovich2018-06-231-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=473167
* New port: misc/py-SoapySDR: Vendor and platform neutral SDR support library ↵Yuri Victorovich2018-06-191-0/+36
(python binding) Notes: svn path=/head/; revision=472763