ports/155301: Update devel/cross-gcc, cross-binutils, cross-gdb

ARAI Toshihiko arai.toshihiko at gmail.com
Sun Mar 6 06:30:12 UTC 2011


>Number:         155301
>Category:       ports
>Synopsis:       Update devel/cross-gcc, cross-binutils, cross-gdb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 06 06:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     ARAI Toshihiko
>Release:        8.2R and 7.4R
>Organization:
japan
>Environment:
>Description:
devel/cross-gcc
 gcc: 4.4.2 -> 4.5.2
 newlib: 1.17.0 -> 1.19.0
 rtems patch:
   gcc-core-4.5.2-rtems4.11-20110220.diff
   newlib-1.19.0-rtems4.11-20110109.diff

devel/cross-binutils
 binutils: 2.20 -> 2.21
 rtems patch: binutils-2.21-rtems4.11-20110107.diff

devel/cross-gdb
 gdb: 7.1 -> 7.2
 rtems patch: gdb-7.2-rtems4.11-20100907.diff

remove "WITH_RTEMS_PATCHES=yes" line in the Makefile as slave ports.
but, not tested.
>How-To-Repeat:

>Fix:
cd ports/devel
patch < patchfile
rm cross-gcc/files/patch-configure


Patch attached with submission follows:

Index: cross-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cross-binutils/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- cross-binutils/Makefile	19 Nov 2009 22:07:34 -0000	1.16
+++ cross-binutils/Makefile	6 Mar 2011 04:56:00 -0000
@@ -6,15 +6,12 @@
 #
 
 PORTNAME=	binutils
-PORTVERSION=	2.20
+PORTVERSION=	2.21
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	binutils/releases
 PKGNAMEPREFIX=	${TGTARCH}-${TGTABI}-
 
-PATCH_SITES=	ftp://ftp.rtems.com/pub/rtems/SOURCES/4.8/
-PATCH_DIST_STRIP=	-p1
-
 MAINTAINER=	stas at FreeBSD.org
 COMMENT=	GNU binutils port for cross-target development
 
@@ -35,6 +32,7 @@
 		${OURTARGET}-ar.1 \
 		${OURTARGET}-as.1 \
 		${OURTARGET}-c++filt.1 \
+		${OURTARGET}-elfedit.1 \
 		${OURTARGET}-gprof.1 \
 		${OURTARGET}-dlltool.1 \
 		${OURTARGET}-ld.1 \
@@ -60,8 +58,10 @@
 		bin/${OURTARGET}-ar \
 		bin/${OURTARGET}-as \
 		bin/${OURTARGET}-c++filt \
+		bin/${OURTARGET}-elfedit \
 		bin/${OURTARGET}-gprof \
 		bin/${OURTARGET}-ld \
+		bin/${OURTARGET}-ld.bfd \
 		bin/${OURTARGET}-nm \
 		bin/${OURTARGET}-objcopy \
 		bin/${OURTARGET}-objdump \
@@ -71,16 +71,22 @@
 		bin/${OURTARGET}-strings \
 		bin/${OURTARGET}-strip
 
-.if defined(TGTABI) && (${TGTABI} == "pc-mingw32" || ${TGTABI} == "mingw32")
+.if defined(TGTABI)
+.if (${TGTABI} == "pc-mingw32" || ${TGTABI} == "mingw32")
 PLIST_FILES+=	bin/${OURTARGET}-dlltool \
 		bin/${OURTARGET}-dllwrap \
 		bin/${OURTARGET}-windmc \
 		bin/${OURTARGET}-windres
+.elif ${TGTABI} == "rtems"
+WITH_RTEMS_PATCHES=	yes
+.endif
 .endif
 
