Date: Sun, 12 Jul 2009 12:58:52 +0200 (CEST) From: Ulrich Spoerlein <uqs@spoerlein.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gerald@FreeBSD.org, ahze@FreeBSD.org, shaun@FreeBSD.org Subject: ports/136683: [PATCH] devel/distcc: Remove gcc295 support Message-ID: <200907121058.n6CAwqAX018367@roadrunner.spoerlein.net> Resent-Message-ID: <200907121100.n6CB02cG082776@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136683 >Category: ports >Synopsis: [PATCH] devel/distcc: Remove gcc295 support >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: Sun Jul 12 11:00:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: >Description: - Remove gcc295 support in distcc We might ship one last working gcc295 package with 8.0, but that's the end of it. It is very unlikely that distcc is used together with gcc295 in FreeBSD. Port maintainer (ahze@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- distcc-2.18.3_11.patch begins here --- Index: Makefile =================================================================== RCS file: /tank/ncvs/ports/devel/distcc/Makefile,v retrieving revision 1.59 diff -u -p -u -r1.59 Makefile --- Makefile 21 Aug 2008 06:16:38 -0000 1.59 +++ Makefile 12 Jul 2009 10:55:54 -0000 @@ -8,7 +8,7 @@ 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/ @@ -49,7 +49,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= 32 33 34 40 41 42 43 DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH} == "i386" DISTCC_COMPILERS+= icc icpc --- distcc-2.18.3_11.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?200907121058.n6CAwqAX018367>