Bug 283346 - graphics/ossim: Improve port
Summary: graphics/ossim: 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-12-15 13:44 UTC by Daniel Engberg
Modified: 2024-12-16 22:44 UTC (History)
0 users

See Also:
lbartoletti: maintainer-feedback+


Attachments
Patch for ossim (2.11 KB, patch)
2024-12-15 13:44 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-12-15 13:44:12 UTC
Created attachment 255876 [details]
Patch for ossim

* Switch to upstream release archive
* Remove git from build dependencies
* Adjust library dependencies to used and linked libraries
* Update USES= to compiler:c++17-lang

Compile tested on FreeBSD 14.1-RELEASE (amd64) (make, make check-plist)

Poudriere testport OK 14.1-RELEASE (amd64)
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2024-12-16 06:35:21 UTC
LGTM, you can push it
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-12-16 22:43:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0917be074c74fc27e303d75308adffeb8bbeebd1

commit 0917be074c74fc27e303d75308adffeb8bbeebd1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-12-16 22:28:35 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-12-16 22:42:17 +0000

    graphics/ossim: Improve port

    * Switch to upstream release archive
    * Remove git from build dependencies
    * Adjust library dependencies to used and linked libraries
    * Update USES= to compiler:c++17-lang

    PR:             283346
    Reviewed by:    lbartoletti (maintainer)

 graphics/ossim/Makefile | 23 +++++++++++------------
 graphics/ossim/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 15 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-12-16 22:44:22 UTC
Committed, thanks!