Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2024 08:06:50 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 060f5301747f - main - audio/pulseaudio-module-sndio: unbreak module version again
Message-ID:  <202412080806.4B886oOQ027345@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jbeich:

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

commit 060f5301747fc31ed67f0fef2c94d10c97405e15
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-12-08 07:40:27 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-12-08 08:06:40 +0000

    audio/pulseaudio-module-sndio: unbreak module version again
    
    Either pkgconfig or pulseaudio may not be available during patch phase.
    For example, poudriere shows the following:
    
    /bin/sh: /usr/local/bin/pkg-config: not found
    
    PR:             280857
---
 audio/pulseaudio-module-sndio/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/pulseaudio-module-sndio/Makefile b/audio/pulseaudio-module-sndio/Makefile
index bdbcf9ebc44e..9960ae1b49dc 100644
--- a/audio/pulseaudio-module-sndio/Makefile
+++ b/audio/pulseaudio-module-sndio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pulseaudio-module-sndio
 DISTVERSION=	13.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/t6/pulseaudio-module-sndio/releases/download/${DISTVERSION}/
 
@@ -22,7 +22,7 @@ PLIST_FILES=	${PULSE_MODDIR}/module-sndio.so
 PULSE_MODDIR=	`${LOCALBASE}/bin/pkg-config --variable=modlibexecdir libpulse`
 PULSE_VERSION=	`${LOCALBASE}/bin/pkg-config --modversion libpulse`
 
-post-patch:
+pre-configure:
 	${REINPLACE_CMD} \
 		-e "/^PA_MODULE_VERSION/s/0.0/${PULSE_VERSION}/1" \
 		${WRKSRC}/module-sndio.c


home | help

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