pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/uncrustify



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 11 05:58:40 UTC 2023

Modified Files:
        pkgsrc/textproc/uncrustify: Makefile

Log Message:
uncrustify: Require a compiler that knows about std::regex_replace.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/uncrustify/Makefile

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

Modified files:

Index: pkgsrc/textproc/uncrustify/Makefile
diff -u pkgsrc/textproc/uncrustify/Makefile:1.14 pkgsrc/textproc/uncrustify/Makefile:1.15
--- pkgsrc/textproc/uncrustify/Makefile:1.14    Wed Apr  5 09:08:11 2023
+++ pkgsrc/textproc/uncrustify/Makefile Tue Jul 11 05:58:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/04/05 09:08:11 nikita Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/11 05:58:40 nia Exp $
 
 DISTNAME=      uncrustify-0.76.0
 CATEGORIES=    textproc
@@ -13,6 +13,9 @@ LICENSE=      gnu-gpl-v2
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+# gcc 4.9 added support for std::regex_replace.
+GCC_REQD+=     4.9
+
 OBJDIR=                        ${WRKSRC}/build
 CONFIGURE_DIRS=                ${OBJDIR}
 CMAKE_ARG_PATH=                ${WRKSRC}



Home | Main Index | Thread Index | Old Index