Bug 271221

Summary: editors/cudatext Folders 'py'/'data' are missed
Product: Ports & Packages Reporter: Alexey Torgashin <support>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed Overcome By Events    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexey Torgashin 2023-05-03 05:44:15 UTC
Look at the report here: https://github.com/Alexey-T/CudaText/issues/5040

Seems, the FreeBSD port is not installing the required folders 'py' and 'data' into required dir: https://wiki.freepascal.org/CudaText#Location_of_folders_.27settings.27.2C_.27py.27.2C_.27data.27 .

Installer must pre-copy (and overwrite all older files) dirs 'py' and 'data' into ~/.config/cudatext (or $XDG_CONFIG_HOME/cudatext if this OS variable is set).
Comment 1 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-05-03 06:18:23 UTC
(In reply to Alexey Torgashin from comment #0)
It seems like an old version of cudatext package was installed. Current package version of cudatext on FreeBSD 13.x is 1.191.5 (qt5 and gtk2) and it works on my freebsd 13.x box

Take a look at the following patch file:

https://cgit.freebsd.org/ports/tree/editors/cudatext/files/patch-app-proc_globdata.pas

It tries copy data and py directories to homedir on runtime. I think issue reported apply to version used/installed by user. The best is update pkg config file for use latest repository
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-05-03 15:12:03 UTC
I close this PR. Take a look at: https://github.com/Alexey-T/CudaText/issues/5040