|
|
@@ -1,31 +1,31 @@ |
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup cmake 1.0 |
|
|
PortGroup github 1.0 |
|
|
PortGroup muniversal 1.0 |
|
|
PortGroup cxx11 1.1 |
|
|
PortGroup compiler_blacklist_versions 1.0 |
|
|
PortGroup active_variants 1.1 |
|
|
|
|
|
name uhd |
|
|
categories science comms |
|
|
maintainers {michaelld @michaelld} |
|
|
description USRP Hardware Driver for Ettus Research Products |
|
|
license GPL-3+ |
|
|
platforms darwin |
|
|
PortSystem 1.0 |
|
|
PortGroup cmake 1.0 |
|
|
PortGroup github 1.0 |
|
|
PortGroup muniversal 1.0 |
|
|
PortGroup cxx11 1.1 |
|
|
PortGroup compiler_blacklist_versions 1.0 |
|
|
PortGroup active_variants 1.1 |
|
|
|
|
|
name uhd |
|
|
categories science comms |
|
|
maintainers {michaelld @michaelld} |
|
|
description USRP Hardware Driver for Ettus Research Products |
|
|
license GPL-3+ |
|
|
platforms darwin |
|
|
|
|
|
if {${subport} eq ${name}} { |
|
|
|
|
|
long_description ${description}: \ |
|
|
Provides the release version, which is typically updated every month or so. |
|
|
|
|
|
github.setup EttusResearch uhd 3.14.0.0 v |
|
|
revision 0 |
|
|
conflicts uhd-devel uhd-39lts |
|
|
checksums rmd160 cf250374c2b1e5eaee0493945b20a4110d1724f5 \ |
|
|
sha256 033021dc43a5a22b045a6fa826a6529af923501ffc72d8692f0cc6e6f9ada497 \ |
|
|
size 12935507 |
|
|
github.setup EttusResearch uhd 3.14.0.0 v |
|
|
conflicts uhd-devel uhd-39lts |
|
|
checksums rmd160 cf250374c2b1e5eaee0493945b20a4110d1724f5 \ |
|
|
sha256 033021dc43a5a22b045a6fa826a6529af923501ffc72d8692f0cc6e6f9ada497 \ |
|
|
size 12935507 |
|
|
revision 0 |
|
|
|
|
|
# set the version override string |
|
|
|
|
|
@@ -66,13 +66,14 @@ subport uhd-39lts { |
|
|
long_description ${description}: \ |
|
|
Provides UHD 3.9 Long-Term Service \(LTS\) branch. This branch is not updated except for compatibility with OSs released after it was finalized. |
|
|
|
|
|
name uhd-39lts |
|
|
conflicts uhd uhd-devel |
|
|
github.setup EttusResearch uhd UHD-3.9.LTS |
|
|
version 3.9-LTS |
|
|
checksums rmd160 0765543ffdc36df568012640422fda8c70809f62 \ |
|
|
sha256 a6b4055c5d2d007c978c6577d87151ce9d505d6f5c116f0d20f176497424147e \ |
|
|
size 2463897 |
|
|
name uhd-39lts |
|
|
conflicts uhd uhd-devel |
|
|
github.setup EttusResearch uhd UHD-3.9.LTS |
|
|
version 3.9-LTS |
|
|
checksums rmd160 0765543ffdc36df568012640422fda8c70809f62 \ |
|
|
sha256 a6b4055c5d2d007c978c6577d87151ce9d505d6f5c116f0d20f176497424147e \ |
|
|
size 2463897 |
|
|
revision 0 |
|
|
|
|
|
# set the version override string |
|
|
|
|
|
@@ -117,7 +118,7 @@ Provides the UHD GIT maint or master branch, depending on which is more advanced |
|
|
|
|
|
# override the github Portgroup's homepage setting |
|
|
|
|
|
homepage http://uhd.ettus.com/ |
|
|
homepage http://uhd.ettus.com/ |
|
|
|
|
|
if {${subport} ne "uhd-39lts"} { |
|
|
|
|
|
@@ -130,9 +131,9 @@ if {${subport} ne "uhd-39lts"} { |
|
|
|
|
|
# temporary patch to fix the API usage for "gpsd_read" for the 3.18.0 |
|
|
# release. currently works on all 3 UHD ports. |
|
|
patchfiles-append patch-fix-gpsd_read-api.diff |
|
|
patchfiles-append patch-fix-gpsd_read-api.diff |
|
|
|
|
|
depends_lib-append port:boost port:ncurses |
|
|
depends_lib-append port:boost port:ncurses |
|
|
|
|
|
depends_build-append port:pkgconfig |
|
|
|
|
|
|