svn commit: r484606 - head/multimedia/vlc3

Thomas Zander riggs at FreeBSD.org
Sat Nov 10 12:46:47 UTC 2018


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


More information about the svn-ports-all mailing list