-#.if defined(WITH_RTEMS_PATCHES)
-#PATCHFILES+=	${PORTNAME}-${PORTVERSION}-rtems4.8-20071104.diff
-#.endif
+.if defined(WITH_RTEMS_PATCHES)
+PATCHFILES+=	${PORTNAME}-${PORTVERSION}-rtems4.11-20110107.diff
+PATCH_SITES=	ftp://ftp.rtems.com/pub/rtems/SOURCES/4.11/
+PATCH_DIST_STRIP=	-p1
+.endif
 
 .if !defined(TGTARCH) || !defined(TGTABI)
 PKGNAMEPREFIX=	cross-
Index: cross-binutils/distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/cross-binutils/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- cross-binutils/distinfo	18 Oct 2009 21:59:14 -0000	1.5
+++ cross-binutils/distinfo	6 Mar 2011 04:39:00 -0000
@@ -1,3 +1,4 @@
-MD5 (binutils-2.20.tar.bz2) = ee2d3e996e9a2d669808713360fa96f8
-SHA256 (binutils-2.20.tar.bz2) = e1df09f0aa3b50154ef93bfefe86d65d01c22cfb44d73299ad95e772133a75b0
-SIZE (binutils-2.20.tar.bz2) = 17506655
+SHA256 (binutils-2.21.tar.bz2) = 60abec5bf448eb930a5a15acb8712612377dc8bcfb13dfd5131228f70561d0c7
+SIZE (binutils-2.21.tar.bz2) = 18742991
+SHA256 (binutils-2.21-rtems4.11-20110107.diff) = a57150ba5ff28aaac08624d00ff88ba3f12d54efab16094c8ec6c3ae71d6fe39
+SIZE (binutils-2.21-rtems4.11-20110107.diff) = 2276
Index: cross-binutils/pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/cross-binutils/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- cross-binutils/pkg-descr	25 Jun 2007 20:32:32 -0000	1.2
+++ cross-binutils/pkg-descr	6 Mar 2011 04:55:00 -0000
@@ -11,4 +11,4 @@
 
 -- Stanislav Sedov <stas at FreeBSD.org>
 
-WWW: http://sources.redhat.com/binutils/
+WWW: http://www.gnu.org/software/binutils/
Index: cross-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cross-gcc/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- cross-gcc/Makefile	19 Nov 2010 22:25:00 -0000	1.17
+++ cross-gcc/Makefile	6 Mar 2011 05:01:19 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME?=	gcc
-PORTVERSION=	4.4.2
-PORTREVISION=	2
+PORTVERSION=	4.5.2
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GCC:S,$,:gcc,} \
 		${MASTER_SITE_SOURCEWARE:S,$,:newlib,}
@@ -17,16 +17,12 @@
 		newlib-${NEWLIB_VERSION}${NEWLIB_EXTRACT_SUFX}:newlib
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
-PATCH_SITES=	ftp://ftp.rtems.com/pub/rtems/SOURCES/4.10/
-PATCH_DIST_STRIP=	-p1
-
 MAINTAINER=	stas at FreeBSD.org
 COMMENT=	GNU gcc for cross-target development
 
 LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
-		mpfr.4:${PORTSDIR}/math/mpfr
-
-BROKEN=		does not build
+		mpfr.4:${PORTSDIR}/math/mpfr \
+		mpc.2:${PORTSDIR}/math/mpc
 
 #
 # Temporary hack to deal with dependencies during package builds for
@@ -57,7 +53,7 @@
 #
 # Newlib version to use
 #
-NEWLIB_VERSION=	1.17.0
+NEWLIB_VERSION=	1.19.0
 NEWLIB_EXTRACT_SUFX=.tar.gz
 
 OURTARGET=	${TGTARCH}-${TGTABI}
@@ -80,6 +76,7 @@
 		--disable-shared \
 		--with-gmp="${LOCALBASE}" \
 		--with-mpfr="${LOCALBASE}" \
+		--with-mpc="${LOCALBASE}"
 
 MAN1=		${MANPAGES:S,^,${OURTARGET}-,}
 
@@ -122,9 +119,19 @@
 CONFIGURE_ARGS+=--with-float=${WITH_FLOAT_TYPE}
 .endif
 
