Bug 256129 - astro/INDIWebManagerApp doesn't load FreeBSD default paths.
Summary: astro/INDIWebManagerApp doesn't load FreeBSD default paths.
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-24 18:45 UTC by Alfredo Amaya
Modified: 2021-09-05 21:33 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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