SOURCES: eventum-paths.patch, eventum-irc-config.patch, eventum-me...

glen glen at pld-linux.org
Tue Jan 16 08:52:36 CET 2007


Author: glen                         Date: Tue Jan 16 07:52:36 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 20070116.3194

---- Files affected:
SOURCES:
   eventum-paths.patch (1.33 -> 1.34) , eventum-irc-config.patch (1.13 -> 1.14) , eventum-mem-limits.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/eventum-paths.patch
diff -u SOURCES/eventum-paths.patch:1.33 SOURCES/eventum-paths.patch:1.34
--- SOURCES/eventum-paths.patch:1.33	Thu Dec  7 21:11:37 2006
+++ SOURCES/eventum-paths.patch	Tue Jan 16 08:52:31 2007
@@ -9,15 +9,16 @@
  require_once(APP_INC_PATH . "class.command_line.php");
  require_once(APP_PEAR_PATH . "XML_RPC/RPC.php");
  
---- eventum-1.4.orig/misc/cli/config.inc.php	2005-01-26 00:00:58.000000000 +0200
-+++ eventum-1.4/misc/cli/config.inc.php	2005-01-25 23:57:39.000000000 +0200
-@@ -45,16 +45,10 @@
+--- eventum/misc/cli/config.inc.php~	2007-01-16 09:40:00.453108697 +0200
++++ eventum/misc/cli/config.inc.php	2007-01-16 09:39:31.922469000 +0200
+@@ -45,15 +45,9 @@
  }
  
  // definitions of path related variables
 - at define("APP_PATH", dirname(__FILE__) . '/');
+- at define("APP_INC_PATH", APP_PATH . "include/");
 + at define("APP_PATH", '/usr/share/eventum/cli/');
- @define("APP_INC_PATH", APP_PATH . "include/");
++ at define("APP_INC_PATH", APP_PATH);
  @define("APP_PEAR_PATH", APP_INC_PATH . "pear/");
 -if (stristr(PHP_OS, 'darwin')) {
 -    ini_set("include_path", ".:" . APP_PEAR_PATH);
@@ -27,33 +28,6 @@
 -    ini_set("include_path", ".:" . APP_PEAR_PATH);
 -}
 +ini_set("include_path", ".:" . APP_PEAR_PATH);
- 
- @define("APP_BENCHMARK", false);
- ?>
---- eventum-1.4/misc/cli/config.inc.php~	2005-02-22 21:35:52.000000000 +0200
-+++ eventum-1.4/misc/cli/config.inc.php	2005-02-22 21:44:10.000000000 +0200
-@@ -46,9 +46,9 @@
- 
- // definitions of path related variables
- @define("APP_PATH", '/usr/share/eventum/cli/');
-- at define("APP_INC_PATH", APP_PATH . "include/");
-+ at define("APP_INC_PATH", APP_PATH);
- @define("APP_PEAR_PATH", APP_INC_PATH . "pear/");
- ini_set("include_path", ".:" . APP_PEAR_PATH);
- 
- @define("APP_BENCHMARK", false);
--?>
-\ No newline at end of file
-+?>
---- ./misc/cli/config.inc.php~	2005-02-22 21:49:37.000000000 +0200
-+++ ./misc/cli/config.inc.php	2005-02-22 21:50:01.000000000 +0200
-@@ -47,7 +47,7 @@
- // definitions of path related variables
- @define("APP_PATH", '/usr/share/eventum/cli/');
- @define("APP_INC_PATH", APP_PATH);
-- at define("APP_PEAR_PATH", APP_INC_PATH . "pear/");
-+ at define("APP_PEAR_PATH", "/usr/share/pear/");
- ini_set("include_path", ".:" . APP_PEAR_PATH);
  
  @define("APP_BENCHMARK", false);
 --- ./misc/cli/eventum~	2005-01-24 17:49:25.000000000 +0200

================================================================
Index: SOURCES/eventum-irc-config.patch
diff -u SOURCES/eventum-irc-config.patch:1.13 SOURCES/eventum-irc-config.patch:1.14
--- SOURCES/eventum-irc-config.patch:1.13	Thu Dec  7 21:11:37 2006
+++ SOURCES/eventum-irc-config.patch	Tue Jan 16 08:52:31 2007
@@ -1,6 +1,6 @@
---- eventum-1.6.1/misc/irc/bot.php.orig	2005-09-17 17:28:04.000000000 +0300
-+++ eventum-1.6.1/misc/irc/bot.php	2005-09-17 17:49:09.000000000 +0300
-@@ -38,22 +39,19 @@
+--- eventum-1.6.1/misc/irc/bot.php	2005-09-17 17:49:09.000000000 +0300
++++ eventum/misc/irc/bot.php	2007-01-16 09:45:12.170099815 +0200
+@@ -39,22 +39,19 @@
  
  ini_set("memory_limit", "256M");
  
