Tim Lee wrote:
> How many ports actually contain darwin 8 or 9 variants?

$ port echo all |wc -l
    5551
$ port echo variant:darwin_8 |wc -l
     127
$ port echo variant:darwin_9 |wc -l
     128

> When overriding macosx_deployment_target, CFLAGS, and LDFLAGS, do
> these get appended to the macports environment or do they replace the
> macports environment vars?

When you specify these on the command line they override the Portfile,
but the Portfile overrides macports.conf.

The order is as follows:
  macports.conf < Portfile < command line

Where "<" means "overriden by", from left to right.

Rainer
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to