svn commit: r483968 - head/textproc/libebml

Thomas Zander riggs at FreeBSD.org
Sun Nov 4 09:11:41 UTC 2018


Author: riggs
Date: Sun Nov  4 09:11:40 2018
New Revision: 483968
URL: https://svnweb.freebsd.org/changeset/ports/483968

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:		232820
  Submitted by:	pkubaj at anongoth.pl
  MFH:		2018Q4

Modified:
  head/textproc/libebml/Makefile

Modified: head/textproc/libebml/Makefile
==============================================================================
--- head/textproc/libebml/Makefile	Sun Nov  4 09:00:18 2018	(r483967)
+++ head/textproc/libebml/Makefile	Sun Nov  4 09:11:40 2018	(r483968)
@@ -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-all mailing list