Bug 283346

Summary: graphics/ossim: Improve port
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me Flags: lbartoletti: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for ossim none

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!