Bug 282509 - devel/libosinfo: Improve port
Summary: devel/libosinfo: Improve port
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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-03 08:31 UTC by Daniel Engberg
Modified: 2024-11-05 20:30 UTC (History)
0 users

See Also:
novel: maintainer-feedback+


Attachments
Patch for libosinfo (3.03 KB, patch)
2024-11-03 08:31 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-11-03 08:31:03 UTC
Created attachment 254895 [details]
Patch for libosinfo

* Switch to DISTVERSION
* Define LICENSE
* Adjust dependencies
* Remove INSTALL_TARGET
* Replace CONFIGURE_ARGS with MESON_ARGS
* Remove GTKDOC_DESC
* Fix .pc file install

Poudriere testport OK 14.1-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-11-05 20:15:19 UTC
Friendly ping
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2024-11-05 20:21:41 UTC
Sorry, apparently forgot to click "Save Changes" after setting "+". Thanks for the patches!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-11-05 20:28:57 UTC
A commit in branch main references this bug:

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

commit 193fac2c4b5d71ada9cc1cfc2a95cf869e7d26a9
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-11-05 20:27:10 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-11-05 20:27:16 +0000

    devel/libosinfo: Improve port

    * Switch to DISTVERSION
    * Define LICENSE
    * Adjust dependencies
    * Remove INSTALL_TARGET
    * Replace CONFIGURE_ARGS with MESON_ARGS
    * Remove GTKDOC_DESC
    * Fix .pc file install

    PR:             282509
    Reviewed by:    novel (maintainer)

 devel/libosinfo/Makefile                      | 27 +++++++++++++++------------
 devel/libosinfo/files/patch-meson.build (new) | 20 ++++++++++++++++++++
 2 files changed, 35 insertions(+), 12 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-11-05 20:30:58 UTC
Committed, thanks!