diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-09-02 17:05:16 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-09-02 17:05:16 +0000 |
commit | 31b0e0a948ac1b37d470122fdb8bd2166dc892e4 (patch) | |
tree | cd3e5b8ac5bac70398ffdf62b3642e846b15e4ad /www-apps/rt | |
parent | Keyword modification, see changelog for details (diff) | |
download | historical-31b0e0a948ac1b37d470122fdb8bd2166dc892e4.tar.gz historical-31b0e0a948ac1b37d470122fdb8bd2166dc892e4.tar.bz2 historical-31b0e0a948ac1b37d470122fdb8bd2166dc892e4.zip |
Added a warning about innodb support, suggest putting PERL5LIB in apache configs
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/rt/Manifest | 6 | ||||
-rw-r--r-- | www-apps/rt/files/postinstall-en.txt | 5 | ||||
-rw-r--r-- | www-apps/rt/rt-3.2.1.ebuild | 3 |
4 files changed, 15 insertions, 6 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index 9b7db7cdf5e7..2c37053d728f 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/rt # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.3 2004/08/27 21:15:14 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.4 2004/09/02 17:05:16 rl03 Exp $ + + 02 Sep 2004; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt, + rt-3.2.1.ebuild: + Warn about MySQL with Innodb (closes bug #62591). Suggest adding PERL5LIB to + Apache configs (closes bug #62592). 27 Aug 2004; Renat Lumpau <rl03@gentoo.org> rt-3.2.1.ebuild: HTML-Mason always pulls in libapreq, so IUSE="apache2" doesn't work. See bug diff --git a/www-apps/rt/Manifest b/www-apps/rt/Manifest index e556a8864ea2..57c1764544f4 100644 --- a/www-apps/rt/Manifest +++ b/www-apps/rt/Manifest @@ -1,6 +1,6 @@ -MD5 5c8c749dba329d8d635da7d7ffec2626 rt-3.2.1.ebuild 4152 -MD5 3d3707b276cc6b8262d3491c1dd1ce2b ChangeLog 810 +MD5 784246e318a15ce2550810c88dc86af4 rt-3.2.1.ebuild 4196 +MD5 523e43eb800ef22c5d363a948f9c58a3 ChangeLog 1019 MD5 224c312cc23d02aa06c26a4da3cc1f90 metadata.xml 221 -MD5 6737ba4198d78323c15c8b23da1dd323 files/postinstall-en.txt 1559 +MD5 15fc088b37155656e008679f3c07eea7 files/postinstall-en.txt 1648 MD5 5f5c3f76ea4676e743612e38341780fe files/digest-rt-3.2.1 61 MD5 f3a7e71b3e399dfd74c836b49601490a files/reconfig 1003 diff --git a/www-apps/rt/files/postinstall-en.txt b/www-apps/rt/files/postinstall-en.txt index c5c9ea4d099b..e2f9ad510ff6 100644 --- a/www-apps/rt/files/postinstall-en.txt +++ b/www-apps/rt/files/postinstall-en.txt @@ -22,7 +22,9 @@ In your postgresql.conf, set tcpip_socket = true, port = 5432 *********************************************************** 2. Read the README to configure your webserver for RT. For the impatient: -put this in ${MY_INSTALLDIR}/.htaccess +put this in ${MY_INSTALLDIR}/.htaccess (although you really should put it in +your Apache configs) + AddDefaultCharset UTF-8 PerlModule Apache::DBI @@ -30,6 +32,7 @@ PerlRequire /usr/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason +PerlSetEnv PERL5LIB /usr/lib *********************************************************** 3. Restart your webserver (e.g., for Apache: /etc/init.d/apache restart ) diff --git a/www-apps/rt/rt-3.2.1.ebuild b/www-apps/rt/rt-3.2.1.ebuild index 54c8d81c44bb..e81340591fce 100644 --- a/www-apps/rt/rt-3.2.1.ebuild +++ b/www-apps/rt/rt-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.2 2004/08/27 21:15:14 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.3 2004/09/02 17:05:16 rl03 Exp $ inherit webapp eutils @@ -79,6 +79,7 @@ pkg_setup() { # ewarn "but if your RT breaks, you get to keep the pieces." # ewarn # fi + ewarn "RT needs MySQL with innodb support" ewarn ewarn "If you are upgrading from an existing _RT2_ installation," ewarn "stop this ebuild (Ctrl-C now), download the upgrade tool," |