Date: Sun, 4 Nov 2018 09:14:12 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483969 - branches/2018Q4/textproc/libebml Message-ID: <201811040914.wA49ECNp080818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040914.wA49ECNp080818>