ports/150612: [PATCH] devel/distcc: provide more compiler links
Dmitry Marakasov
amdmi3 at amdmi3.ru
Thu Sep 16 02:50:01 UTC 2010
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list