ports/136679: [PATCH] devel/ccache: Remove gcc295 support
Ulrich Spoerlein
uqs at spoerlein.net
Sun Jul 12 08:50:01 UTC 2009
>Number: 136679
>Category: ports
>Synopsis: [PATCH] devel/ccache: 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 08:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Ulrich Spoerlein
>Release: FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
>Description:
- Remove the gcc295 link that may break build of other lang/gcc* ports due to
conflict with lang/gcc295 [1]
- Pet portlint
The usefulness of lang/gcc295 is limited to only a handful of cases. ccache is IMHO
not one of them. You may also refer to discussion in ports/135883
[1]: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=110516+0+archive/2009/freebsd-ports/20090621.freebsd-ports
Port maintainer (ahze at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- ccache-2.4_9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /tank/ncvs/ports/devel/ccache/Makefile,v
retrieving revision 1.44
diff -u -p -u -r1.44 Makefile
--- Makefile 24 Nov 2008 03:32:46 -0000 1.44
+++ Makefile 12 Jul 2009 08:24:01 -0000
@@ -7,7 +7,7 @@
PORTNAME= ccache
PORTVERSION= 2.4
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/
@@ -33,11 +33,8 @@ SUB_FILES= ${HOWTO} pkg-message
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_COMPILER_LINKS)
-.if ${ARCH}=="i386" || ${ARCH}=="alpha"
-GNU_COMPILERS+= 295
-.endif
.if ${ARCH}=="i386"
-CCACHE_COMPILERS+= icc icpc
+CCACHE_COMPILERS+= icc icpc
.endif
GNU_COMPILERS+= 32 33 34 40 41 42 43 44 -ooo
CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
--- ccache-2.4_9.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list