svn commit: r483971 - branches/2018Q4/multimedia/libmatroska

Thomas Zander riggs at FreeBSD.org
Sun Nov 4 09:17:05 UTC 2018


Author: riggs
Date: Sun Nov  4 09:17:03 2018
New Revision: 483971
URL: https://svnweb.freebsd.org/changeset/ports/483971

Log:
  MFH: r483970
  
  Add missing USES=compiler:c++11-lang
  
  Details:
  - USES=compiler:c++11-lang is necessary to link multimedia/mkvtoolnix
    on GCC architectures, see PR
  - Bump PORTREVISION
  
  PR:		232821
  Submitted by:	pkubaj at anongoth.pl
  
  Approved by:	ports-secteam (riggs)

Modified:
  branches/2018Q4/multimedia/libmatroska/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/multimedia/libmatroska/Makefile
==============================================================================
--- branches/2018Q4/multimedia/libmatroska/Makefile	Sun Nov  4 09:14:28 2018	(r483970)
+++ branches/2018Q4/multimedia/libmatroska/Makefile	Sun Nov  4 09:17:03 2018	(r483971)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libmatroska
 PORTVERSION=	1.4.9
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://dl.matroska.org/downloads/libmatroska/ \
 		http://www.bunkus.org/videotools/mkvtoolnix/sources/
@@ -14,7 +15,7 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libebml.so:textproc/libebml
 
-USES=		cmake pathfix pkgconfig tar:xz
+USES=		cmake compiler:c++11-lang pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-branches mailing list