Summary: | comms/fldigi: Fix plist and modernize Makefile | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
Component: | Individual Port(s) | Assignee: | Daniel Engberg <diizzy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | diizzy | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(hamradio) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
As you have a ports bit why don't you just commit this? Approved Because I'm not a member of hamradio and and blanket approval doesn't cover all changes. Approved: by db (Hamradio group) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e253bc04e48ca7da20771454b670b19d2f72bf8 commit 3e253bc04e48ca7da20771454b670b19d2f72bf8 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-27 14:53:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-28 21:53:04 +0000 comms/fldigi: Fix plist and modernize Makefile * Define LICENSE_FILE * Remove dependency of (lib)Boost, the source code doesn't reference it at all * Rearrange Makefile to closer follow Porters Handbook * Drop native optimization option, rely on framework CPUTYPE variable instead * Use framework _DESC * Fix plist with NLS PR: 276650 Approved by: hamradio (db) comms/fldigi/Makefile | 38 +++++++++++++++----------------------- comms/fldigi/pkg-plist | 1 + 2 files changed, 16 insertions(+), 23 deletions(-) Thanks! =) |
Created attachment 247993 [details] Patch for fldigi * Define LICENSE_FILE * Remove dependency of (lib)Boost, the source code doesn't reference it at all * Rearrange Makefile to closer follow Porters Handbook * Drop native optimization option, rely on framework CPUTYPE variable instead * Use framework _DESC * Fix plist with NLS Poudriere testport OK 14.0-RELEASE (amd64) Poudriere testport OK 13.2-RELEASE (amd64)