# $Id$ PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 name MacVim set vim_version 7.4 set snapshot 76 version ${vim_version}.snapshot${snapshot} revision 1 categories editors platforms darwin license Vim GPL-2+ maintainers raimue description MacVim is a GUI version of vim for Mac OS X long_description \ MacVim is a port of the text editor Vim to Mac OS X that is meant to look \ better and integrate more seamlessly with the Mac than vim-app. homepage http://code.google.com/p/macvim master_sites https://github.com/macvim-dev/macvim/archive/ distfiles Snapshot-${snapshot}.tar.gz checksums Snapshot-${snapshot}.tar.gz \ rmd160 139125f8fe454cf20c311a36004ba1df09dfd131 \ sha256 865425eaebd279816a9a997cb406ff45da1d390baf4fed21a2d80ec75fb3ca12 worksrcdir macvim-Snapshot-${snapshot} extract.only Snapshot-${snapshot}.tar.gz depends_build bin:gnutar:gnutar \ bin:grep:grep \ bin:autoconf:autoconf \ port:python27 depends_lib port:ncurses \ port:gettext \ port:libiconv if ![variant_isset python27] { # python is only used for build scripts, no linking license_noconflict python27 } patchfiles patch-src-MacVim-icons-python.diff \ patch-MacVim-GCC-VERSION.diff pre-fetch { if {${os.platform} eq "darwin" && ${os.major} < 10} { ui_error "${name} only runs on Mac OS X 10.6 or greater." return -code error "incompatible Mac OS X version" } } # does not run correctly when build with older clang releases, see #30985 compiler.blacklist macports-clang-2.9 macports-clang-3.0 {clang < 400} post-extract { # create cache directory file mkdir ${workpath}/caches } patchfiles-append patch-compat-sigaltstack.diff post-patch { reinplace "s|^# VIM_APP_DIR=/Applications$|VIM_APP_DIR=${applications_dir}|" \ ${worksrcpath}/src/MacVim/mvim } autoconf.dir ${worksrcpath}/src configure.args --enable-gui=macvim \ --without-x \ --without-local-dir \ --disable-gpm \ --with-tlib=ncurses \ --enable-multibyte \ --enable-fail-if-missing # Old pre-compiled headers could influence build, #26723 build.args XCODEFLAGS="CACHE_ROOT=${workpath}/caches" \ PYTHON=${prefix}/bin/python2.7 destroot { copy ${worksrcpath}/src/MacVim/build/Release/MacVim.app ${destroot}${applications_dir} copy ${worksrcpath}/src/MacVim/mvim ${destroot}${prefix}/bin # Create MacVim vimdiff, view, ex equivalents ln -s mvim ${destroot}${prefix}/bin/mvimdiff ln -s mvim ${destroot}${prefix}/bin/mview # Link as mvimex as bin/mex conflicts with texlive ln -s mvim ${destroot}${prefix}/bin/mvimex } test.run yes if {![variant_isset big] && ![variant_isset huge]} { default_variants +huge } variant big description {Build big feature set} conflicts huge { configure.args-append --with-features=big } variant huge description {Build huge feature set} conflicts big { configure.args-append --with-features=huge } variant xim description {Build with support for X Input Method} { configure.args-append --enable-xim } variant perl description {Enable Perl scripting} { configure.args-append --enable-perlinterp depends_lib-append path:bin/perl:perl5 } # Compatibility variants, can be removed after 2015-12-26 variant python25 requires python27 description {Legacy variant} {} variant python31 requires python34 description {Legacy variant} {} variant python32 requires python34 description {Legacy variant} {} variant python26 conflicts python27 description {Enable Python scripting} { configure.args-append --enable-pythoninterp --with-python=${prefix}/bin/python2.6 patchfiles-append patch-python.diff depends_lib-append port:python26 use_autoconf yes } variant python27 conflicts python26 description {Enable Python scripting} { configure.args-append --enable-pythoninterp --with-python=${prefix}/bin/python2.7 patchfiles-append patch-python.diff depends_lib-append port:python27 use_autoconf yes } variant python33 conflicts python34 description {Enable Python scripting} { configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.3 patchfiles-append patch-python3.diff depends_lib-append port:python33 use_autoconf yes # Overwriting autoconf.cmd above removes dependency, add it again depends_build-append port:autoconf } variant python34 conflicts python33 description {Enable Python scripting} { configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.4 patchfiles-append patch-python3.diff depends_lib-append port:python34 use_autoconf yes # Overwriting autoconf.cmd above removes dependency, add it again depends_build-append port:autoconf } variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {} variant ruby18 conflicts ruby19 ruby20 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby1.8 depends_lib-append port:ruby } variant ruby19 conflicts ruby18 ruby20 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby1.9 depends_lib-append port:ruby19 } variant ruby20 conflicts ruby18 ruby19 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.0 depends_lib-append port:ruby20 } variant tcl description {Enable Tcl scripting} { configure.args-append --enable-tclinterp \ --with-tclsh=${prefix}/bin/tclsh patchfiles-append patch-tcl.diff depends_lib-append port:tcl use_autoconf yes } variant lua description {Enable Lua scripting} { configure.args-append --enable-luainterp \ --with-lua-prefix=${prefix} depends_lib-append port:lua } variant cscope description {Enable source code browsing with cscope} { configure.args-append --enable-cscope } livecheck.type regex livecheck.url https://github.com/macvim-dev/macvim/releases livecheck.version ${snapshot} livecheck.regex Snapshot-(\\d+)