From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 16 02:50:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0938106566C for ; Thu, 16 Sep 2010 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 992FF8FC16 for ; Thu, 16 Sep 2010 02:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8G2o17e066754 for ; Thu, 16 Sep 2010 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8G2o1Gf066753; Thu, 16 Sep 2010 02:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 16 Sep 2010 02:50:01 GMT Resent-Message-Id: <201009160250.o8G2o1Gf066753@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 986FD106566C for ; Thu, 16 Sep 2010 02:44:13 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 569238FC16 for ; Thu, 16 Sep 2010 02:44:13 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1Ow4SJ-00050Y-EM; Thu, 16 Sep 2010 06:44:11 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id D359CB84E; Thu, 16 Sep 2010 06:44:07 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id D07D3B835; Thu, 16 Sep 2010 06:44:07 +0400 (MSD) Message-Id: <20100916024407.D07D3B835@hades.panopticon> Date: Thu, 16 Sep 2010 06:44:07 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skreuzer@FreeBSD.org Subject: ports/150612: [PATCH] devel/distcc: provide more compiler links X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 02:50:01 -0000 >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: