Commits

Zero King authored 851096a1c52
weechat: disable more script plugins by default
No tags

irc/weechat/Portfile

Modified
76 76 configure.args-append \
77 77 -DENABLE_GNUTLS=OFF \
78 78 -DENABLE_LUA=OFF \
79 79 -DENABLE_GUILE=OFF \
80 80 -DENABLE_PERL=OFF \
81 81 -DENABLE_PYTHON=OFF \
82 82 -DENABLE_PYTHON2=OFF \
83 83 -DENABLE_RUBY=OFF \
84 84 -DENABLE_ASPELL=OFF \
85 85 -DENABLE_TCL=OFF \
86 + -DENABLE_JAVASCRIPT=OFF \
87 + -DENABLE_PHP=OFF \
86 88 -DENABLE_MAN=ON
87 89
88 90 variant python requires python27 description {Compatibility variant, requires +python27} {}
89 91
90 92 variant python27 description "Bindings for python 2.7 plugins" conflicts python36 {
91 93 configure.args-replace -DENABLE_PYTHON=OFF -DENABLE_PYTHON=ON
92 94 configure.args-replace -DENABLE_PYTHON2=OFF -DENABLE_PYTHON2=ON
93 95 configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
94 96 configure.args-append -DPYTHON_INCLUDE_PATH=${frameworks_dir}/Python.framework/Versions/2.7/Headers
95 97 configure.args-append -DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/2.7/Python

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut