diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2009-08-08 02:51:09 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2009-08-08 02:51:09 +0000 |
commit | 7c300c4dcf203df6a4797c54092b9d0a35787a88 (patch) | |
tree | de196c2be08562c7f67379c6d92b6b4cb8c29ea1 /devel/distcc | |
parent | 614496609149cf4c725822458535d8612d8d31a5 (diff) | |
download | ports-7c300c4dcf203df6a4797c54092b9d0a35787a88.tar.gz ports-7c300c4dcf203df6a4797c54092b9d0a35787a88.zip |
Remove gcc 295 32 33 40 support
PR: ports/136683
Submitted by: uqs@spoerlein.net
Notes
Notes:
svn path=/head/; revision=239125
Diffstat (limited to 'devel/distcc')
-rw-r--r-- | devel/distcc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index b13c69ce153f..f4d0987da5a0 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -8,11 +8,12 @@ PORTNAME= distcc PORTVERSION= 2.18.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://distcc.samba.org/ftp/distcc/ #PATCH_SITES= http://0pointer.de/public/ -PATCH_SITES= LOCAL/ahze +PATCH_SITES= ${MASTER_SITES_LOCAL} +PATCH_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Distribute compilation of C(++) code acrosss machines on a network @@ -49,7 +50,7 @@ CFLAGS+= -DHAVE_AVAHI .if defined(WITH_COMPILER_LINKS) CCLINKDIR?= libexec/distcc PLIST_DIRS= ${CCLINKDIR} -GNU_COMPILERS= 295 32 33 34 40 41 42 43 +GNU_COMPILERS= 34 42 43 44 -ooo DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH} == "i386" DISTCC_COMPILERS+= icc icpc |