pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ccache



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec  6 16:14:50 UTC 2022

Modified Files:
        pkgsrc/devel/ccache: Makefile

Log Message:
ccache: update compiler requirements


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/ccache/Makefile

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

Modified files:

Index: pkgsrc/devel/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.64 pkgsrc/devel/ccache/Makefile:1.65
--- pkgsrc/devel/ccache/Makefile:1.64   Mon Dec  5 08:29:44 2022
+++ pkgsrc/devel/ccache/Makefile        Tue Dec  6 16:14:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2022/12/05 08:29:44 adam Exp $
+# $NetBSD: Makefile,v 1.65 2022/12/06 16:14:50 adam Exp $
 
 DISTNAME=      ccache-4.7.4
 CATEGORIES=    devel
@@ -13,10 +13,12 @@ COMMENT=    Cache for C/C++ compilers
 LICENSE=       gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c99 c++17
 USE_TOOLS+=    perl:test pkg-config
 TEST_TARGET=   test
 
+GCC_REQD=      8 # std::filesystem
+
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../databases/hiredis/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index