Date: Sat, 10 Nov 2018 12:46:46 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484606 - head/multimedia/vlc3 Message-ID: <201811101246.wAACkkgL002799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Nov 10 12:46:45 2018 New Revision: 484606 URL: https://svnweb.freebsd.org/changeset/ports/484606 Log: 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 MFH: 2018Q4 Modified: head/multimedia/vlc3/Makefile Modified: head/multimedia/vlc3/Makefile ============================================================================== --- head/multimedia/vlc3/Makefile Sat Nov 10 12:14:33 2018 (r484605) +++ head/multimedia/vlc3/Makefile Sat Nov 10 12:46:45 2018 (r484606) @@ -26,8 +26,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?201811101246.wAACkkgL002799>