Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2010 06:44:07 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skreuzer@FreeBSD.org
Subject:   ports/150612: [PATCH] devel/distcc: provide more compiler links
Message-ID:  <20100916024407.D07D3B835@hades.panopticon>
Resent-Message-ID: <201009160250.o8G2o1Gf066753@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150612
>Category:       ports
>Synopsis:       [PATCH] devel/distcc: provide more compiler links
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 02:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Jul 30 02:50:28 MSD 2010
>Description:
- Provide symlinks for clang and llvm-gcc compilers in addition to gcc
- Provide links for latest gcc versions
- While here, use GOOGLE_CODE abbreviation for eye candy

Port maintainer (skreuzer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- distcc-gtk-3.1_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/distcc/Makefile,v
retrieving revision 1.67
diff -u -u -r1.67 Makefile
--- Makefile	16 Sep 2010 01:46:27 -0000	1.67
+++ Makefile	16 Sep 2010 01:48:44 -0000
@@ -8,9 +8,9 @@
 
 PORTNAME=	distcc
 PORTVERSION=	3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Distribute compilation of C(++) code acrosss machines on a network
@@ -51,8 +51,9 @@
 .if defined(WITH_COMPILER_LINKS)
 CCLINKDIR?=		libexec/distcc
 PLIST_DIRS=		${CCLINKDIR}
-GNU_COMPILERS=		34 42 43 44 -ooo
+GNU_COMPILERS=		34 42 43 44 45 46 -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
--- distcc-gtk-3.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100916024407.D07D3B835>