aboutsummaryrefslogtreecommitdiff
path: root/comms/airspy
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* These ports now build on powerpc64.Mark Linimon2019-04-151-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=498995
* comms/airspy: fix build on powerpc64Yuri Victorovich2019-04-042-2/+1
| | | | | | | | PR: 237005 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=497802
* 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
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-1/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* Mark as broken on powerpc64.Mark Linimon2018-09-191-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480118
* Mark these ports as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-07-071-0/+1
| | | | | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474058
* comms/airspy: Rename the option SSE -> SIMDYuri Victorovich2018-06-271-5/+5
| | | | Notes: svn path=/head/; revision=473419
* comms/airspy: Fix build due to the MMX-related errorsYuri Victorovich2018-06-272-0/+20
| | | | | | | | | | | Fix errors like this: error: always_inline function '_mm_loadu_ps' requires target feature 'mmx', but would be inlined into function 'x' that is compiled without support for 'mmx' Reported by: fallout Notes: svn path=/head/; revision=473418
* New port: comms/airspy: AirSpy's usemode driver and associated toolsYuri Victorovich2018-06-245-0/+99
Notes: svn path=/head/; revision=473274