Permalink
Browse files
uhd-devel: update to 164d76dc (20190328)
- Loading branch information
Showing
with
13 additions
and
9 deletions.
-
+13
−9
science/uhd/Portfile
|
|
@@ -91,12 +91,12 @@ subport uhd-devel { |
|
|
long_description ${description}: \ |
|
|
Provides the UHD GIT maint or master branch, depending on which is more advanced, and is typically updated every few days to week. |
|
|
|
|
|
github.setup EttusResearch uhd ac96d055091c29e2c6b08762b3b3d9da8db5b855 |
|
|
version 20190314 |
|
|
checksums rmd160 ee24cc46192031d69020cf3dd096d241ba259ed9 \ |
|
|
sha256 03037d3c0c30acffdc5df848a592376604a9fb4b15508cf0cbf87469bc116c5d \ |
|
|
size 13018882 |
|
|
revision 1 |
|
|
github.setup EttusResearch uhd 164d76dcfdefe888d0e152d33827187d3d47b57e |
|
|
version 20190328 |
|
|
checksums rmd160 352f6a26f1a79760394484286f561a15f8e76fc7 \ |
|
|
sha256 1fb2df076ba430ea9429d1f7a04d5e361e8f065986e746fe56bf75ebcc3f0c6a \ |
|
|
size 13016106 |
|
|
revision 0 |
|
|
|
|
|
conflicts uhd uhd-39lts |
|
|
|
|
|
@@ -129,9 +129,13 @@ 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 |
|
|
if {${subport} ne "uhd-devel"} { |
|
|
|
|
|
# temporary patch to fix the API usage for "gpsd_read" for the 3.18.0 |
|
|
# release. works on all non-devel UHD ports; devel contains this patch. |
|
|
patchfiles-append patch-fix-gpsd_read-api.diff |
|
|
|
|
|
} |
|
|
|
|
|
depends_lib-append port:boost port:ncurses |
|
|
|
|
|
|