Cezary Morga wrote: > Dnia poniedziaĆek, 18 maja 2009 o 17:13:31 Chuck Robey napisaĆ(a): >> I'm having problems figuring out things, in producing the editors/vim >> port. The DESCR file gives me a good list of the flavors I can use, but >> I've got a problem, because I need two of these flavors (gtk2 and >> python). I have 2 problems here: (1), I don't know how to format the >> FLAVORS variable for 2 values (what do I use to link them, spaces, >> dashes, etc). > > FLAVOR='gtk2 python'
I'm a bit confused. Several folks told me to go look at the ports(7) man page (I'd looked at the bsd.port.mk page), it tells me to use dashes to link the sections. I'll admit my own example (I gave in the first email) shows that dashes didn't work for me. The FAQ entry I read made me think that every FLAVOR came with it's own build and package, but ports(7) seems to contradict that. I got those FLAVORS of "gtk2" and "python" from the editors/vim DESCR file, but maybe it's not accurate, or something else. I showed the command I used, it seemed to agree with the ports(7) man page, although I hadn't looked at that page by then. I suppose I will try linking the FLAVORS by spaces like you say, seeing as I tried dashes already. > >> (2), the FAQ seems to be telling me that all FLAVORS get >> their own build directories, but for this port (vim), I need both of >> these flavors at once (in the same executable). If I can't get that, >> then I'll be forced to build it by hand, because having separate python >> and gtk2 flavors of vim would be unuseable for me. > > In the end you'll get one package vim-gtk2-python or something similar. >
