Update to version 0.9.13.
converters/pdf2djvu: update to version 0.9.13 - Remove three patch files from Gentoo that were committed upstream [1] - Remove a patch file that was committed upstream [2] [1] https://gitweb.gentoo.org/repo/gentoo.git/tree/app-text/pdf2djvu/files?id=0e6cc96473139bafe29e197e55996beb505dd21d [2] https://github.com/jwilk/pdf2djvu/commit/5f7e01324b6b982856505ebca764c8553cf984e1 Patch file will be created after Bug 238780 get committed.
Created attachment 208501 [details] Patch file generated with svn diff
Created attachment 208504 [details] Poudriere log
A commit references this bug: Author: kai Date: Mon Oct 28 08:01:24 UTC 2019 New revision: 515847 URL: https://svnweb.freebsd.org/changeset/ports/515847 Log: converters/pdf2djvu: Update to 0.9.13 Remove now obsolete patches that were merged by upstream: * Build fixes for graphics/poppler >= 0.76.0 * Improvement of build-time logging While I'm here: * Add path to LICENSE_FILE * Fix no-op occurence of DOCS_DESC Changelog: https://github.com/jwilk/pdf2djvu/blob/0.9.13/doc/changelog PR: 239366 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer) MFH: 2019Q4 Changes: head/converters/pdf2djvu/Makefile head/converters/pdf2djvu/distinfo head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-1.patch head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-2.patch head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-3.patch head/converters/pdf2djvu/files/patch-tools_install-manpages
Committed to the head branch, thank you for the patch! Still waiting for approval from the ports-secteam to merge the changes into the 2019Q4 branch. P.S.: There's no need to increase the PORTREVISION if the {PORT,DIST}VERSION is increased. In that case PORTREVISION is reset back to "0".
A commit references this bug: Author: kai Date: Wed Oct 30 00:04:05 UTC 2019 New revision: 516041 URL: https://svnweb.freebsd.org/changeset/ports/516041 Log: MFH: r514602 r515847 converters/pdf2djvu: fix build on GCC architectures When compiling with GCC, as used on GCC architectures, it errors with: sys-uuid.cc:96:12: error: 'strlen' was not declared in this scope assert(strlen(s) == 36U); ^~~~~~ sys-uuid.cc:96:12: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'? converters/pdf2djvu: Update to 0.9.13 Remove now obsolete patches that were merged by upstream: * Build fixes for graphics/poppler >= 0.76.0 * Improvement of build-time logging While I'm here: * Add path to LICENSE_FILE * Fix no-op occurence of DOCS_DESC Changelog: https://github.com/jwilk/pdf2djvu/blob/0.9.13/doc/changelog PR: 239366 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer) Approved by: ports-secteam (miwi) Changes: _U branches/2019Q4/ branches/2019Q4/converters/pdf2djvu/Makefile branches/2019Q4/converters/pdf2djvu/distinfo branches/2019Q4/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-1.patch branches/2019Q4/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-2.patch branches/2019Q4/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-3.patch branches/2019Q4/converters/pdf2djvu/files/patch-sys-uuid.cc branches/2019Q4/converters/pdf2djvu/files/patch-tools_install-manpages
Committed to the 2019Q4 branch (with the build fix for GCC platforms from bug #238780), all done!
(In reply to Kai Knoblich from comment #7) Thank you very much!
(In reply to Kai Knoblich from comment #5) >P.S.: There's no need to increase the PORTREVISION if the {PORT,DIST}VERSION is increased. In that case PORTREVISION is reset back to "0". Thanks for the reminder.