Ticket #51408: Portfile-volk-gnss-sdr.diff

File Portfile-volk-gnss-sdr.diff, 4.0 KB (added by carlesfernandez (Carles Fernandez), 8 years ago)

Patch as unified diff

  • Portfile

    old new  
    2121    long_description    ${description}: \
    2222        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.
    2323
    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    revision            1
     26    checksums           rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \
     27                        sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae
    2828    github.tarball_from tags
    2929
    3030    conflicts           volk-gnss-sdr-devel volk-gnss-sdr-next
    3131
    32     # temporary patch to fix Volk #define in compatibility
    33 
    34     patchfiles-append   patch-volk-include.release.diff
    35 
    36     # temporary patch to fix name of Volk-Gnss-Sdr cmake file
    37 
    38     patchfiles-append   patch-Volk_GnssSdrConfig.cmake.release.diff
    39 
    4032}
    4133
    4234subport volk-gnss-sdr-devel {
     
    4537        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.
    4638
    4739    name                volk-gnss-sdr-devel
    48     github.setup        gnss-sdr gnss-sdr 8838e9063e7479c1c6339e0d012724d269e8d000
    49     version             20151103
    50     checksums           rmd160 fc6e6a176c97dc1a0a3072e28accb37b0d301999 \
    51                         sha256 42337ac6a79f0bee33fbc8f5eb4ab586346050ae9873046a4b6e415bce0eb20e
     40    github.setup        gnss-sdr gnss-sdr a6df9f8c6f4c5665976cfa70e844ce1b56ac7323
     41    version             20160516
     42    checksums           rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \
     43                        sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae
    5244
    5345    conflicts           volk-gnss-sdr volk-gnss-sdr-next
    5446
    55     # temporary patch to fix name of Volk-Gnss-Sdr cmake file
    56 
    57     patchfiles-append   patch-Volk_GnssSdrConfig.cmake.devel.diff
    58 
    5947}
    6048
    6149subport volk-gnss-sdr-next {
     
    6351        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.
    6452
    6553    name                volk-gnss-sdr-next
    66     github.setup        gnss-sdr gnss-sdr 8abe0486e9ef43e3082b66932a0b7e5018582027
    67     version             20151103
    68     checksums           rmd160 2769b23825b180c095493702990dbf77ecacf97b \
    69                         sha256 f353f9a9e6061e5798217db832dc1f70b360597be1e7e8e3f7f9470264b278c9
     54    github.setup        gnss-sdr gnss-sdr 51e9a3434da85547a7860d298fcc5c180e390f19
     55    version             20160516
     56    checksums           rmd160 ea87a5cc389ab366248a84131991396e3cfc815d \
     57                        sha256 644a19b780ad3004fbe34924f0fb422b48febf565babc3c9f088192049bf3bc6
    7058
    7159    conflicts           volk-gnss-sdr volk-gnss-sdr-devel
    7260
    73     # temporary patch to fix name of Volk-Gnss-Sdr cmake file
    74 
    75     patchfiles-append   patch-Volk_GnssSdrConfig.cmake.next.diff
    76 
    7761}
    7862
    7963# override githib PortGroup homepage setting