aboutsummaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gcc
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2002-07-10 12:33:03 +0000
committerJames E. Housley <jeh@FreeBSD.org>2002-07-10 12:33:03 +0000
commitf66ce50173c11078aa119e6041063e534477800f (patch)
treeeeee1bfb29c220f5e5c9752bb7b8b18f9024122d /devel/i386-rtems-gcc
parent3a5a5061367cf2085fa839fec2bc35965b70e17a (diff)
Update to use the new grouping capability. This allows the removal
of the rtems-gcc hack to fetch the files from a different subdir then newlib lived in. Remove devel/rtems-gcc No functionality change so no PORTREVSION bump.
Notes
Notes: svn path=/head/; revision=62759
Diffstat (limited to 'devel/i386-rtems-gcc')
-rw-r--r--devel/i386-rtems-gcc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile
index 74b6c326b6e2..6027dff4d008 100644
--- a/devel/i386-rtems-gcc/Makefile
+++ b/devel/i386-rtems-gcc/Makefile
@@ -9,9 +9,12 @@ PORTNAME= gcc
PORTVERSION= 2.95.3
PORTREVISION= 0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
-MASTER_SITE_SUBDIR= newlib gcc/releases/${GCCNAME}
-DISTFILES= ${NEWLIBNAME}.tar.gz ${GCCNAME}.tar.gz
+MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
+ ${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
+MASTER_SITE_SUBDIR= newlib \
+ gcc/releases/${GCCNAME}/:gcc
+DISTFILES= ${NEWLIBNAME}.tar.gz \
+ ${GCCNAME}.tar.gz:gcc
PATCHFILES= ${GCCNAME}-rtems-20010622a.diff \
${NEWLIBNAME}-rtems-20010622.diff
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
@@ -26,7 +29,6 @@ NEWLIBNAME= newlib-1.9.0
MASTERDIR= ${.CURDIR}/../i386-rtems-gcc
PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET}
-FETCH_DEPENDS= /nonexistent:${PORTSDIR}/devel/rtems-gcc:extract
BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \
${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \
${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils