Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 09:14:28 +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: r483970 - head/multimedia/libmatroska
Message-ID:  <201811040914.wA49ES5g080947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Nov  4 09:14:28 2018
New Revision: 483970
URL: https://svnweb.freebsd.org/changeset/ports/483970

Log:
  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@anongoth.pl
  MFH:		2018Q4

Modified:
  head/multimedia/libmatroska/Makefile

Modified: head/multimedia/libmatroska/Makefile
==============================================================================
--- head/multimedia/libmatroska/Makefile	Sun Nov  4 09:14:12 2018	(r483969)
+++ head/multimedia/libmatroska/Makefile	Sun Nov  4 09:14:28 2018	(r483970)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040914.wA49ES5g080947>