Date: Tue, 12 Feb 2019 18:31:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492797 - head/devel/ccache Message-ID: <201902121831.x1CIVUgn095510@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 12 18:31:30 2019 New Revision: 492797 URL: https://svnweb.freebsd.org/changeset/ports/492797 Log: - Add links for new compiler versions Approved by: bdrewery (implicit) Modified: head/devel/ccache/Makefile Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Tue Feb 12 18:26:19 2019 (r492796) +++ head/devel/ccache/Makefile Tue Feb 12 18:31:30 2019 (r492797) @@ -3,7 +3,7 @@ PORTNAME= ccache #PORTVERSION must be set later due to depending on PORT_OPTIONS. -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery @@ -99,11 +99,11 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}" CCACHE_COMPILERS+= icc icpc .endif -GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8 +GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8 9 CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${PORT_OPTIONS:MCLANGLINK} -CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 -devel +CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 -devel CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902121831.x1CIVUgn095510>