Ticket #51408: Portfile-volk-gnss-sdr.diff
File Portfile-volk-gnss-sdr.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. 6v25 revision 226 checksums rmd160 3a578f4795f6230d3f627dbe6f80f77c7dac206e\27 sha256 ed81a5dff8d91b0b1d561ab8a240818da447c8358b95ab42d6a17b479e873c3e24 github.setup gnss-sdr gnss-sdr 0.0.7 v 25 revision 1 26 checksums rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \ 27 sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae 28 28 github.tarball_from tags 29 29 30 30 conflicts volk-gnss-sdr-devel volk-gnss-sdr-next 31 31 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 32 } 41 33 42 34 subport volk-gnss-sdr-devel { … … 45 37 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 38 47 39 name volk-gnss-sdr-devel 48 github.setup gnss-sdr gnss-sdr 8838e9063e7479c1c6339e0d012724d269e8d00049 version 201 5110350 checksums rmd160 fc6e6a176c97dc1a0a3072e28accb37b0d301999\51 sha256 42337ac6a79f0bee33fbc8f5eb4ab586346050ae9873046a4b6e415bce0eb20e40 github.setup gnss-sdr gnss-sdr a6df9f8c6f4c5665976cfa70e844ce1b56ac7323 41 version 20160516 42 checksums rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \ 43 sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae 52 44 53 45 conflicts volk-gnss-sdr volk-gnss-sdr-next 54 46 55 # temporary patch to fix name of Volk-Gnss-Sdr cmake file56 57 patchfiles-append patch-Volk_GnssSdrConfig.cmake.devel.diff58 59 47 } 60 48 61 49 subport volk-gnss-sdr-next { … … 63 51 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 52 65 53 name volk-gnss-sdr-next 66 github.setup gnss-sdr gnss-sdr 8abe0486e9ef43e3082b66932a0b7e501858202767 version 201 5110368 checksums rmd160 2769b23825b180c095493702990dbf77ecacf97b\69 sha256 f353f9a9e6061e5798217db832dc1f70b360597be1e7e8e3f7f9470264b278c954 github.setup gnss-sdr gnss-sdr 51e9a3434da85547a7860d298fcc5c180e390f19 55 version 20160516 56 checksums rmd160 ea87a5cc389ab366248a84131991396e3cfc815d \ 57 sha256 644a19b780ad3004fbe34924f0fb422b48febf565babc3c9f088192049bf3bc6 70 58 71 59 conflicts volk-gnss-sdr volk-gnss-sdr-devel 72 60 73 # temporary patch to fix name of Volk-Gnss-Sdr cmake file74 75 patchfiles-append patch-Volk_GnssSdrConfig.cmake.next.diff76 77 61 } 78 62 79 63 # override githib PortGroup homepage setting