Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2023 15:13:37 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bf47db38c1c0 - main - audio/pamixer: unbreak build by providing pkgconfig
Message-ID:  <202311201513.3AKFDb6S007292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit bf47db38c1c0426c5eaea7879f5da6bacab15412
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-11-20 15:12:28 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-11-20 15:13:20 +0000

    audio/pamixer: unbreak build by providing pkgconfig
    
    While here, adopt port
    
    Reported by:    poudriere failure
---
 audio/pamixer/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/pamixer/Makefile b/audio/pamixer/Makefile
index 91c01ddb1c39..449f1fe74ab9 100644
--- a/audio/pamixer/Makefile
+++ b/audio/pamixer/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	pamixer
 DISTVERSION=	1.6
 CATEGORIES=	audio
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	Pulseaudio command line mixer
 WWW=		https://github.com/cdemoulins/pamixer
 
@@ -11,7 +11,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	cxxopts>0:devel/cxxopts
 LIB_DEPENDS=	libpulse.so:audio/pulseaudio
 
-USES=		compiler:c++11-lang meson
+USES=		compiler:c++11-lang meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	cdemoulins
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311201513.3AKFDb6S007292>