ports/136683: [PATCH] devel/distcc: Remove gcc295 support

Ulrich Spoerlein uqs at spoerlein.net
Sun Jul 12 11:00:03 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list