+.if defined(TGTABI) && ${TGTABI} == "rtems"
+WITH_RTEMS_PATCHES=	yes
+.endif
+
 .if defined(WITH_RTEMS_PATCHES)
-PATCHFILES+=	gcc-core-4.4.2-rtems4.10-20091015.diff \
-		newlib-${NEWLIB_VERSION}-rtems4.10-20091009.diff
+PATCHFILES+=	gcc-core-4.5.2-rtems4.11-20110220.diff \
+		newlib-${NEWLIB_VERSION}-rtems4.11-20110109.diff
+PATCH_SITES=	ftp://ftp.rtems.com/pub/rtems/SOURCES/4.11/
+PATCH_DIST_STRIP=	-p1
+.endif
+
+.if defined(WITH_OPTARGS)
+CONFIGURE_ARGS+=${WITH_OPTARGS}
 .endif
 
 #
Index: cross-gcc/distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/cross-gcc/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- cross-gcc/distinfo	16 Dec 2009 01:21:10 -0000	1.5
+++ cross-gcc/distinfo	6 Mar 2011 04:50:00 -0000
@@ -1,12 +1,8 @@
-MD5 (gcc-4.4.2.tar.bz2) = 70f5ac588a79e3c9901d5b34f58d896d
-SHA256 (gcc-4.4.2.tar.bz2) = 1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de
-SIZE (gcc-4.4.2.tar.bz2) = 62919816
-MD5 (newlib-1.17.0.tar.gz) = 9c345928b4f600a211ddc5a6072f8337
-SHA256 (newlib-1.17.0.tar.gz) = b7c8135f7dbff0269436da26917d9f01fe33f4da0f37c07c3f55066cba80274e
-SIZE (newlib-1.17.0.tar.gz) = 12768253
-MD5 (gcc-core-4.4.2-rtems4.10-20091015.diff) = c49d2d88ccb324d1715044eb7a139d22
-SHA256 (gcc-core-4.4.2-rtems4.10-20091015.diff) = 2215de3ef25fd27d5e83bd6e7a07b892e8df6b91a94cd6dfe19926da7f2a036d
-SIZE (gcc-core-4.4.2-rtems4.10-20091015.diff) = 131178
-MD5 (newlib-1.17.0-rtems4.10-20091009.diff) = e8d383370cccbb75ddc0f123dbc6b845
-SHA256 (newlib-1.17.0-rtems4.10-20091009.diff) = 512fb5cbfe81911d53466302d127570e3c8537f3260a5321d0961eae20c1aa56
-SIZE (newlib-1.17.0-rtems4.10-20091009.diff) = 48654
+SHA256 (gcc-4.5.2.tar.bz2) = 1d9362275ffd9d19fd41f1c3dae0805d6e3991c4d5aa80851f2eaf1bbaa21f88
+SIZE (gcc-4.5.2.tar.bz2) = 66328720
+SHA256 (newlib-1.19.0.tar.gz) = 4f43807236b2274c220881ca69f7dc6aecc52f14bb32a6f03404d30780c25007
+SIZE (newlib-1.19.0.tar.gz) = 14323667
+SHA256 (gcc-core-4.5.2-rtems4.11-20110220.diff) = 85ef770b6bfd9a126d5d95b7b1186fe63d12d4c067c4d38de4ddb509abd23044
+SIZE (gcc-core-4.5.2-rtems4.11-20110220.diff) = 16578
+SHA256 (newlib-1.19.0-rtems4.11-20110109.diff) = 8019d82e64cde4dd33c59ff49c31dac75391fdfebf003a20155113b5616976fd
+SIZE (newlib-1.19.0-rtems4.11-20110109.diff) = 74293
Index: cross-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cross-gdb/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- cross-gdb/Makefile	19 Mar 2010 09:29:53 -0000	1.9
+++ cross-gdb/Makefile	6 Mar 2011 05:00:15 -0000
@@ -6,15 +6,12 @@
 #
 
 PORTNAME=	gdb
