Created attachment 184702 [details] extended patch I have the present patchfile patch-flexbackup extended to fix three little issues. 1. flexbackup shows a perl deprecated warning with perl 5.16 2. lzma support compression level 0 3. compress flags doesn't work, if you use afio+lzma
Comment on attachment 184702 [details] extended patch Port has no maintainer, implicit approval (pending QA)
Patch doesn't apply cleanly for me.
I have no problem with the patch, when i replace the file patch-flexbackup in the files-directory with the file from this bugreport and then build the port. If i patch the file manually with the patch-command i also have no issues. Here is the output: Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- flexbackup.orig 2003-10-10 14:12:09 UTC |+++ flexbackup -------------------------- Patching file flexbackup using Plan A... Hunk #1 succeeded at 133. Hunk #2 succeeded at 272. Hunk #3 succeeded at 445. Hunk #4 succeeded at 691. Hunk #5 succeeded at 707. Hunk #6 succeeded at 819. Hunk #7 succeeded at 840. Hunk #8 succeeded at 1053. Hunk #9 succeeded at 1158. Hunk #10 succeeded at 1304. Hunk #11 succeeded at 1354. Hunk #12 succeeded at 1370. Hunk #13 succeeded at 1660. Hunk #14 succeeded at 1686. Hunk #15 succeeded at 1806. Hunk #16 succeeded at 2688. Hunk #17 succeeded at 2718. Hunk #18 succeeded at 2768. Hunk #19 succeeded at 3021. Hunk #20 succeeded at 3089. Hunk #21 succeeded at 3104. Hunk #22 succeeded at 3258. Hunk #23 succeeded at 3280. Hunk #24 succeeded at 3447. Hunk #25 succeeded at 3474. Hunk #26 succeeded at 3822. Hunk #27 succeeded at 3830. Hunk #28 succeeded at 4884. Hunk #29 succeeded at 5279. Hunk #30 succeeded at 5287. Hunk #31 succeeded at 5305. Hunk #32 succeeded at 5349. Hunk #33 succeeded at 5459. Hunk #34 succeeded at 5749. done
(In reply to Lars Herschke from comment #3) It helps when port patches are generated from the port directory rather than something that we should copy into files/ ourselves which we cannot really automate. This is also outlined in the Porter's Handbook [1]. Anyway, committed. Thanks! [1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html#svn-diff
A commit references this bug: Author: tobik Date: Tue Jan 29 09:31:38 UTC 2019 New revision: 491550 URL: https://svnweb.freebsd.org/changeset/ports/491550 Log: sysutils/flexbackup: Fix some issues - flexbackup shows a perl deprecated warning with perl 5.16 - lzma support compression level 0 - compress flags do not work, if you use afio+lzma PR: 221003 Submitted by: Lars Herschke <lhersch@dssgmbh.de> Changes: head/sysutils/flexbackup/Makefile head/sysutils/flexbackup/files/patch-flexbackup
A commit references this bug: Author: tobik Date: Tue Jan 29 09:34:02 UTC 2019 New revision: 491551 URL: https://svnweb.freebsd.org/changeset/ports/491551 Log: MFH: r491550 sysutils/flexbackup: Fix some issues - flexbackup shows a perl deprecated warning with perl 5.16 - lzma support compression level 0 - compress flags do not work, if you use afio+lzma PR: 221003 Submitted by: Lars Herschke <lhersch@dssgmbh.de> Approved by: ports-secteam bug fix blanket Changes: _U branches/2019Q1/ branches/2019Q1/sysutils/flexbackup/Makefile branches/2019Q1/sysutils/flexbackup/files/patch-flexbackup