Tom Mueller napsal(a): > Vit, > > It appears that quotes are only allowed and necessary if there is a > space in the value. So the following would work: > > set name=foo value=barbaz > set name=foo value="bar baz" > set name="foo bar" value=baz > > But the following fail: > > set name="foo" value="bar" > set name=foo value="bar" > set name="foo" value=bar > > This is a characteristic of the parsing algorithm implemented in > pkg.actions.fromstr. > > HTH. > Tom
Hurray, it works! :-) Include file parsing definitely calls for improvement - I like bug 2008 :) So, I've updated public Wiki with this info now. Hope it helps. http://www.opensolaris.org/os/community/sw-porters/port-indiana/indiana-ips/ Feel free to send me any comments and suggestions for improvements. I'll write some stupid tool to create include file filelists from DESTDIR area (target of make install) and post it for review here. Cheers Vit Hrachovy _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
