Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 09:11:40 +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: r483968 - head/textproc/libebml
Message-ID:  <201811040911.wA49BeJj077203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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