Ticket #45696: Portfile-MacVim.diff

File Portfile-MacVim.diff, 2.1 KB (added by Russell-Jones-OxPhys (Russell Jones), 10 years ago)
  • .txt

    old new  
    146146
    147147    use_autoconf yes
    148148}
    149 variant python31 conflicts python32 python33 description {Enable Python scripting} {
     149variant python31 conflicts python32 python33 python34 description {Enable Python scripting} {
    150150    configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.1
    151151    patchfiles-append       patch-python3.diff
    152152    depends_lib-append      port:python31
    153153
    154154    use_autoconf yes
    155155}
    156 variant python32 conflicts python31 python33 description {Enable Python scripting} {
     156variant python32 conflicts python31 python33 python34 description {Enable Python scripting} {
    157157    configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.2
    158158    patchfiles-append       patch-python3.diff
    159159    depends_lib-append      port:python32
     
    162162    # Overwriting autoconf.cmd above removes dependency, add it again
    163163    depends_build-append port:autoconf
    164164}
    165 variant python33 conflicts python31 python32 description {Enable Python scripting} {
     165variant python33 conflicts python31 python32 python34 description {Enable Python scripting} {
    166166    configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.3
    167167    patchfiles-append       patch-python3.diff
    168168    depends_lib-append      port:python33
     
    171171    # Overwriting autoconf.cmd above removes dependency, add it again
    172172    depends_build-append port:autoconf
    173173}
     174variant python34 conflicts python31 python32 python33 description {Enable Python scripting} {
     175    configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.4
     176    patchfiles-append       patch-python3.diff
     177    depends_lib-append      port:python34
     178
     179    use_autoconf yes
     180    # Overwriting autoconf.cmd above removes dependency, add it again
     181    depends_build-append port:autoconf
     182}
    174183variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {}
    175184variant ruby18 conflicts ruby19 ruby20 description {Enable Ruby scripting} {
    176185    configure.args-append   --enable-rubyinterp