diff options
author | jeh <jeh@FreeBSD.org> | 2001-07-02 23:19:10 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-07-02 23:19:10 +0000 |
commit | 137f590f8a5fef3aa9b3873cbf28bf33b9f81c75 (patch) | |
tree | 78e4fe26f80712aa3ca9112faeacf21e34127e95 /devel/i386-rtems-gcj | |
parent | 56993e0ce73e521b3ffe7753de68fd4f0b4f85c6 (diff) | |
download | FreeBSD-ports-137f590f8a5fef3aa9b3873cbf28bf33b9f81c75.zip FreeBSD-ports-137f590f8a5fef3aa9b3873cbf28bf33b9f81c75.tar.gz |
Update the rest of the GCC port to use the more common GCC tarbal.
Diffstat (limited to 'devel/i386-rtems-gcj')
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 7 | ||||
-rw-r--r-- | devel/i386-rtems-gcj/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 7103118..06c9110 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -9,8 +9,8 @@ PORTNAME= gcj PORTVERSION= 2.95.2 PORTREVISION= 22 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ - http://rtems.thehousleys.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} +MASTER_SITE_SUBDIR= newlib DISTFILES= ${JAVANAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${JAVANAME}-rtems-20010221.diff \ ${NEWLIBNAME}-rtems-20010221.diff @@ -19,8 +19,6 @@ PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ MAINTAINER= jeh@FreeBSD.org -DIST_SUBDIR= rtems - LCLTARGET?= i386-rtems JAVANAME= gcc-2.95.2 @@ -28,6 +26,7 @@ NEWLIBNAME= newlib-1.9.0 MASTERDIR= ${.CURDIR}/../i386-rtems-gcj PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +FETCH_DEPENDS= /nonexistent:${PORTSDIR}/devel/rtems-gcc:extract BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc diff --git a/devel/i386-rtems-gcj/distinfo b/devel/i386-rtems-gcj/distinfo index d5e659c..20c9144 100644 --- a/devel/i386-rtems-gcj/distinfo +++ b/devel/i386-rtems-gcj/distinfo @@ -1,4 +1,4 @@ -MD5 (rtems/gcc-2.95.2.tar.gz) = 1bf15194e6b99d088133b1d28176d949 -MD5 (rtems/newlib-1.9.0.tar.gz) = 13eb50875731cb5f22587d5622ddcf6c -MD5 (rtems/gcc-2.95.2-rtems-20010221.diff) = f52f172ebf45205c7c8f45b7d1a58fc3 -MD5 (rtems/newlib-1.9.0-rtems-20010221.diff) = 63e10f0b0eaee18ab30de9d007e7a760 +MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f +MD5 (newlib-1.9.0.tar.gz) = ca85717ef6e9ec57b895e286f8c1d905 +MD5 (gcc-2.95.2-rtems-20010221.diff) = f52f172ebf45205c7c8f45b7d1a58fc3 +MD5 (newlib-1.9.0-rtems-20010221.diff) = 63e10f0b0eaee18ab30de9d007e7a760 |