[27892] trunk/base

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 15 12:44:13 PDT 2007


Revision: 27892
          http://trac.macosforge.org/projects/macports/changeset/27892
Author:   jmpp at macports.org
Date:     2007-08-15 12:44:13 -0700 (Wed, 15 Aug 2007)

Log Message:
-----------

Add www to the hierarchy as it is listed as a valid mtree entry in base/src/port1.0/portdestroot.tcl.
Also, add src in the latter, which lists allowed paths explicitly instead of raeding prefix.mtree to
figure them out (wouldn't that be a better approach?)

Modified Paths:
--------------
    trunk/base/doc/prefix.mtree.in
    trunk/base/src/port1.0/portdestroot.tcl

Modified: trunk/base/doc/prefix.mtree.in
===================================================================
--- trunk/base/doc/prefix.mtree.in	2007-08-15 19:37:41 UTC (rev 27891)
+++ trunk/base/doc/prefix.mtree.in	2007-08-15 19:44:13 UTC (rev 27892)
@@ -245,4 +245,6 @@
             ..
         ..
     ..
+    www
+    ..
 ..

Modified: trunk/base/src/port1.0/portdestroot.tcl
===================================================================
--- trunk/base/src/port1.0/portdestroot.tcl	2007-08-15 19:37:41 UTC (rev 27891)
+++ trunk/base/src/port1.0/portdestroot.tcl	2007-08-15 19:44:13 UTC (rev 27892)
@@ -229,7 +229,7 @@
 		ui_debug "checking for mtree violations"
 		set mtree_violation "no"
 
-		set prefixPaths [list bin etc include lib libexec sbin share var www Applications Developer Library]
+		set prefixPaths [list bin etc include lib libexec sbin share src var www Applications Developer Library]
 
 		set pathsToCheck [list /]
 		while {[llength $pathsToCheck] > 0} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070815/39f0c86f/attachment.html


More information about the macports-changes mailing list