# HG changeset patch # User gpoirier # Date 1161630413 0 # Node ID c96e99bef4dde18fe6530f065c9c35f7fcd94b11 # Parent f4518826ea84526893c495c1e92190750b8dc1c8 s/DarwinPorts/MacPorts/ diff -r f4518826ea84 -r c96e99bef4dd DOCS/xml/en/ports.xml --- a/DOCS/xml/en/ports.xml Mon Oct 23 16:46:16 2006 +0000 +++ b/DOCS/xml/en/ports.xml Mon Oct 23 19:06:53 2006 +0000 @@ -711,15 +711,15 @@ There are at least two to choose from: Fink and -DarwinPorts. +MacPorts. Both of them provide about the same service (i.e. a lot of packages to choose from, dependency resolution, the ability to simply add/update/remove packages, etc...). Fink offers both precompiled binary packages or building everything from -source, whereas DarwinPorts only offers building from source. -The author of this guide chose DarwinPorts for the simple fact that its basic +source, whereas MacPorts only offers building from source. +The author of this guide chose MacPorts for the simple fact that its basic setup was more lightweight. -Later examples will be based on DarwinPorts. +Later examples will be based on MacPorts. @@ -736,7 +736,7 @@ configure script (note the PKG_CONFIG_PATH and PATH environment variables so that configure finds the -libraries installed with DarwinPorts): +libraries installed with MacPorts): PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ PATH=$PATH:/opt/local/bin/ ./configure