Created attachment 235033 [details] Patch for print/py-frescobaldi to 3.2
- Update to version 3.2 - Add new dependency on graphics/py-qpageview - Add patch removing the check for midi functionality leading to segfault
Hi, Why is PY_FLAVOR commented in ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5 #@${PY_FLAVOR} ?
Created attachment 235037 [details] updated patch
Created attachment 235038 [details] Patch fixing flavors for graphics/py-python-poppler-qt5
(In reply to Nuno Teixeira from comment #2) I'm sorry, that was a leftover from quite some time ago when I was experiencing build errors. I updated the patch accordingly and added another one fixing the underlying issue. Apparently I had forgotten to submit that last one.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=698c158298ee60e20bb272ebd3eb9da5eae8ded5 commit 698c158298ee60e20bb272ebd3eb9da5eae8ded5 Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2022-07-03 18:41:38 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-03 18:43:35 +0000 graphics/py-python-poppler-qt5: Add flavours PR: 264988 graphics/py-python-poppler-qt5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccc49ad83534228911e1577e2ffa51ed04d639f2 commit ccc49ad83534228911e1577e2ffa51ed04d639f2 Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2022-07-04 06:51:12 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-04 07:18:48 +0000 print/py-frescobaldi: Update to 3.2 ChangeLog: https://github.com/frescobaldi/frescobaldi/blob/v3.2/ChangeLog PR: 264988 print/py-frescobaldi/Makefile | 6 +++--- print/py-frescobaldi/distinfo | 6 +++--- ...h-frescobaldi__app_portmidi_____init____.py (new) | 20 ++++++++++++++++++++ 3 files changed, 26 insertions(+), 6 deletions(-)
Committed, thank you!