git: 2a1c5318d2d5 - main - multimedia/vlc: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:55 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a1c5318d2d54ca568c95baf1f0a90b618d6ded8

commit 2a1c5318d2d54ca568c95baf1f0a90b618d6ded8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:50:51 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:37 +0000

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

diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 3779cec9efd2..22926e3c1778 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -27,9 +27,11 @@ BUILD_DEPENDS=	gsed:textproc/gsed \
 		yasm:devel/yasm
 RUN_DEPENDS=	ffmpeg>=3.4.1,1:multimedia/ffmpeg
 
-USES=		compiler:c++17-lang desktop-file-utils gettext-tools gmake gnome \
+USES=		compiler:c++17-lang cpe desktop-file-utils gettext-tools gmake gnome \
 		iconv:wchar_t libtool localbase pathfix pkgconfig tar:xz
 
+CPE_VENDOR=	videolan
+
 # VLC git (post 2.2.4) requires C++11 support and passes the appropriate flag
 # to the compiler. Until the port is updated, we explicitly pass -std=c++11 to
 # the compiler because Qt 5.7+ requires C++11 support, and FreeBSD 10's clang


More information about the dev-commits-ports-main mailing list