diff options
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 b8e4cf3..ab4d9ea 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} |