svn commit: r394614 - head/devel/ccache
Brooks Davis
brooks at freebsd.org
Wed Aug 19 11:21:47 UTC 2015
On Tue, Aug 18, 2015 at 04:09:15PM +0000, Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Tue Aug 18 16:09:14 2015
> New Revision: 394614
> URL: https://svnweb.freebsd.org/changeset/ports/394614
>
> Log:
> - Add links for clang37
>
> Approved by: bdrewery (maintainer, implicit)
>
> Modified:
> head/devel/ccache/Makefile
>
> Modified: head/devel/ccache/Makefile
> ==============================================================================
> --- head/devel/ccache/Makefile Tue Aug 18 16:08:37 2015 (r394613)
> +++ head/devel/ccache/Makefile Tue Aug 18 16:09:14 2015 (r394614)
> @@ -3,7 +3,7 @@
>
> PORTNAME= ccache
> PORTVERSION= 3.2.2
> -PORTREVISION= 1
> +PORTREVISION= 2
> CATEGORIES= devel
> MASTER_SITES= http://www.samba.org/ftp/ccache/ \
> LOCAL/bdrewery
> @@ -52,7 +52,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48
> CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
>
> .if ${PORT_OPTIONS:MCLANGLINK}
> -CLANG_COMPILERS+= 31 32 33 34 35 36 -devel
> +CLANG_COMPILERS+= 31 32 33 34 35 36 37 -devel
> CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
> .endif
I wonder if it makes sense to garbage collect 31 and 32 since there are
no ports.
-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150819/fbd6a8ae/attachment.bin>
More information about the svn-ports-all
mailing list