i know.
i made it on purpose. just for checking whether "port install vim" uses variants.conf or not.

 
DEBUG: Requested variant powerpc is not provided by port vim.
DEBUG: Requested variant darwin is not provided by port vim.
DEBUG: Requested variant macosx is not provided by port vim.
DEBUG: Skipping completed com.apple.main (vim)
DEBUG: Skipping completed com.apple.unarchive (vim)

 
but there is no provied +multibyte or +ncurses.
the result is same without wrong variant syntax.

 
just put , "+multibyte +ncurses" in variants.conf, "multibyte" and "ncurses" are not provided to vim when i try to install vim, above debug message..

 

 

On 12/27/06, Kevin Ballard < eridius@macports.org> wrote:
I see a warning about invalid variant syntax in that log you posted. You don't see it?

On Dec 26, 2006, at 10:32 PM, Jin Hyung Park wrote:

but, when i run install command, there is no request or error about my variants file..

 
port install run result ----
Cocoa:/opt/local/etc/ports jenix$ sudo port -vd install vim
Warning: /opt/local/etc/ports/variants.conf specifies invalid variant syntax 'sdlkfjsdlfkjsdlfkjsdlfkj', ignored.
DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/editors /vim
DEBUG: Requested variant powerpc is not provided by port vim.
DEBUG: Requested variant darwin is not provided by port vim.
DEBUG: Requested variant macosx is not provided by port vim.
DEBUG: Skipping completed com.apple.main (vim)
DEBUG: Skipping completed com.apple.unarchive (vim)

 
---- there is just powerpc, darwin, macosx variants.. where are the others? 

 
anybody has idea? please help me..