svn commit: r484609 - branches/2018Q4/multimedia/vlc3

Thomas Zander riggs at FreeBSD.org
Sat Nov 10 13:11:14 UTC 2018


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 at 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


More information about the svn-ports-branches mailing list