• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revision9b6ed2fc7c9ded89dad5ba89cd3ab9dc298c0666 (tree)
Time2009-03-26 06:40:45
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

vim-app fix for +ruby

Change Summary

Incremental Difference

--- a/editors/vim-app/Portfile
+++ b/editors/vim-app/Portfile
@@ -7,7 +7,7 @@ set realname vim
77 set vim_version 7.2
88 set vim_patchlevel 147
99 version ${vim_version}.${vim_patchlevel}
10-revision 0
10+revision 1
1111 categories editors
1212 maintainers nomaintainer
1313 description Vim.app is a GUI version of the famous editor vim.
@@ -66,8 +66,9 @@ configure.args --without-x \
6666 --with-tlib=ncurses \
6767 --enable-multibyte \
6868 --with-features=huge
69-configure.env CPPFLAGS="-DSYS_VIMRC_FILE=\"${prefix}/etc/vimrc\" -I${prefix}/include" \
70- LDFLAGS="-L${prefix}/lib"
69+configure.cppflags -DSYS_VIMRC_FILE=\\"${prefix}/etc/vimrc\\" \
70+ -I${prefix}/include
71+configure.ldflags -L${prefix}/lib
7172
7273 extract.only [suffix ${realname}-${vim_version}]
7374 post-extract {
@@ -135,7 +136,7 @@ variant python description {Enable Python scripting} {
135136 }
136137 variant ruby description {Enable Ruby scripting} {
137138 configure.args-append --enable-rubyinterp
138- configure.env-append RC_ARCHS=
139+ configure.env-append ARCHFLAGS="-L${prefix}/lib"
139140 depends_lib-append bin:ruby:ruby
140141 }
141142 variant tcl description {Enable Tcl scripting} {
Show on old repository browser