Add links to gcc43

This commit is contained in:
Michael Johnson 2006-11-19 07:26:54 +00:00
parent 07643302ec
commit 095530e8b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177555
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= ccache PORTNAME= ccache
PORTVERSION= 2.4 PORTVERSION= 2.4
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/ MASTER_SITES= http://samba.org/ftp/ccache/
@ -34,7 +34,7 @@ SUB_FILES= ${HOWTO} pkg-message
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if !defined(WITHOUT_COMPILER_LINKS) .if !defined(WITHOUT_COMPILER_LINKS)
GNU_COMPILERS= 295 32 33 34 40 41 42 GNU_COMPILERS= 295 32 33 34 40 41 42 43
CCACHE_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} CCACHE_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${ARCH}=="i386" .if ${ARCH}=="i386"
CCACHE_COMPILERS+= icc icpc CCACHE_COMPILERS+= icc icpc

View file

@ -7,7 +7,7 @@
PORTNAME= distcc PORTNAME= distcc
PORTVERSION= 2.18.3 PORTVERSION= 2.18.3
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= devel ipv6 CATEGORIES= devel ipv6
MASTER_SITES= http://distcc.samba.org/ftp/distcc/ MASTER_SITES= http://distcc.samba.org/ftp/distcc/
@ -36,7 +36,7 @@ OPTIONS= GNOME "Build GUI monitor based on GNOME" Off \
.if defined(WITH_COMPILER_LINKS) .if defined(WITH_COMPILER_LINKS)
CCLINKDIR?= libexec/distcc CCLINKDIR?= libexec/distcc
PLIST_DIRS= ${CCLINKDIR} PLIST_DIRS= ${CCLINKDIR}
GNU_COMPILERS= 295 32 33 34 40 41 42 GNU_COMPILERS= 295 32 33 34 40 41 42 43
DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${ARCH} == "i386" .if ${ARCH} == "i386"
DISTCC_COMPILERS+= icc icpc DISTCC_COMPILERS+= icc icpc