diff options
author | stas <stas@FreeBSD.org> | 2008-05-12 16:14:05 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-05-12 16:14:05 +0800 |
commit | 013da45ca0036fc798ab1deec98f19e51668cecb (patch) | |
tree | a77c79f7ea61e1a0765510814f7c7ff9ff8ecf4a | |
parent | 4513d95824cb2935c573e45cfff31d67d3096a74 (diff) | |
download | freebsd-ports-gnome-013da45ca0036fc798ab1deec98f19e51668cecb.tar.gz freebsd-ports-gnome-013da45ca0036fc798ab1deec98f19e51668cecb.tar.zst freebsd-ports-gnome-013da45ca0036fc798ab1deec98f19e51668cecb.zip |
- Use fresh RTEMS patches to allow RTEMS 4.9 to compile fine
- bump PORTREVISION.
Submitted by: Mark Fullmer <maf@eng.oar.net>
-rw-r--r-- | devel/cross-gcc/Makefile | 8 | ||||
-rw-r--r-- | devel/cross-gcc/distinfo | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index dd72312411ec..cd90a42d2b23 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -7,7 +7,7 @@ PORTNAME?= gcc PORTVERSION= 4.2.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC:S,$,:gcc,} \ ${MASTER_SITE_SOURCEWARE:S,$,:newlib,} @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gcc \ newlib-${NEWLIB_VERSION}${NEWLIB_EXTRACT_SUFX}:newlib EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= ftp://ftp.rtems.com/pub/rtems/SOURCES/ +PATCH_SITES= ftp://ftp.rtems.com/pub/rtems/SOURCES/4.9/ PATCH_DIST_STRIP= -p1 MAINTAINER= stas@FreeBSD.org @@ -110,8 +110,8 @@ CONFIGURE_ARGS+=--with-float=${WITH_FLOAT_TYPE} .endif .if defined(WITH_RTEMS_PATCHES) -PATCHFILES+= gcc-core-4.2.3-rtems4.9-20080202.diff \ - newlib-${NEWLIB_VERSION}-rtems4.9-20080131.diff +PATCHFILES+= gcc-core-4.2.3-rtems4.9-20080205.diff \ + newlib-${NEWLIB_VERSION}-rtems4.9-20080302.diff .endif # diff --git a/devel/cross-gcc/distinfo b/devel/cross-gcc/distinfo index 4ef2b75d12fb..0d393747ba8a 100644 --- a/devel/cross-gcc/distinfo +++ b/devel/cross-gcc/distinfo @@ -4,9 +4,9 @@ SIZE (gcc-4.2.3.tar.bz2) = 44455012 MD5 (newlib-1.16.0.tar.gz) = bf8f1f9e3ca83d732c00a79a6ef29bc4 SHA256 (newlib-1.16.0.tar.gz) = db426394965c48c1d29023e1cc6d965ea6b9a9035d8a849be2750ca4659a3d07 SIZE (newlib-1.16.0.tar.gz) = 12024353 -MD5 (gcc-core-4.2.3-rtems4.9-20080202.diff) = b221d6d44a8520408b92addbcff78de6 -SHA256 (gcc-core-4.2.3-rtems4.9-20080202.diff) = 4194146f1615ff3e05ae1dc8d85586647897131354e4e9118eecaba1a57c4b6e -SIZE (gcc-core-4.2.3-rtems4.9-20080202.diff) = 3462 -MD5 (newlib-1.16.0-rtems4.9-20080131.diff) = ca3f96758d5c523fd6ff7d00bef9ba36 -SHA256 (newlib-1.16.0-rtems4.9-20080131.diff) = e9609707e0316a5c6a52ad84e3fba0b89b993bd9d83015f4a3a745082b4d93e6 -SIZE (newlib-1.16.0-rtems4.9-20080131.diff) = 34192 +MD5 (gcc-core-4.2.3-rtems4.9-20080205.diff) = d5a6a8c5973024476f0df6356b5e0424 +SHA256 (gcc-core-4.2.3-rtems4.9-20080205.diff) = 1a2bb7d8c8524f38fb89bf634240d6a9be3b0fb31e9d949569b561f376e0847c +SIZE (gcc-core-4.2.3-rtems4.9-20080205.diff) = 4550 +MD5 (newlib-1.16.0-rtems4.9-20080302.diff) = a227456d0850e24a839634096b879c30 +SHA256 (newlib-1.16.0-rtems4.9-20080302.diff) = 599fc24c6e6bda667a0e7917d06351afcd11dba91d8110fa8b43291556517335 +SIZE (newlib-1.16.0-rtems4.9-20080302.diff) = 54490 |