[64223] trunk/base/src/macports1.0/macports.tcl
jmr at macports.org
jmr at macports.org
Fri Feb 26 04:12:04 PST 2010
Revision: 64223
http://trac.macports.org/changeset/64223
Author: jmr at macports.org
Date: 2010-02-26 04:12:02 -0800 (Fri, 26 Feb 2010)
Log Message:
-----------
remove reference to portdbformat when it may not exist
Modified Paths:
--------------
trunk/base/src/macports1.0/macports.tcl
Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl 2010-02-26 08:54:09 UTC (rev 64222)
+++ trunk/base/src/macports1.0/macports.tcl 2010-02-26 12:12:02 UTC (rev 64223)
@@ -906,7 +906,7 @@
}
# init registry if needed
- if {$portdbformat == "sqlite"} {
+ if {${registry.format} == "receipt_sqlite"} {
registry::open [file join ${registry.path} registry registry.db]
# for the benefit of the portimage code that is called from multiple interpreters
global registry_open
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100226/3c294e42/attachment.html>
More information about the macports-changes
mailing list