summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-01-26 20:45:45 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-01-26 20:45:45 +0000
commit778b0e5b19783e79273d0251285dfae79bc58b10 (patch)
treee162613d2968dc174d363596055aab0c5180ccc6 /www-apps/lxr/files
parentUpdate description. (diff)
downloadhistorical-778b0e5b19783e79273d0251285dfae79bc58b10.tar.gz
historical-778b0e5b19783e79273d0251285dfae79bc58b10.tar.bz2
historical-778b0e5b19783e79273d0251285dfae79bc58b10.zip
Fixes for bug #108924.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'www-apps/lxr/files')
-rw-r--r--www-apps/lxr/files/digest-lxr-0.9.4-r1 (renamed from www-apps/lxr/files/digest-lxr-0.9.4)0
-rw-r--r--www-apps/lxr/files/initdb-mysql.patch13
2 files changed, 13 insertions, 0 deletions
diff --git a/www-apps/lxr/files/digest-lxr-0.9.4 b/www-apps/lxr/files/digest-lxr-0.9.4-r1
index 9aacef82f7a8..9aacef82f7a8 100644
--- a/www-apps/lxr/files/digest-lxr-0.9.4
+++ b/www-apps/lxr/files/digest-lxr-0.9.4-r1
diff --git a/www-apps/lxr/files/initdb-mysql.patch b/www-apps/lxr/files/initdb-mysql.patch
new file mode 100644
index 000000000000..8c35593017b8
--- /dev/null
+++ b/www-apps/lxr/files/initdb-mysql.patch
@@ -0,0 +1,13 @@
+--- initdb-mysql 2004-07-20 11:31:24.000000000 -0400
++++ initdb-mysql.patched 2006-01-26 15:41:43.000000000 -0500
+@@ -34,8 +34,8 @@ create table lxr_indexes (
+
+ create table lxr_releases
+ (fileid int not null references lxr_files,
+- release char(255) binary not null,
+- primary key (fileid,release)
++ `release` char(255) binary not null,
++ primary key (fileid,`release`)
+ );
+
+ create table lxr_useage