]> git.pld-linux.org Git - packages/eventum.git/blob - autoload.patch
up to 3.7.4-455-g6ab8617c3
[packages/eventum.git] / autoload.patch
1 --- eventum-3.7.4-440-gcc5ad3db5/vendor/composer/autoload_classmap.php~ 2019-08-21 23:35:48.930431880 +0300
2 +++ eventum-3.7.4-440-gcc5ad3db5/vendor/composer/autoload_classmap.php  2019-08-21 23:36:26.853221213 +0300
3 @@ -4,6 +4,7 @@
4  
5  $vendorDir = dirname(dirname(__FILE__));
6  $baseDir = dirname($vendorDir);
7 +$phpDir = PHP_DATADIR . '/php';
8  
9  return array(
10      'APIAuthToken' => $baseDir . '/lib/eventum/auth/APIAuthToken.php',
11 @@ -62,8 +62,6 @@
12      'News' => $baseDir . '/lib/eventum/class.news.php',
13      'Note' => $baseDir . '/lib/eventum/class.note.php',
14      'Notification' => $baseDir . '/lib/eventum/class.notification.php',
15 -    'PHPlot' => $vendorDir . '/phplot/phplot/phplot.php',
16 -    'PHPlot_truecolor' => $vendorDir . '/phplot/phplot/phplot.php',
17      'Pager' => $baseDir . '/lib/eventum/class.pager.php',
18      'Partner' => $baseDir . '/lib/eventum/class.partner.php',
19      'Phone_Support' => $baseDir . '/lib/eventum/class.phone_support.php',
20 @@ -128,7 +128,6 @@
21      'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php',
22      'Setup' => $baseDir . '/lib/eventum/class.setup.php',
23      'Severity' => $baseDir . '/lib/eventum/class.severity.php',
24 -    'SphinxClient' => $vendorDir . '/sphinx/php-sphinxapi/sphinxapi.php',
25      'Sphinx_Fulltext_Search' => $baseDir . '/lib/eventum/search/class.sphinx_fulltext_search.php',
26      'SqlFormatter' => $vendorDir . '/jdorn/sql-formatter/lib/SqlFormatter.php',
27      'Stats' => $baseDir . '/lib/eventum/class.stats.php',
28 @@ -142,4 +141,9 @@
29      'UserSeeder' => $baseDir . '/db/seeds/UserSeeder.php',
30      'Validation' => $baseDir . '/lib/eventum/class.validation.php',
31      'Workflow' => $baseDir . '/lib/eventum/class.workflow.php',
32 +
33 +    // external deps
34 +    'PHPlot' => $phpDir .'/phplot/phplot.php',
35 +    'Smarty' => $phpDir. '/Smarty3/Smarty.class.php',
36 +    'SphinxClient' => $phpDir . '/sphinxapi.php',
37  );
38 --- eventum-3.7.2/vendor/composer/autoload_files.php~   2019-07-06 20:22:42.000000000 +0300
39 +++ eventum-3.7.2/vendor/composer/autoload_files.php    2019-07-06 20:32:18.581001458 +0300
40 @@ -4,6 +4,7 @@
41  
42  $vendorDir = dirname(dirname(__FILE__));
43  $baseDir = dirname($vendorDir);
44 +$phpDir = PHP_DATADIR . '/php';
45  
46  return array(
47      '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
48 @@ -13,8 +14,6 @@
49      '028fdea3165c4ba1ecccc83b7fec69fc' => $vendorDir . '/cakephp/collection/functions.php',
50      '948ad5488880985ff1c06721a4e447fe' => $vendorDir . '/cakephp/utility/bootstrap.php',
51      '2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
52 -    'f084d01b0a599f67676cffef638aa95b' => $vendorDir . '/smarty/smarty/libs/bootstrap.php',
53 -    'b2b3f01361f3aaeab67fde08ae76446f' => $vendorDir . '/smarty-gettext/smarty-gettext/block.t.php',
54 -    'd3114450b53a83020e2822546c24e1ad' => $vendorDir . '/smarty-gettext/smarty-gettext/function.locale.php',
55      'd12685060d57775f2bc3adf90c7d62bd' => $baseDir . '/lib/eventum/gettext.php',
56 +    'b2b3f01361f3aaeab67fde08ae76446f' => $phpDir. '/Smarty3/plugins/block.t.php',
57  );
58 --- eventum-3.7.2-52-g4b3cb3541/vendor/composer/autoload_psr4.php~      2019-08-02 00:49:33.602293956 +0300
59 +++ eventum-3.7.2-52-g4b3cb3541/vendor/composer/autoload_psr4.php       2019-08-02 00:51:06.877611283 +0300
60 @@ -4,10 +4,10 @@
61  
62  $vendorDir = dirname(dirname(__FILE__));
63  $baseDir = dirname($vendorDir);
64 +$phpDir = PHP_DATADIR . '/php';
65  
66  return array(
67      'malkusch\\lock\\' => array($vendorDir . '/malkusch/lock/classes'),
68 -    'glen\\FilenameNormalizer\\Test\\' => array($vendorDir . '/glen/filename-normalizer/tests'),
69      'glen\\FilenameNormalizer\\' => array($vendorDir . '/glen/filename-normalizer/src'),
70      'Zend\\Validator\\' => array($vendorDir . '/zendframework/zend-validator/src'),
71      'Zend\\Stdlib\\' => array($vendorDir . '/zendframework/zend-stdlib/src'),
72 @@ -51,7 +51,6 @@
73      'Silly\\' => array($vendorDir . '/mnapoli/silly/src'),
74      'Seld\\Signal\\' => array($vendorDir . '/seld/signal-handler/src'),
75      'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
76 -    'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
77      'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
78      'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
79      'Port\\Tests\\' => array($vendorDir . '/portphp/portphp/tests'),
80 @@ -66,7 +66,6 @@
81      'Phlib\\Flysystem\\Pdo\\' => array($vendorDir . '/phlib/flysystem-pdo/src'),
82      'Phinx\\' => array($vendorDir . '/robmorgan/phinx/src/Phinx'),
83      'PackageVersions\\' => array($vendorDir . '/ocramius/package-versions/src/PackageVersions'),
84 -    'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
85      'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
86      'League\\CommonMark\\Ext\\TaskList\\' => array($vendorDir . '/league/commonmark-ext-task-list/src'),
87      'League\\CommonMark\\Ext\\Table\\' => array($vendorDir . '/league/commonmark-ext-table/src'),
88 @@ -45,7 +53,6 @@
89      'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'),
90      'Invoker\\' => array($vendorDir . '/php-di/invoker/src'),
91      'Interop\\Container\\' => array($vendorDir . '/container-interop/container-interop/src/Interop/Container'),
92 -    'Eventum\\Test\\' => array($baseDir . '/tests'),
93      'Eventum\\' => array($baseDir . '/src'),
94      'EmailReplyParser\\' => array($vendorDir . '/willdurand/email-reply-parser/src/EmailReplyParser'),
95      'Ds\\' => array($vendorDir . '/php-ds/php-ds/src'),
96 @@ -60,2 +58,5 @@
97      'Cake\\Cache\\' => array($vendorDir . '/cakephp/cache'),
98 +
99 +    'Monolog\\' => array($phpDir . '/Monolog'),
100 +    'Psr\\Log\\' => array($phpDir. '/Psr/Log'),
101  );
102 --- eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php~      2019-03-26 09:59:16.000000000 +0200
103 +++ eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php       2019-03-26 13:18:14.402093309 +0200
104 @@ -23,7 +23,7 @@
105          self::$loader = $loader = new \Composer\Autoload\ClassLoader();
106          spl_autoload_unregister(array('ComposerAutoloaderInitEventumCore', 'loadClassLoader'));
107  
108 -        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
109 +        $useStaticLoader = false; // autoload_static.php patching is annoying and not worth the effort
110          if ($useStaticLoader) {
111              require_once __DIR__ . '/autoload_static.php';
112  
This page took 0.292333 seconds and 3 git commands to generate.