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 146 146 147 147 use_autoconf yes 148 148 } 149 variant python31 conflicts python32 python33 description {Enable Python scripting} {149 variant python31 conflicts python32 python33 python34 description {Enable Python scripting} { 150 150 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.1 151 151 patchfiles-append patch-python3.diff 152 152 depends_lib-append port:python31 153 153 154 154 use_autoconf yes 155 155 } 156 variant python32 conflicts python31 python33 description {Enable Python scripting} {156 variant python32 conflicts python31 python33 python34 description {Enable Python scripting} { 157 157 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.2 158 158 patchfiles-append patch-python3.diff 159 159 depends_lib-append port:python32 … … 162 162 # Overwriting autoconf.cmd above removes dependency, add it again 163 163 depends_build-append port:autoconf 164 164 } 165 variant python33 conflicts python31 python32 description {Enable Python scripting} {165 variant python33 conflicts python31 python32 python34 description {Enable Python scripting} { 166 166 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.3 167 167 patchfiles-append patch-python3.diff 168 168 depends_lib-append port:python33 … … 171 171 # Overwriting autoconf.cmd above removes dependency, add it again 172 172 depends_build-append port:autoconf 173 173 } 174 variant 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 } 174 183 variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {} 175 184 variant ruby18 conflicts ruby19 ruby20 description {Enable Ruby scripting} { 176 185 configure.args-append --enable-rubyinterp