From 46b6d2ba846a0e8ea47e0de6da3946d673aa7c79 Mon Sep 17 00:00:00 2001 From: Martin Mokrejs Date: Wed, 11 May 2011 10:58:07 +0200 Subject: sci-biology/gbrowse-2.26: fixed sanbox violation but webap-config bug pops up afterwards (happens later during install) (Portage version: 2.1.9.43/git/Linux i686, unsigned Manifest commit) --- ...m-disable-gbrowse_metadb_config.pl.pm-2.26.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sci-biology/gbrowse/files/GBrowseInstall.pm-disable-gbrowse_metadb_config.pl.pm-2.26.patch (limited to 'sci-biology/gbrowse/files/GBrowseInstall.pm-disable-gbrowse_metadb_config.pl.pm-2.26.patch') diff --git a/sci-biology/gbrowse/files/GBrowseInstall.pm-disable-gbrowse_metadb_config.pl.pm-2.26.patch b/sci-biology/gbrowse/files/GBrowseInstall.pm-disable-gbrowse_metadb_config.pl.pm-2.26.patch new file mode 100644 index 000000000..0dde70406 --- /dev/null +++ b/sci-biology/gbrowse/files/GBrowseInstall.pm-disable-gbrowse_metadb_config.pl.pm-2.26.patch @@ -0,0 +1,21 @@ +--- install_util/GBrowseInstall.pm.ori 2011-05-11 04:10:08.000000000 +0200 ++++ install_util/GBrowseInstall.pm 2011-05-11 04:10:26.000000000 +0200 +@@ -463,12 +463,12 @@ + + my $base = basename($self->install_path->{htdocs}); + +- # Configure the databases, if needed. +- print STDERR "Updating user account database...\n"; +- my $metadb_script = File::Spec->catfile("bin", "gbrowse_metadb_config.pl"); +- my $perl = $self->perl; +- my @inc = map{"-I$_"} split ':',$self->added_to_INC; +- system $perl,@inc,$metadb_script; ++# # Configure the databases, if needed. ++# print STDERR "Updating user account database...\n"; ++# my $metadb_script = File::Spec->catfile("bin", "gbrowse_metadb_config.pl"); ++# my $perl = $self->perl; ++# my @inc = map{"-I$_"} split ':',$self->added_to_INC; ++# system $perl,@inc,$metadb_script; + + # if (Module::Build->y_n( + # "It is recommended that you restart Apache. Shall I try this for you?",'y' -- cgit v1.2.3-65-gdbad