Bug 281505 - audio/ncmpcpp: Update to 0.10
Summary: audio/ncmpcpp: Update to 0.10
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: https://github.com/ncmpcpp/ncmpcpp/co...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-14 21:30 UTC by Daniel Engberg
Modified: 2024-09-28 19:32 UTC (History)
1 user (show)

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


Attachments
Patch for ncmpcpp (6.41 KB, patch)
2024-09-14 21:30 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-09-14 21:30:49 UTC
Created attachment 253570 [details]
Patch for ncmpcpp

* Backport upstream commit 72d990fe250da1e583677474b3462b9e9894130b
* Change WWW to GitHub location
* Remove glib(20) dependency
* Remove GNU_CONFIGURE_MANPREFIX
* Add LTO OPTIMIZED_CFLAGS options to confirm with packaging standards
  https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags
* Some minor rearragements with port Makefile

References:
https://github.com/ncmpcpp/ncmpcpp/commit/72d990fe250da1e583677474b3462b9e9894130b

Compile tested on FreeBSD 14.1 (amd64)
Poudriere testport OK 13.3-RELEASE (amd64)
Poudriere testport OK 14.0-RELEASE (amd64)
Poudriere testport OK 14.0-RELEASE (i386)
Poudriere testport OK 14.1-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-09-28 19:30:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=645d57fe5e853ff988996bfd50ecced9dc4be316

commit 645d57fe5e853ff988996bfd50ecced9dc4be316
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-28 19:27:25 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-28 19:29:15 +0000

    audio/ncmpcpp: Update to 0.10

    * Backport upstream commit 72d990fe250da1e583677474b3462b9e9894130b
    * Change WWW to GitHub location
    * Remove glib(20) dependency
    * Remove GNU_CONFIGURE_MANPREFIX
    * Add LTO OPTIMIZED_CFLAGS options to confirm with packaging standards
      https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags
    * Some minor rearragements with port Makefile

    References:
    https://github.com/ncmpcpp/ncmpcpp/commit/72d990fe250da1e583677474b3462b9e9894130b

    PR:             281505
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 audio/ncmpcpp/Makefile                          | 48 ++++++++++------
 audio/ncmpcpp/distinfo                          | 10 ++--
 audio/ncmpcpp/files/patch-configure.ac (new)    | 73 +++++++++++++++++++++++++
 audio/ncmpcpp/files/patch-extras_Makefile (new) | 10 ++++
 4 files changed, 118 insertions(+), 23 deletions(-)