SOURCES: phpgacl-adodb.patch (NEW), phpgacl-cache_lite.patch (NEW)...
glen
glen at pld-linux.org
Sun Mar 12 18:38:04 CET 2006
Author: glen Date: Sun Mar 12 17:38:04 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use system packages
---- Files affected:
SOURCES:
phpgacl-adodb.patch (NONE -> 1.1) (NEW), phpgacl-cache_lite.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/phpgacl-adodb.patch
diff -u /dev/null SOURCES/phpgacl-adodb.patch:1.1
--- /dev/null Sun Mar 12 18:38:04 2006
+++ SOURCES/phpgacl-adodb.patch Sun Mar 12 18:37:59 2006
@@ -0,0 +1,11 @@
+--- phpgacl-3.3.4/gacl.class.php~ 2004-11-29 05:38:39.000000000 +0200
++++ phpgacl-3.3.4/gacl.class.php 2006-03-12 19:26:01.000000000 +0200
+@@ -35,7 +35,7 @@
+ * Path to ADODB.
+ */
+ if ( !defined('ADODB_DIR') ) {
+- define('ADODB_DIR', dirname(__FILE__).'/adodb');
++ define('ADODB_DIR', '/usr/share/php/adodb');
+ }
+
+ /**
================================================================
Index: SOURCES/phpgacl-cache_lite.patch
diff -u /dev/null SOURCES/phpgacl-cache_lite.patch:1.1
--- /dev/null Sun Mar 12 18:38:04 2006
+++ SOURCES/phpgacl-cache_lite.patch Sun Mar 12 18:37:59 2006
@@ -0,0 +1,12 @@
+use system Cache_Lite instead of bundled Cache_Lite-1.3.1
+--- phpgacl-3.3.4/Cache_Lite/Hashed_Cache_Lite.php~ 2004-11-08 02:47:05.000000000 +0200
++++ phpgacl-3.3.4/Cache_Lite/Hashed_Cache_Lite.php 2006-03-12 19:34:02.000000000 +0200
+@@ -27,7 +27,7 @@
+ * http://phpgacl.sourceforge.net/
+ *
+ */
+-require_once(dirname(__FILE__) .'/Lite.php');
++require_once 'Cache/Lite.php';
+
+ define('DIR_SEP',DIRECTORY_SEPARATOR);
+
================================================================
More information about the pld-cvs-commit
mailing list