Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2022 12:27:18 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e597115f051 - main - multimedia/tvheadend: Add dependency on libunwind
Message-ID:  <202203201227.22KCRIZB097934@gitrepo.freebsd.org>

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

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

commit 7e597115f051a56e7c9313a07ac3733d18216280
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-20 12:22:31 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-20 12:27:13 +0000

    multimedia/tvheadend: Add dependency on libunwind
    
    Up to now libunwind was silenty used from base but now on 14-current
    libunwind is not available in base anymore so it fails. I decided to
    unconditionally use libunwind from ports on all FreeBSD version for
    consistency.
---
 multimedia/tvheadend/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile
index b2faf96eefa3..98af2a01f542 100644
--- a/multimedia/tvheadend/Makefile
+++ b/multimedia/tvheadend/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	tvheadend
 PORTVERSION=	4.2.8
 DISTVERSIONPREFIX=	v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 
 MAINTAINER=	decke@FreeBSD.org
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	bash:shells/bash \
 		cmake:devel/cmake \
 		${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libcurl.so:ftp/curl \
-		liburiparser.so:net/uriparser
+		liburiparser.so:net/uriparser \
+		libunwind.so:devel/libunwind
 RUN_DEPENDS=	dtv-scan-tables>=0:multimedia/dtv-scan-tables
 
 USES=		compiler:c++11-lang gettext gmake pkgconfig python shebangfix ssl



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