diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-02-05 11:17:18 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-02-05 11:17:18 +0000 |
commit | 16da5b8f16a0113e10e51330d3c51ce43f749ba1 (patch) | |
tree | 5c03856f3d78ddc136bd9b48f96b286151286582 /devel/i386-rtems-g77/Makefile | |
parent | 5abfa16774657d465c62148028b81886589a8c88 (diff) |
Notes
Diffstat (limited to 'devel/i386-rtems-g77/Makefile')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index b8e4cf366606..ab4d9ea08f3a 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -6,7 +6,7 @@ # PORTNAME= g77 -PORTVERSION= 2.95.3 +PORTVERSION= 3.2.1 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= newlib \ gcc/releases/${G77NAME}/:gcc DISTFILES= ${NEWLIBNAME}.tar.gz \ ${G77NAME}.tar.gz:gcc -PATCHFILES= ${G77NAME}-rtems-20010622a.diff \ - ${NEWLIBNAME}-rtems-20010622.diff +PATCHFILES= ${G77NAME}-rtems-20021209.diff \ + ${NEWLIBNAME}-rtems-20030120.diff PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ @@ -24,8 +24,8 @@ MAINTAINER= jeh@FreeBSD.org LCLTARGET?= i386-rtems -G77NAME= gcc-2.95.3 -NEWLIBNAME= newlib-1.9.0 +G77NAME= gcc-3.2.1 +NEWLIBNAME= newlib-1.11.0 MASTERDIR= ${.CURDIR}/../i386-rtems-g77 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} |