svn commit: r483969 - branches/2018Q4/textproc/libebml

Thomas Zander riggs at FreeBSD.org
Sun Nov 4 09:14:13 UTC 2018


Author: riggs
Date: Sun Nov  4 09:14:12 2018
New Revision: 483969
URL: https://svnweb.freebsd.org/changeset/ports/483969

Log:
  MFH: r483968
  
  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:		232820
  Submitted by:	pkubaj at anongoth.pl
  
  Approved by:	ports-secteam (riggs)

Modified:
  branches/2018Q4/textproc/libebml/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/textproc/libebml/Makefile
==============================================================================
--- branches/2018Q4/textproc/libebml/Makefile	Sun Nov  4 09:11:40 2018	(r483968)
+++ branches/2018Q4/textproc/libebml/Makefile	Sun Nov  4 09:14:12 2018	(r483969)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libebml
 PORTVERSION=	1.3.6
+PORTREVISION=	1
 DISTVERSIONPREFIX=	release-
 CATEGORIES=	textproc
 
@@ -12,7 +13,7 @@ COMMENT=	EBML (Extensible Binary Meta Language), sort 
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
 
-USES=		cmake pathfix tar:bzip2
+USES=		cmake compiler:c++11-lang pathfix tar:bzip2
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes


More information about the svn-ports-branches mailing list