Hi! Just to clarify for me about variants: should the syntax be port install <product> +variant or port install <product> +-variant Excuse my ignorance and disability to understand the documentation. bnilsson using MacPorts 1.5
On 2.8.2007, at 16.37, Bengt Nilsson wrote:
Hi!
Just to clarify for me about variants:
should the syntax be
port install <product> +variant
or
port install <product> +-variant
Excuse my ignorance and disability to understand the documentation.
bnilsson using MacPorts 1.5
Hi, choose the first one, e.g. if you want to install php5 with pear support, you write 'sudo port install php5 +pear'. PS There are no stupid questions, the same can't be said about answers. ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386
Bengt Nilsson wrote: [variant selection syntax] To enable a variant use +variant. port install foo +variant But if it is already selected by default_variants in the Portfile, and you need to disable it, you can use -variant, too. port install foo -variant HTH, Rainer
participants (3)
-
Bengt Nilsson
-
Jyrki Wahlstedt
-
Rainer Müller