Bug 284826 - textproc/dikt: update to 3
Summary: textproc/dikt: update to 3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-14 20:51 UTC by info
Modified: 2025-02-18 14:44 UTC (History)
1 user (show)

See Also:


Attachments
update to version 3 (1.67 KB, patch)
2025-02-14 20:51 UTC, info
no flags Details | Diff
update to version 3 (1.75 KB, patch)
2025-02-16 19:07 UTC, info
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description info 2025-02-14 20:51:24 UTC
Created attachment 257542 [details]
update to version 3

- update to version 3
- switch master site from unreliable OSDN to reliable GitLab
- upgrade dependencies to kde6 and qt6
- remove unsupported dict protocol service
release info: https://gitlab.com/dictx/dikt/-/releases/3
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2025-02-14 22:39:41 UTC
Please clear PORTREVISION when you bump
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2025-02-15 00:44:40 UTC
Build fails in the configure step, likely due to missing USES=gettext

CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLE
  GETTEXT_MSGFMT_EXECUTABLE)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/share/cmake/Modules/FindGettext.cmake:81 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  /usr/local/lib/cmake/KF6I18n/KF6I18nMacros.cmake:5 (find_package)
  /usr/local/lib/cmake/KF6I18n/KF6I18nConfig.cmake:39 (include)
  /usr/local/share/ECM/find-modules/FindKF6.cmake:53 (find_package)
  CMakeLists.txt:16 (find_package)


-- Configuring incomplete, errors occurred!
*** Error code 1

Stop.
make: stopped in /usr/ports/textproc/dikt

Please check and resubmit.

Both your updates failed simple build tests with Poudriere.
Please try to test your patches with Poudriere before you submit them; this saves a lot of time.  Also try to submit your patches as produced by git-format-patch.
Comment 3 info 2025-02-16 19:07:42 UTC
Created attachment 257591 [details]
update to version 3

updated patch
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2025-02-16 19:13:54 UTC
Thanks.
Comment 5 commit-hook freebsd_committer freebsd_triage 2025-02-18 14:28:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea034acadf349fa73934b2104a6b75d79d031afb

commit ea034acadf349fa73934b2104a6b75d79d031afb
Author:     FreeBSD <info@dikt.tv>
AuthorDate: 2025-02-14 22:39:17 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-02-18 14:16:20 +0000

    textproc/dikt: update to 3

    - update to version 3
    - switch master site from unreliable OSDN to reliable GitLab
    - upgrade dependencies to kde6 and qt6
    - remove unsupported dict protocol service
    release info: https://gitlab.com/dictx/dikt/-/releases/3

    PR:             284826

 textproc/dikt/Makefile | 12 +++++-------
 textproc/dikt/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 10 deletions(-)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2025-02-18 14:44:22 UTC
Thank you for your contribution.