[137353] branches/gsoc15-dependency/base

ijackson at macports.org ijackson at macports.org
Wed Jun 10 00:34:39 PDT 2015


Revision: 137353
          https://trac.macports.org/changeset/137353
Author:   ijackson at macports.org
Date:     2015-06-10 00:34:39 -0700 (Wed, 10 Jun 2015)
Log Message:
-----------
Add option for libsolv 'l'
Add description to doc/port.1.txt for libsolv option.

Modified Paths:
--------------
    branches/gsoc15-dependency/base/doc/port.1.txt
    branches/gsoc15-dependency/base/src/port/port.tcl

Modified: branches/gsoc15-dependency/base/doc/port.1.txt
===================================================================
--- branches/gsoc15-dependency/base/doc/port.1.txt	2015-06-10 07:03:27 UTC (rev 137352)
+++ branches/gsoc15-dependency/base/doc/port.1.txt	2015-06-10 07:34:39 UTC (rev 137353)
@@ -201,6 +201,8 @@
     argument is '-', then read commands from stdin. If the option is given
     multiple times, then multiple files will be read.
 
+-l::
+    Use libsolv SAT-Solver.
 
 USER TARGETS
 ------------

Modified: branches/gsoc15-dependency/base/src/port/port.tcl
===================================================================
--- branches/gsoc15-dependency/base/src/port/port.tcl	2015-06-10 07:03:27 UTC (rev 137352)
+++ branches/gsoc15-dependency/base/src/port/port.tcl	2015-06-10 07:34:39 UTC (rev 137353)
@@ -4566,6 +4566,10 @@
                         }
                         break
                     }
+                    l {
+                      ## Option for libsolv
+                      set global_options(ports_depengine) "libsolv"
+                    }
                     default {
                         print_usage; exit 1
                     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150610/fe897a16/attachment.html>


More information about the macports-changes mailing list