Bug 264459 - sysutils/minipro: package is missing xml definition files
Summary: sysutils/minipro: package is missing xml definition files
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: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-04 20:16 UTC by Josef 'Jeff' Sipek
Modified: 2024-01-03 05:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josef 'Jeff' Sipek 2022-06-04 20:16:02 UTC
Building from source (make && make install) installs two xml files: logicic.xml and infoic.xml.  As far as I can tell, these are required for the minipro binary to work.  The port binary package doesn't include the xml files making the whole package useless.

List of files when I build minipro from source manually:

$ find .
./share
./share/minipro
./share/minipro/logicic.xml
./share/minipro/infoic.xml
./share/man
./share/man/man1
./share/man/man1/minipro.1
./bin
./bin/minipro
./bin/miniprohex

Contents of minipro-0.5:

$ pkg list minipro
/usr/local/bin/minipro
/usr/local/bin/miniprohex
/usr/local/man/man1/minipro.1.gz
/usr/local/share/licenses/minipro-0.5/GPLv3
/usr/local/share/licenses/minipro-0.5/LICENSE
/usr/local/share/licenses/minipro-0.5/catalog.mk
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-01-02 20:50:03 UTC
^Triage: sbruno is not currently working on FreeBSD.  Assign to current maintainer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-03 05:28:32 UTC
A commit in branch main references this bug:

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

commit 435bcd216189cf3e1f138f53adbbcc63d73569f5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-02 21:11:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-03 05:27:53 +0000

    sysutils/minipro: Update to latest snapshot

    - Add missing files [1]

    PR:             264459
    Reported by:    jeffpc@josefsipek.net

 sysutils/minipro/Makefile             | 13 ++++++-------
 sysutils/minipro/distinfo             |  6 +++---
 sysutils/minipro/files/patch-Makefile | 12 +++++++-----
 3 files changed, 16 insertions(+), 15 deletions(-)