Bug 256129

Summary: astro/INDIWebManagerApp doesn't load FreeBSD default paths.
Product: Ports & Packages Reporter: Alfredo Amaya <alfre2.as>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me CC: acm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alfredo Amaya 2021-05-24 18:45:08 UTC
INDIWebManagerApp is set with linux default paths and it doesn't load INDI Web Manager and INDI Server.

In order to do that, these default paths should be updated to:

- Python exec folder: /usr/local/bin

- indi-web Path: /usr/local/bin/indi-web
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-05 21:32:30 UTC
A commit in branch main references this bug:

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

commit 059c350cc88917aae09082bc1020d143e52eaf70
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-09-05 21:23:30 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-09-05 21:31:20 +0000

    astro/indiwebmanagerapp: make port more FreeBSD friendly

    PR:             256129 256130
    Reported by:    Alfredo Amaya <alfre2.as  __at__ gmail.com>

 astro/indiwebmanagerapp/Makefile                   |  8 +++-
 .../files/patch-src_mainwindow.cpp (new)           | 55 ++++++++++++++++++++++
 2 files changed, 62 insertions(+), 1 deletion(-)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2021-09-05 21:33:33 UTC
- It should has a better integration on FreeBSD now