Re: How to find default variants

2014-07-07 Thread Jerry
On Jul 5, 2014, at 8:17 PM, Ryan Schmidt wrote: > > On Jul 5, 2014, at 7:54 PM, Jeremy Lavergne wrote: > >> Port variants. It indicates which variants are on based on your variants.conf > > ...and based on the port's defaults. For example: > > > $ port variants xorg-libxcb > xorg-libxcb has

Re: How to find default variants

2014-07-05 Thread Ryan Schmidt
On Jul 5, 2014, at 7:54 PM, Jeremy Lavergne wrote: > Port variants. It indicates which variants are on based on your variants.conf ...and based on the port's defaults. For example: $ port variants xorg-libxcb xorg-libxcb has the variants: docs: Install extra documentation python25: Use p

Re: How to find default variants

2014-07-05 Thread Jeremy Lavergne
Port variants. It indicates which variants are on based on your variants.conf On July 5, 2014 8:52:08 PM EDT, Jerry wrote: >Before installing a port, how does one discover the default variants >for that port? I gather that one could search the port text file for >"default_variants" but it seems l

How to find default variants

2014-07-05 Thread Jerry
Before installing a port, how does one discover the default variants for that port? I gather that one could search the port text file for "default_variants" but it seems like there should be a command for this, perhaps port default_variants foo. Jerry ___