Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2022 13:26:21 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: 25d7a105e00a - main - multimedia/libde265: Add CPE information
Message-ID:  <202203181326.22IDQLeu003514@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=25d7a105e00aff0a33c4b7534c0816fcb7be8d9c

commit 25d7a105e00aff0a33c4b7534c0816fcb7be8d9c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:16:32 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:52 +0000

    multimedia/libde265: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 multimedia/libde265/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile
index 05d40d865bc3..1365f14648c8 100644
--- a/multimedia/libde265/Makefile
+++ b/multimedia/libde265/Makefile
@@ -18,10 +18,12 @@ COMMENT=	Open source h.265 video codec
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf compiler:c++11-lib libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lib cpe libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	struktur
+
 CONFIGURE_ARGS=	--disable-static --disable-sherlock265
 
 .include <bsd.port.pre.mk>



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