gentoo-ebuilds/app-backup/amanda/files/amanda-3.5.4-remove-amanda-message-severity-use.patch
Doug Nazar c744889dde
app-backup/amanda: Misc fixes
Fix GCC 14 compilation (-Wincompatible-pointer-types)
Fix Perl warnings (removed unneeded use statements)
Fix Perl 5.40 invocation of finished_cb (Tim Buchheim)
Fix QA warning about using NULL variable
Fix ndmp requires rpcgen

Signed-off-by: Doug Nazar <nazard@nazar.ca>
Closes: https://bugs.gentoo.org/933742
Closes: https://bugs.gentoo.org/939202
Closes: https://bugs.gentoo.org/933756
Closes: https://github.com/gentoo/gentoo/pull/39104
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-12-04 20:24:05 +02:00

22 lines
992 B
Diff

diff '--color=auto' -ur amanda-tag-community-3.5.4.orig/perl/Amanda/Tapelist.swg amanda-tag-community-3.5.4/perl/Amanda/Tapelist.swg
--- amanda-tag-community-3.5.4.orig/perl/Amanda/Tapelist.swg 2023-07-26 06:27:30.000000000 -0400
+++ amanda-tag-community-3.5.4/perl/Amanda/Tapelist.swg 2024-10-24 23:48:21.920655197 -0400
@@ -52,7 +52,6 @@
use Amanda::Config qw( config_dir_relative );
use File::Copy;
use Fcntl qw(:flock); # import LOCK_* constants
-use Amanda::Message qw( :severity );
## package functions
diff '--color=auto' -ur amanda-tag-community-3.5.4.orig/server-src/amtape.pl amanda-tag-community-3.5.4/server-src/amtape.pl
--- amanda-tag-community-3.5.4.orig/server-src/amtape.pl 2023-07-26 06:27:30.000000000 -0400
+++ amanda-tag-community-3.5.4/server-src/amtape.pl 2024-10-24 23:49:22.789728432 -0400
@@ -39,7 +39,6 @@
use Amanda::Recovery::Scan;
use Amanda::Interactivity;
use Amanda::Tapelist;
-use Amanda::Message qw( :severity );
my $exit_status = 0;
my $tl;