- Oops, revert previous commit - I meant to do a send-pr

This commit is contained in:
Dmitry Marakasov 2010-09-16 01:46:27 +00:00
parent 0a9c1cbc14
commit 831728006c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261255
2 changed files with 4 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= ccache
PORTVERSION= 3.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/ CRITICAL
@ -39,7 +39,6 @@ CCACHE_COMPILERS+= icc icpc
.endif
GNU_COMPILERS+= 34 42 43 44 45 46
CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
CCACHE_COMPILERS+= clang clang++ llvm-gcc llvm-c++ llvm-g++
.if defined(EXTRA_COMPILERS)
CCACHE_COMPILERS+= ${EXTRA_COMPILERS}
.endif

View File

@ -8,9 +8,9 @@
PORTNAME= distcc
PORTVERSION= 3.1
PORTREVISION= 2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Distribute compilation of C(++) code acrosss machines on a network
@ -51,9 +51,8 @@ CONFIGURE_ARGS+= --enable-rfc2553
.if defined(WITH_COMPILER_LINKS)
CCLINKDIR?= libexec/distcc
PLIST_DIRS= ${CCLINKDIR}
GNU_COMPILERS= 34 42 43 44 45 46 -ooo
GNU_COMPILERS= 34 42 43 44 -ooo
DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
DISTCC_COMPILERS+= clang clang++ llvm-gcc llvm-c++ llvm-g++
.if ${ARCH} == "i386"
DISTCC_COMPILERS+= icc icpc
.endif