Ticket #51408: Portfile-volk-gnss-sdr.2.diff
File Portfile-volk-gnss-sdr.2.diff, 4.0 KB (added by carlesfernandez (Carles Fernandez), 8 years ago) |
---|
-
Portfile
old new 21 21 long_description ${description}: \ 22 22 This port is kept up with the VOLK-GNSS-SDR release, which is typically updated every few months. This version compiles against the gnss-sdr and gnuradio ports. 23 23 24 github.setup gnss-sdr gnss-sdr 0.0.6 v 25 revision 2 26 checksums rmd160 3a578f4795f6230d3f627dbe6f80f77c7dac206e \ 27 sha256 ed81a5dff8d91b0b1d561ab8a240818da447c8358b95ab42d6a17b479e873c3e 24 github.setup gnss-sdr gnss-sdr 0.0.7 v 25 checksums rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \ 26 sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae 28 27 github.tarball_from tags 29 28 30 29 conflicts volk-gnss-sdr-devel volk-gnss-sdr-next 31 30 32 # temporary patch to fix Volk #define in compatibility33 34 patchfiles-append patch-volk-include.release.diff35 36 # temporary patch to fix name of Volk-Gnss-Sdr cmake file37 38 patchfiles-append patch-Volk_GnssSdrConfig.cmake.release.diff39 40 31 } 41 32 42 33 subport volk-gnss-sdr-devel { … … 45 36 This port is kept up with the VOLK-GNSS-SDR GIT master branch, which is typically updated daily to weekly. This version of VOLK-GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnss-sdr-devel and gnuradio-devel ports. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnss-sdr and gnuradio ports, cleaning any current builds, and trying again. 46 37 47 38 name volk-gnss-sdr-devel 48 github.setup gnss-sdr gnss-sdr 8838e9063e7479c1c6339e0d012724d269e8d00049 version 201 5110350 checksums rmd160 fc6e6a176c97dc1a0a3072e28accb37b0d301999\51 sha256 42337ac6a79f0bee33fbc8f5eb4ab586346050ae9873046a4b6e415bce0eb20e39 github.setup gnss-sdr gnss-sdr a6df9f8c6f4c5665976cfa70e844ce1b56ac7323 40 version 20160516 41 checksums rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \ 42 sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae 52 43 53 44 conflicts volk-gnss-sdr volk-gnss-sdr-next 54 45 55 # temporary patch to fix name of Volk-Gnss-Sdr cmake file56 57 patchfiles-append patch-Volk_GnssSdrConfig.cmake.devel.diff58 59 46 } 60 47 61 48 subport volk-gnss-sdr-next { … … 63 50 This port is kept up with the VOLK-GNSS-SDR GIT next branch, which is typically updated daily to weekly. This version of VOLK-GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnss-sdr-next and gnuradio-next ports. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnss-sdr and gnuradio ports, cleaning any current builds, and trying again. 64 51 65 52 name volk-gnss-sdr-next 66 github.setup gnss-sdr gnss-sdr 8abe0486e9ef43e3082b66932a0b7e501858202767 version 201 5110368 checksums rmd160 2769b23825b180c095493702990dbf77ecacf97b\69 sha256 f353f9a9e6061e5798217db832dc1f70b360597be1e7e8e3f7f9470264b278c953 github.setup gnss-sdr gnss-sdr 51e9a3434da85547a7860d298fcc5c180e390f19 54 version 20160516 55 checksums rmd160 ea87a5cc389ab366248a84131991396e3cfc815d \ 56 sha256 644a19b780ad3004fbe34924f0fb422b48febf565babc3c9f088192049bf3bc6 70 57 71 58 conflicts volk-gnss-sdr volk-gnss-sdr-devel 72 59 73 # temporary patch to fix name of Volk-Gnss-Sdr cmake file74 75 patchfiles-append patch-Volk_GnssSdrConfig.cmake.next.diff76 77 60 } 78 61 79 62 # override githib PortGroup homepage setting