Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/amanda/files: amanda-2.5.2_p1-fix-asneeded.patch amanda-2.5.2_p1-chg-multi.patch
Date: Thu, 26 Jun 2008 01:20:40
Message-Id: E1KBgA5-0005GP-Dc@stork.gentoo.org
1 robbat2 08/06/26 01:20:33
2
3 Added: amanda-2.5.2_p1-fix-asneeded.patch
4 amanda-2.5.2_p1-chg-multi.patch
5 Log:
6 Fix bugs #212970, #192296, #217507. Text dbmode is the only one left supported by upstream.
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.1 app-backup/amanda/files/amanda-2.5.2_p1-fix-asneeded.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/files/amanda-2.5.2_p1-fix-asneeded.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/files/amanda-2.5.2_p1-fix-asneeded.patch?rev=1.1&content-type=text/plain
14
15 Index: amanda-2.5.2_p1-fix-asneeded.patch
16 ===================================================================
17 --- amanda-2.5.2_p1.orig/tape-src/Makefile.am 2007-05-04 11:39:08.000000000 +0000
18 +++ amanda-2.5.2_p1/tape-src/Makefile.am 2008-03-10 19:06:28.000000000 +0000
19 @@ -20,6 +20,8 @@ libamtape_la_SOURCES = output-file.c \
20
21 libamtape_la_LDFLAGS = -release $(VERSION)
22
23 +libamtape_la_LIBADD = ../common-src/libamanda.la
24 +
25 ###
26 # Because libamanda includes routines (e.g. regex) provided by some system
27 # libraries, and because of the way libtool sets up the command line, we
28 --- amanda-2.5.2_p1.orig/server-src/Makefile.am 2007-05-04 11:39:04.000000000 +0000
29 +++ amanda-2.5.2_p1/server-src/Makefile.am 2008-03-10 19:07:58.000000000 +0000
30 @@ -36,6 +36,8 @@ libamserver_la_SOURCES= amindex.c change
31
32 libamserver_la_LDFLAGS= -release $(VERSION)
33
34 +libamserver_la_LIBADD = ../tape-src/libamtape.la
35 +
36 ###
37 # Because libamanda includes routines (e.g. regex) provided by some system
38 # libraries, and because of the way libtool sets up the command line, we
39
40
41
42 1.1 app-backup/amanda/files/amanda-2.5.2_p1-chg-multi.patch
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/files/amanda-2.5.2_p1-chg-multi.patch?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/files/amanda-2.5.2_p1-chg-multi.patch?rev=1.1&content-type=text/plain
46
47 Index: amanda-2.5.2_p1-chg-multi.patch
48 ===================================================================
49 diff -Nuar amanda-2.5.2p1.orig/changer-src/chg-multi.sh.in amanda-2.5.2p1/changer-src/chg-multi.sh.in
50 --- amanda-2.5.2p1.orig/changer-src/chg-multi.sh.in 2007-05-17 10:38:34.000000000 -0700
51 +++ amanda-2.5.2p1/changer-src/chg-multi.sh.in 2008-06-25 14:57:04.000000000 -0700
52 @@ -325,7 +325,7 @@
53 echo $answer
54 exit 2
55 fi
56 - echo `_ ' -> offline'` "$device"` >> $logfile
57 + echo `_ ' -> offline'` "$device" >> $logfile
58 $MT $MTF $device offline >> $logfile 2>&1
59 if [ $? -ne 0 ]; then
60 answer=`_ '%s %s: %s: unable to change to slot %s' "$newslot" "$pname" "$device" "$curslot"`
61
62
63
64 --
65 gentoo-commits@l.g.o mailing list