Date: Sat, 10 Nov 2018 13:11:13 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484609 - branches/2018Q4/multimedia/vlc3 Message-ID: <201811101311.wAADBDMx016662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Nov 10 13:11:13 2018 New Revision: 484609 URL: https://svnweb.freebsd.org/changeset/ports/484609 Log: MFH: r484606 Fix build with NLS disabled Details: - Unconditionally depend on gettext-tools at build time since msgfmt is still required to create vlc.appdata.xml PR: 232967 Reported by: Trond.Endrestol@ximalas.info Approved by: ports-secteam (riggs) Modified: branches/2018Q4/multimedia/vlc3/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/vlc3/Makefile ============================================================================== --- branches/2018Q4/multimedia/vlc3/Makefile Sat Nov 10 13:07:15 2018 (r484608) +++ branches/2018Q4/multimedia/vlc3/Makefile Sat Nov 10 13:11:13 2018 (r484609) @@ -25,8 +25,8 @@ BUILD_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg \ yasm:devel/yasm RUN_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg -USES= compiler:c++11-lib desktop-file-utils gmake gnome iconv libtool \ - pathfix pkgconfig tar:xz +USES= compiler:c++11-lib desktop-file-utils gettext-tools gmake gnome \ + iconv libtool pathfix pkgconfig tar:xz # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811101311.wAADBDMx016662>