]> git.pld-linux.org Git - packages/Azureus.git/blobdiff - Azureus-nomacosx.patch
- updated
[packages/Azureus.git] / Azureus-nomacosx.patch
index 496b168909d7d750a5600487bba4780b36428821..2e46e0ac5d774af4ee660953593368677ca60daf 100644 (file)
@@ -1,10 +1,52 @@
---- Azureus.old/org/gudy/azureus2/platform/PlatformManagerFactory.java 2006-03-08 17:34:20.000000000 +0100
-+++ Azureus/org/gudy/azureus2/platform/PlatformManagerFactory.java     2006-03-08 19:15:36.000000000 +0100
-@@ -52,7 +52,6 @@
-                                               \r
-                                       }else if( getPlatformType() == PlatformManager.PT_MACOSX ){\r
-                                               \r
--                          platform_manager = org.gudy.azureus2.platform.macosx.PlatformManagerImpl.getSingleton();\r
-                           \r
-                                       }\r
-                               }catch( PlatformManagerException e ){\r
+--- Azureus-2.5.0.0/org/gudy/azureus2/platform/PlatformManagerFactory.java     2007-11-25 15:39:42.205443677 +0200
++++ Azureus-2.5.0.0-new/org/gudy/azureus2/platform/PlatformManagerFactory.java 2007-11-25 15:38:20.288611441 +0200
+@@ -43,33 +43,8 @@
+               try{
+                       class_mon.enter();
+               
+-                      if ( platform_manager == null ){
+-                                                                                
+-                              try{
+-                                      if ( getPlatformType() == PlatformManager.PT_WINDOWS ){
+-                                              
+-                                              platform_manager = org.gudy.azureus2.platform.win32.PlatformManagerImpl.getSingleton();
+-                                              
+-                                      }else if( getPlatformType() == PlatformManager.PT_MACOSX ){
+-                                              
+-                          platform_manager = org.gudy.azureus2.platform.macosx.PlatformManagerImpl.getSingleton();
+-                          
+-                                      }
+-                              }catch( PlatformManagerException e ){
+-                                      
+-                                              // exception will already have been logged
+-                                      
+-                              }catch( Throwable e ){
+-                                      
+-                                      Debug.printStackTrace(e);
+-                              }
+-                      }
+-                      
+-                      if ( platform_manager == null ){
+-                              
+-                              platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton();
+-                      }
+-                      
++                      platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton();
++
+                       return( platform_manager );
+                       
+               }finally{
+--- Azureus-2.5.0.0/org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java 2007-11-25 15:39:46.665271213 +0200
++++ Azureus-2.5.0.0-new/org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java     2007-11-25 15:34:51.806673540 +0200
+@@ -131,11 +131,6 @@
+                                       "azbpcorepatcher", 
+                                       "CorePatcher",
+                                       "true" },
+-                      {        PluginManagerDefaults.PID_PLATFORM_CHECKER, 
+-                                      "org.gudy.azureus2.platform.win32.PlatformManagerUpdateChecker", 
+-                                      "azplatform2", 
+-                                      "azplatform2",
+-                                      "true" },
+                       //{      PluginManagerDefaults.PID_JPC, 
+                               //      "com.aelitis.azureus.plugins.jpc.JPCPlugin", 
+                               //      "azjpc", 
This page took 0.046035 seconds and 4 git commands to generate.