diff options
author | James E. Housley <jeh@FreeBSD.org> | 2002-07-10 12:33:03 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2002-07-10 12:33:03 +0000 |
commit | f66ce50173c11078aa119e6041063e534477800f (patch) | |
tree | eeee1bfb29c220f5e5c9752bb7b8b18f9024122d /devel/i386-rtems-gcj | |
parent | Mention lang/ifc port. (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-gcj')
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 3efae046a7f5..48891ccf1a38 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -9,9 +9,12 @@ PORTNAME= gcj PORTVERSION= 2.95.3 PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= newlib gcc/releases/${JAVANAME} -DISTFILES= ${NEWLIBNAME}.tar.gz ${JAVANAME}.tar.gz +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ + ${MASTER_SITE_SOURCEWARE:S/$/:gcc/} +MASTER_SITE_SUBDIR= newlib \ + gcc/releases/${JAVANAME}/:gcc +DISTFILES= ${NEWLIBNAME}.tar.gz \ + ${JAVANAME}.tar.gz:gcc PATCHFILES= ${JAVANAME}-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-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 |