Date: Sun, 26 May 2024 13:13:30 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: cde9fc69f009 - main - multimedia/kodi-addon-inputstream.adaptive: Add missing dependency on pugixml Message-ID: <202405261313.44QDDU4n037364@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=cde9fc69f009fd474d079f0b90811d7fa36851b2 commit cde9fc69f009fd474d079f0b90811d7fa36851b2 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2024-05-26 13:12:53 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2024-05-26 13:13:25 +0000 multimedia/kodi-addon-inputstream.adaptive: Add missing dependency on pugixml Reported by: Rozhuk Ivan <rozhuk.im@gmail.com> --- multimedia/kodi-addon-inputstream.adaptive/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multimedia/kodi-addon-inputstream.adaptive/Makefile b/multimedia/kodi-addon-inputstream.adaptive/Makefile index cbe579f84f62..918e7f7e490c 100644 --- a/multimedia/kodi-addon-inputstream.adaptive/Makefile +++ b/multimedia/kodi-addon-inputstream.adaptive/Makefile @@ -1,6 +1,7 @@ PORTNAME= inputstream.adaptive DISTVERSION= 21.4.8 DISTVERSIONSUFFIX= -Omega +PORTREVISION= 1 CATEGORIES= multimedia EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -13,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= googletest>0:devel/googletest \ rapidjson>0:devel/rapidjson -LIB_DEPENDS= libexpat.so:textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libpugixml.so:textproc/pugixml USES= cmake compiler:c++14-lang kodi USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405261313.44QDDU4n037364>