Bug 264988 - print/py-frescobaldi: Update to 3.2
Summary: print/py-frescobaldi: Update to 3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://github.com/frescobaldi/fresco...
Keywords:
Depends on: 264987
Blocks:
  Show dependency treegraph
 
Reported: 2022-07-02 09:33 UTC by Martin Neubauer
Modified: 2022-07-04 07:28 UTC (History)
1 user (show)

See Also:


Attachments
Patch for print/py-frescobaldi to 3.2 (2.32 KB, patch)
2022-07-02 09:33 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff
updated patch (2.32 KB, patch)
2022-07-02 17:47 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff
Patch fixing flavors for graphics/py-python-poppler-qt5 (409 bytes, patch)
2022-07-02 17:49 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Neubauer 2022-07-02 09:33:34 UTC
Created attachment 235033 [details]
Patch for print/py-frescobaldi to 3.2
Comment 1 Martin Neubauer 2022-07-02 09:40:23 UTC
- Update to version 3.2
- Add new dependency on graphics/py-qpageview
- Add patch removing the check for midi functionality leading to segfault
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-02 13:07:05 UTC
Hi,

Why is PY_FLAVOR commented in ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5 #@${PY_FLAVOR} ?
Comment 3 Martin Neubauer 2022-07-02 17:47:32 UTC
Created attachment 235037 [details]
updated patch
Comment 4 Martin Neubauer 2022-07-02 17:49:50 UTC
Created attachment 235038 [details]
Patch fixing flavors for graphics/py-python-poppler-qt5
Comment 5 Martin Neubauer 2022-07-02 18:00:14 UTC
(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.
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-07-03 18:44:31 UTC
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(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2022-07-04 07:19:35 UTC
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(-)
Comment 8 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-04 07:28:50 UTC
Committed, thank you!