Author: wade
Date: 2006-07-19 13:54:34 -0400 (Wed, 19 Jul 2006)
New Revision: 62759

Modified:
   trunk/mono/ChangeLog
   trunk/mono/scripts/mono-find-provides.in
Log:
* scripts/mono-find-provides.in: Remove support for only scanning files in the 
gac.
The problem is that mono apps are often broken up into subpackages, and deps 
can only
be resolved if the assemblies are in the gac, even when they sometimes 
shouldn't be.
(See https://bugzilla.novell.com/show_bug.cgi?id=144655)



Modified: trunk/mono/ChangeLog
===================================================================
--- trunk/mono/ChangeLog        2006-07-19 17:52:25 UTC (rev 62758)
+++ trunk/mono/ChangeLog        2006-07-19 17:54:34 UTC (rev 62759)
@@ -1,3 +1,10 @@
+2006-07-19  Wade Berrier <[EMAIL PROTECTED]>
+
+       * scripts/mono-find-provides.in: Remove support for only scanning files 
in the gac.
+       The problem is that mono apps are often broken up into subpackages, and 
deps can only
+       be resolved if the assemblies are in the gac, even when they sometimes 
shouldn't be.
+       (See https://bugzilla.novell.com/show_bug.cgi?id=144655)
+
 2006-07-19  Zoltan Varga  <[EMAIL PROTECTED]>
 
        * configure.in: Applied patch from Sergey Tikhonov <[EMAIL PROTECTED]>. 
Beginning

Modified: trunk/mono/scripts/mono-find-provides.in
===================================================================
--- trunk/mono/scripts/mono-find-provides.in    2006-07-19 17:52:25 UTC (rev 
62758)
+++ trunk/mono/scripts/mono-find-provides.in    2006-07-19 17:54:34 UTC (rev 
62759)
@@ -14,7 +14,8 @@
 
 # Only include files with /gac/ in path
 #  (Allows packages to contain private assemblies that don't conflict with 
other packages)
-monolist=($(printf "%s\n" "[EMAIL PROTECTED]" | egrep "/gac/"))
+#monolist=($(printf "%s\n" "[EMAIL PROTECTED]" | egrep "/gac/"))
+# Disabled... see ChangeLog
 
 a=`which "$0"`
 d=`dirname "$a"`

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to