pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ccache ccache: update compiler requirements



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8dbf8479ef2
branches:  trunk
changeset: 389603:a8dbf8479ef2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 06 16:14:50 2022 +0000

description:
ccache: update compiler requirements

diffstat:

 devel/ccache/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8da1928b2118 -r a8dbf8479ef2 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Tue Dec 06 15:22:18 2022 +0000
+++ b/devel/ccache/Makefile     Tue Dec 06 16:14:50 2022 +0000
@@ -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 @@
 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