pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/mkvtoolnix



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 12 08:48:50 UTC 2021

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile

Log Message:
mkvtoolnix: Needs gcc8


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/multimedia/mkvtoolnix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mkvtoolnix/Makefile
diff -u pkgsrc/multimedia/mkvtoolnix/Makefile:1.169 pkgsrc/multimedia/mkvtoolnix/Makefile:1.170
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.169 Sun Mar  7 07:30:09 2021
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Fri Mar 12 08:48:49 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2021/03/07 07:30:09 adam Exp $
+# $NetBSD: Makefile,v 1.170 2021/03/12 08:48:49 nia Exp $
 
 DISTNAME=      mkvtoolnix-55.0.0
 CATEGORIES=    multimedia
@@ -14,6 +14,13 @@ BUILD_DEPENDS+=      docbook-xsl>=1.79.1nb5:.
 BUILD_DEPENDS+=        po4a-[0-9]*:../../textproc/po4a
 BUILD_DEPENDS+=        ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
 
+
+# 'The following features of the C++17 standards are not supported by c++:
+#  * file system library (C++17)
+# If you are using the GNU C compiler collection (gcc), you need
+# at least v8; for clang v7 and newer should work.'
+GCC_REQD+=     8
+
 USE_LANGUAGES=         c c++17
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt pkg-config



Home | Main Index | Thread Index | Old Index