@@ -34,7 +34,7 @@
  
  // ============================================
  // ============================================
-@@ -269,7 +267,7 @@
+@@ -270,7 +267,7 @@
      function _getChannels($prj_id)
      {
          global $channels;
@@ -43,7 +43,7 @@
      }
      
      
-@@ -410,14 +408,16 @@
+@@ -411,10 +408,12 @@
  $irc->registerActionhandler(SMARTIRC_TYPE_QUERY, '^!?list-quarantined', $bot, 'listQuarantinedIssues');
  
  $irc->connect($irc_server_hostname, $irc_server_port);
@@ -59,19 +59,3 @@
  }
  $irc->listen();
  $irc->disconnect();
- 
- // release the lock
- Lock::release('irc_bot');
--?>
-\ No newline at end of file
-+?>
---- eventum-1.7.0/misc/irc/bot.php~	2005-12-30 00:22:37.000000000 +0200
-+++ eventum-1.7.0/misc/irc/bot.php	2005-12-30 00:23:17.000000000 +0200
-@@ -31,6 +31,7 @@
- ini_set("memory_limit", "256M");
- 
- require_once("../../config.inc.php");
-+require_once('/etc/eventum/irc.php');
- require_once(APP_INC_PATH . "db_access.php");
- require_once(APP_INC_PATH . "class.auth.php");
- require_once(APP_INC_PATH . "class.lock.php");

================================================================
Index: SOURCES/eventum-mem-limits.patch
diff -u SOURCES/eventum-mem-limits.patch:1.7 SOURCES/eventum-mem-limits.patch:1.8
--- SOURCES/eventum-mem-limits.patch:1.7	Thu Dec  7 21:11:37 2006
+++ SOURCES/eventum-mem-limits.patch	Tue Jan 16 08:52:31 2007
@@ -1,31 +1,34 @@
---- eventum-20060210/misc/route_drafts.php~	2006-02-11 07:27:35.000000000 +0200
-+++ eventum-20060210/misc/route_drafts.php	2006-02-11 07:28:23.000000000 +0200
-@@ -27,6 +27,7 @@
+--- eventum/misc/route_drafts.php~	2007-01-16 09:48:38.784735251 +0200
++++ eventum/misc/route_drafts.php	2007-01-16 09:49:05.325330706 +0200
+@@ -26,7 +26,8 @@
+ // +----------------------------------------------------------------------+
  //
  // @(#) $Id$
  //
 +ini_set('memory_limit', '1024M');
- require_once("../config.inc.php");
+ include_once(dirname(__FILE__) . "/../config.inc.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
---- eventum-20060210/misc/route_emails.php~	2006-02-11 07:27:35.000000000 +0200
-+++ eventum-20060210/misc/route_emails.php	2006-02-11 07:28:43.000000000 +0200
-@@ -27,6 +27,7 @@
+--- eventum/misc/route_emails.php~	2007-01-16 09:48:38.784735251 +0200
++++ eventum/misc/route_emails.php	2007-01-16 09:50:10.266787724 +0200
+@@ -26,7 +26,8 @@
+ // +----------------------------------------------------------------------+
  //
  // @(#) $Id$
  //
 +ini_set('memory_limit', '1024M');
- require_once("../config.inc.php");
+ include_once(dirname(__FILE__) . "/../config.inc.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
---- eventum-20060210/misc/route_notes.php~	2006-02-11 07:27:35.000000000 +0200
-+++ eventum-20060210/misc/route_notes.php	2006-02-11 07:28:54.000000000 +0200
-@@ -27,6 +27,7 @@
+--- eventum/misc/route_notes.php~	2007-01-16 09:48:38.784735251 +0200
++++ eventum/misc/route_notes.php	2007-01-16 09:51:11.358158379 +0200
+@@ -26,7 +26,8 @@
+ // +----------------------------------------------------------------------+
  //
  // @(#) $Id$
  //
 +ini_set('memory_limit', '1024M');
- require_once("../config.inc.php");
+ include_once(dirname(__FILE__) . "/../config.inc.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
 --- eventum-20060830/misc/download_emails.php	2006-09-05 00:11:48.396726556 +0300
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-paths.patch?r1=1.33&r2=1.34&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-irc-config.patch?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-mem-limits.patch?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list