-PORTVERSION=	7.1
+PORTVERSION=	7.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	gdb/releases
 PKGNAMEPREFIX=	${TGTARCH}-${TGTABI}-
 
-PATCH_SITES=	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/
-PATCH_DIST_STRIP=	-p1
-
 MAINTAINER=	stas at FreeBSD.org
 COMMENT=	GNU gdb port for cross-target development
 
@@ -32,7 +29,7 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all info
-DATADIR=	${PREFIX}/share/${PKGNAMEPREFIX}{PORTNAME}
+DATADIR=	${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
 
 DEPENDS_ARGS=	TGTARCH="${TGTARCH}" TGTABI="${TGTABI}"
 
@@ -54,8 +51,14 @@
 
 EPRFX=		${PREFIX}/libexec/${OURTARGET}-gdb
 
+.if defined(TGTABI) && ${TGTABI} == "rtems"
+WITH_RTEMS_PATCHES=	yes
+.endif
+
 .if defined(WITH_RTEMS_PATCHES)
-#PATCHFILES+=	${PORTNAME}-7.0-rtems4.10-20091007.diff
+PATCHFILES+=	${PORTNAME}-${PORTVERSION}-rtems4.11-20100907.diff
+PATCH_SITES=	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/
+PATCH_DIST_STRIP=	-p1
 .endif
 
 .if !defined(TGTARCH) || !defined(TGTABI)
Index: cross-gdb/distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/cross-gdb/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- cross-gdb/distinfo	19 Mar 2010 09:29:53 -0000	1.6
+++ cross-gdb/distinfo	6 Mar 2011 04:48:00 -0000
@@ -1,6 +1,4 @@
-MD5 (gdb-7.1.tar.bz2) = 21dce610476c054687b52770d2ddc657
-SHA256 (gdb-7.1.tar.bz2) = 142c27d7970a4e652dc225d61d887777ae00cf22fdd75cd1e8e4e13bfbd85352
-SIZE (gdb-7.1.tar.bz2) = 17977195
-MD5 (gdb-7.0-rtems4.10-20091007.diff) = dcf9ed74bcb946e53592e2859bfe687d
-SHA256 (gdb-7.0-rtems4.10-20091007.diff) = 633e716857816b36cf4b5748c05998f05b7cc82b775e3159703c0cd659e755e4
-SIZE (gdb-7.0-rtems4.10-20091007.diff) = 21448
+SHA256 (gdb-7.2.tar.bz2) = bf444b88ab845243364c3d410be9e3f43a57f96ff594d65a37842ea03c3410f0
+SIZE (gdb-7.2.tar.bz2) = 18530613
+SHA256 (gdb-7.2-rtems4.11-20100907.diff) = 9ed151e78ef368a3b8b14b686d3d211aa3cdc66163bc4ec55045674afaf2dbf8
+SIZE (gdb-7.2-rtems4.11-20100907.diff) = 20006
Index: arm-rtems-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/arm-rtems-binutils/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- arm-rtems-binutils/Makefile	24 Jun 2007 16:18:33 -0000	1.6
+++ arm-rtems-binutils/Makefile	6 Mar 2011 05:26:03 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	arm
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-binutils
 .include "${MASTERDIR}/Makefile"
Index: arm-rtems-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/arm-rtems-gcc/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- arm-rtems-gcc/Makefile	24 Jun 2007 16:18:34 -0000	1.8
+++ arm-rtems-gcc/Makefile	6 Mar 2011 05:26:08 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	arm
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-gcc
 .include "${MASTERDIR}/Makefile"
Index: arm-rtems-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/arm-rtems-gdb/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- arm-rtems-gdb/Makefile	24 Jun 2007 16:18:34 -0000	1.10
+++ arm-rtems-gdb/Makefile	6 Mar 2011 05:26:17 -0000
@@ -10,7 +10,5 @@
 TGTARCH=	arm
 TGTABI=		rtems
 
-WITH_RTEMS_PATCHES=	yes
-
 MASTERDIR=	${.CURDIR}/../cross-gdb
 .include "${MASTERDIR}/Makefile"
Index: i386-rtems-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/i386-rtems-binutils/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- i386-rtems-binutils/Makefile	24 Jun 2007 16:18:34 -0000	1.31
+++ i386-rtems-binutils/Makefile	6 Mar 2011 05:26:22 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	i386
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=${.CURDIR}/../cross-binutils
 .include "${MASTERDIR}/Makefile"
Index: i386-rtems-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/i386-rtems-gcc/Makefile,v
retrieving revision 1.57
diff -u -r1.57 Makefile
--- i386-rtems-gcc/Makefile	24 Jun 2007 16:18:35 -0000	1.57
+++ i386-rtems-gcc/Makefile	6 Mar 2011 05:26:28 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	i386
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-gcc
 .include "${MASTERDIR}/Makefile"
Index: i386-rtems-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/i386-rtems-gdb/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- i386-rtems-gdb/Makefile	24 Jun 2007 16:18:35 -0000	1.30
+++ i386-rtems-gdb/Makefile	6 Mar 2011 05:26:34 -0000
@@ -10,7 +10,5 @@
 TGTARCH=	i386
 TGTABI=		rtems
 
-WITH_RTEMS_PATCHES=	yes
-
 MASTERDIR=	${.CURDIR}/../cross-gdb
 .include "${MASTERDIR}/Makefile"
Index: m68k-rtems-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/m68k-rtems-binutils/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- m68k-rtems-binutils/Makefile	24 Jun 2007 16:18:36 -0000	1.7
+++ m68k-rtems-binutils/Makefile	6 Mar 2011 05:26:47 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	m68k
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-binutils
 .include "${MASTERDIR}/Makefile"
Index: m68k-rtems-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/m68k-rtems-gcc/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- m68k-rtems-gcc/Makefile	24 Jun 2007 16:18:36 -0000	1.8
+++ m68k-rtems-gcc/Makefile	6 Mar 2011 05:26:51 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	m68k
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-gcc
 .include "${MASTERDIR}/Makefile"
Index: m68k-rtems-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/m68k-rtems-gdb/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- m68k-rtems-gdb/Makefile	24 Jun 2007 16:18:36 -0000	1.8
+++ m68k-rtems-gdb/Makefile	6 Mar 2011 05:26:57 -0000
@@ -10,7 +10,5 @@
 TGTARCH=	m68k
 TGTABI=		rtems
 
-WITH_RTEMS_PATCHES=	yes
-
 MASTERDIR=	${.CURDIR}/../cross-gdb
 .include "${MASTERDIR}/Makefile"
Index: mips-rtems-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/mips-rtems-binutils/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- mips-rtems-binutils/Makefile	24 Jun 2007 16:18:37 -0000	1.13
+++ mips-rtems-binutils/Makefile	6 Mar 2011 05:27:00 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	mips
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-binutils
 .include "${MASTERDIR}/Makefile"
Index: mips-rtems-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/mips-rtems-gcc/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- mips-rtems-gcc/Makefile	24 Jun 2007 16:18:37 -0000	1.11
+++ mips-rtems-gcc/Makefile	6 Mar 2011 05:27:05 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	mips
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-gcc
 .include "${MASTERDIR}/Makefile"
Index: mips-rtems-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/mips-rtems-gdb/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- mips-rtems-gdb/Makefile	24 Jun 2007 16:18:37 -0000	1.7
+++ mips-rtems-gdb/Makefile	6 Mar 2011 05:27:11 -0000
@@ -10,7 +10,5 @@
 TGTARCH=	mips
 TGTABI=		rtems
 
-WITH_RTEMS_PATCHES=	yes
-
 MASTERDIR=	${.CURDIR}/../cross-gdb
 .include "${MASTERDIR}/Makefile"
Index: powerpc-rtems-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/powerpc-rtems-binutils/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- powerpc-rtems-binutils/Makefile	24 Jun 2007 16:18:38 -0000	1.7
+++ powerpc-rtems-binutils/Makefile	6 Mar 2011 05:27:16 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	powerpc
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-binutils
 .include "${MASTERDIR}/Makefile"
Index: powerpc-rtems-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/powerpc-rtems-gcc/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- powerpc-rtems-gcc/Makefile	24 Jun 2007 16:18:38 -0000	1.8
+++ powerpc-rtems-gcc/Makefile	6 Mar 2011 05:27:22 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	powerpc
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-gcc
 .include "${MASTERDIR}/Makefile"
Index: powerpc-rtems-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/powerpc-rtems-gdb/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- powerpc-rtems-gdb/Makefile	24 Jun 2007 16:18:38 -0000	1.10
+++ powerpc-rtems-gdb/Makefile	6 Mar 2011 05:27:28 -0000
@@ -10,7 +10,5 @@
 TGTARCH=	powerpc
 TGTABI=		rtems
 
-WITH_RTEMS_PATCHES=	yes
-
 MASTERDIR=	${.CURDIR}/../cross-gdb
 .include "${MASTERDIR}/Makefile"
Index: sh-rtems-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/sh-rtems-binutils/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- sh-rtems-binutils/Makefile	24 Jun 2007 16:18:38 -0000	1.7
+++ sh-rtems-binutils/Makefile	6 Mar 2011 05:27:32 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	sh
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-binutils
 .include "${MASTERDIR}/Makefile"
Index: sh-rtems-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/sh-rtems-gcc/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- sh-rtems-gcc/Makefile	24 Jun 2007 16:18:39 -0000	1.10
+++ sh-rtems-gcc/Makefile	6 Mar 2011 05:27:47 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	sh
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-gcc
 .include "${MASTERDIR}/Makefile"
Index: sh-rtems-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/sh-rtems-gdb/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- sh-rtems-gdb/Makefile	24 Jun 2007 16:18:39 -0000	1.9
+++ sh-rtems-gdb/Makefile	6 Mar 2011 05:27:53 -0000
@@ -10,7 +10,5 @@
 TGTARCH=	sh
 TGTABI=		rtems
 
-WITH_RTEMS_PATCHES=	yes
-
 MASTERDIR=	${.CURDIR}/../cross-gdb
 .include "${MASTERDIR}/Makefile"
Index: sparc-rtems-binutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/sparc-rtems-binutils/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- sparc-rtems-binutils/Makefile	24 Jun 2007 16:18:39 -0000	1.7
+++ sparc-rtems-binutils/Makefile	6 Mar 2011 05:27:57 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	sparc
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-binutils
 .include "${MASTERDIR}/Makefile"
Index: sparc-rtems-gcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/sparc-rtems-gcc/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- sparc-rtems-gcc/Makefile	24 Jun 2007 16:18:40 -0000	1.8
+++ sparc-rtems-gcc/Makefile	6 Mar 2011 05:28:01 -0000
@@ -9,7 +9,6 @@
 
 TGTARCH=	sparc
 TGTABI=		rtems
-WITH_RTEMS_PATCHES=	yes
 
 MASTERDIR=	${.CURDIR}/../cross-gcc
 .include "${MASTERDIR}/Makefile"
Index: sparc-rtems-gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/sparc-rtems-gdb/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- sparc-rtems-gdb/Makefile	24 Jun 2007 16:18:40 -0000	1.11
+++ sparc-rtems-gdb/Makefile	6 Mar 2011 05:28:06 -0000
@@ -10,7 +10,5 @@
 TGTARCH=	sparc
 TGTABI=		rtems
 
-WITH_RTEMS_PATCHES=	yes
-
 MASTERDIR=	${.CURDIR}/../cross-gdb
 .include "${MASTERDIR}/Makefile"


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list