Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 454830 Details for
Bug 601368
app-backup/flexbackup breaks with >=app-arch/tar-1.29 when making tar-based backups
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild applies the above patch.
flexbackup-1.2.1-r13.ebuild (text/plain), 2.68 KB, created by
John R. Graham
on 2016-12-01 16:42:34 UTC
(
hide
)
Description:
Modified ebuild applies the above patch.
Filename:
MIME Type:
Creator:
John R. Graham
Created:
2016-12-01 16:42:34 UTC
Size:
2.68 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >inherit eutils versionator > >DESCRIPTION="Flexible backup script using perl" >HOMEPAGE="http://flexbackup.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~x86" >IUSE="" > >RDEPEND="app-arch/mt-st" >DEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > > # Patch from upstream adds optional lzma compression mode. > epatch "${FILESDIR}"/${P}-lzma.patch > > # Fix bug #116510: cannot back up remote machines after patch CAN-2005-2965 > epatch "${FILESDIR}"/${P}-secure-tempfile.patch > > # Fix bug #96334: incorrectly determines bash 3.x to be bash 1.x > epatch "${FILESDIR}"/${P}-bash.patch > > # Fix bug #171205: specifies wrong command line option for mbuffer / other small enhancements > epatch "${FILESDIR}"/${P}-mbuffer-switch.patch > > # Fix bug #173672: remote host buffer test is broken > epatch "${FILESDIR}"/${P}-remote-bufftest.patch > > # Fix bug #178126: subtle subtree pruning issue / other small issues > epatch "${FILESDIR}"/${P}-prune.patch > > # Fix bug #184560: fails to back up targets with spaces in their names in some modes > epatch "${FILESDIR}"/${P}-spaces-in-filenames.patch > > # Fix bug #190357: fails on very large files with afio back end > epatch "${FILESDIR}"/${P}-afio-large-files.patch > > # Fix bug #235416: prevent normal status message during conf file read from going to stderr > epatch "${FILESDIR}"/${P}-quieten.patch > > # Fix bug #331673: perl 5.12 deprecation warnings. > epatch "${FILESDIR}"/${P}-perl-5.12-deprecation-warning.patch > > # Fix bug #495232: perl 5.16 deprecation warnings. > epatch "${FILESDIR}"/${P}-perl-5.16-deprecation-warning.patch > > # Fix bug #601368: >=tar-1.29 Breaks flexbackup-1.2.1-r12 When Making tar-based Backups > epatch "${FILESDIR}"/${P}-tar-1.29.patch > > sed -i \ > -e '/^\$type = /s:afio:tar:' \ > -e "/^\$buffer = /s:'buffer':'false':" \ > flexbackup.conf \ > || die "Failed to set modified configuration defaults." > > MY_PV=$(replace_all_version_separators '_') > sed -i \ > -e "/^[[:blank:]]*my \$ver = /s:${MY_PV}:&-${PR}:" \ > flexbackup \ > || die "Failed to apply ebuild revision to internal version string." >} > >src_install() { > dodir /etc /usr/bin /usr/share/man/man{1,5} > emake install \ > PREFIX="${D}"/usr \ > CONFFILE="${D}"/etc/flexbackup.conf \ > || die "emake install failed" > > dodoc CHANGES CREDITS README TODO > dohtml faq.html >} > >pkg_postinst() { > elog "Please edit your /etc/flexbackup.conf file to suit your" > elog "needs. If you are using devfs, the tape device should" > elog "be set to /dev/tapes/tape0/mtn. If you need to use any" > elog "archiver other than tar, please emerge it separately." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 601368
:
454828
|
454830
|
454862