From 645d57fe5e853ff988996bfd50ecced9dc4be316 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 28 Sep 2024 21:27:25 +0200 Subject: 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/files/patch-extras_Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 audio/ncmpcpp/files/patch-extras_Makefile (limited to 'audio/ncmpcpp/files/patch-extras_Makefile') diff --git a/audio/ncmpcpp/files/patch-extras_Makefile b/audio/ncmpcpp/files/patch-extras_Makefile new file mode 100644 index 000000000000..4827e2b686b7 --- /dev/null +++ b/audio/ncmpcpp/files/patch-extras_Makefile @@ -0,0 +1,10 @@ +--- extras/Makefile.orig 2024-09-14 20:03:33 UTC ++++ extras/Makefile +@@ -1,5 +1,5 @@ +-CXX=g++ +-CXXFLAGS=-O2 -march=native -pipe -std=c++0x -Wall -Wextra -Wshadow -Werror ++CXX?=g++ ++CXXFLAGS+= -Wall -Wextra -Wshadow -Werror + CPPFLAGS=`taglib-config --cflags` + LDFLAGS=`taglib-config --libs` + -- cgit v1.2.3