Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2021 10:07:50 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 232ed872c5e4 - main - audio/libsndfile: apply upstream patch for ALSA
Message-ID:  <202109201007.18KA7oV1095402@gitrepo.freebsd.org>

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

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

commit 232ed872c5e412a2a492035c1b97befce1cb49f5
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-09-20 09:57:05 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-09-20 10:07:48 +0000

    audio/libsndfile: apply upstream patch for ALSA
    
    When ALSA is installed, some preprocessor-defines may have
    overlapping values. This patch was proposed (I think) in the
    PR mentioned, and then upstreamed.
    
    PR:             258362
    Reported by:    user WHR
    Obtained from:  upstream repository
    Approved by:    tcberner (multimedia@)
---
 audio/libsndfile/Makefile | 4 ++++
 audio/libsndfile/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index 95cf2fe40b87..e2396e620863 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -2,9 +2,13 @@
 
 PORTNAME=	libsndfile
 DISTVERSION=	1.0.31
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
+PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES=	cc342f9e45315f9f3de12ae493bc6b3a2bd0a0b1.patch:-p1
+
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Reading and writing files containing sampled sound (like WAV or AIFF)
 
diff --git a/audio/libsndfile/distinfo b/audio/libsndfile/distinfo
index 74794f1ef4cb..00e9b34e060c 100644
--- a/audio/libsndfile/distinfo
+++ b/audio/libsndfile/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1611780647
+TIMESTAMP = 1632130804
 SHA256 (libsndfile-1.0.31.tar.bz2) = a8cfb1c09ea6e90eff4ca87322d4168cdbe5035cb48717b40bf77e751cc02163
 SIZE (libsndfile-1.0.31.tar.bz2) = 875335
+SHA256 (cc342f9e45315f9f3de12ae493bc6b3a2bd0a0b1.patch) = 51607b67698d0427ef03488c1486e40a0da61e91f6404fa876c1776b197b9c44
+SIZE (cc342f9e45315f9f3de12ae493bc6b3a2bd0a0b1.patch) = 793



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