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.
This commit is contained in:
James E. Housley 2002-07-10 12:33:03 +00:00
parent 3a5a506136
commit f66ce50173
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62759
11 changed files with 31 additions and 53 deletions

View File

@ -633,7 +633,6 @@
SUBDIR += rlwrap
SUBDIR += robodoc
SUBDIR += rpc2
SUBDIR += rtems-gcc
SUBDIR += rtplib
SUBDIR += ruby-amstd
SUBDIR += ruby-aspectr

View File

@ -9,9 +9,13 @@ PORTNAME= chill
PORTVERSION= 2.95.3
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= newlib gcc/releases/${CHILLNAME}
DISTFILES= ${NEWLIBNAME}.tar.gz ${CHILLNAME}.tar.gz
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
MASTER_SITE_SUBDIR= newlib \
gcc/releases/${CHILLNAME}/:gcc
DISTFILES= ${NEWLIBNAME}.tar.gz \
${CHILLNAME}.tar.gz:gcc
PATCHFILES= ${CHILLNAME}-rtems-20010622a.diff \
${NEWLIBNAME}-rtems-20010622.diff
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
@ -26,7 +30,6 @@ NEWLIBNAME= newlib-1.9.0
MASTERDIR= ${.CURDIR}/../i386-rtems-chill
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

View File

@ -9,9 +9,12 @@ PORTNAME= g77
PORTVERSION= 2.95.3
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= newlib gcc/releases/${G77NAME}
DISTFILES= ${NEWLIBNAME}.tar.gz ${G77NAME}.tar.gz
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
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
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-g77
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

View File

@ -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

View File

@ -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

View File

@ -9,9 +9,12 @@ PORTNAME= objc
PORTVERSION= 2.95.3
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= newlib gcc/releases/${OBJCNAME}
DISTFILES= ${NEWLIBNAME}.tar.gz ${OBJCNAME}.tar.gz
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
MASTER_SITE_SUBDIR= newlib \
gcc/releases/${OBJCNAME}/:gcc
DISTFILES= ${NEWLIBNAME}.tar.gz \
${OBJCNAME}.tar.gz:gcc
PATCHFILES= ${OBJCNAME}-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-objc
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

View File

@ -1,22 +0,0 @@
# New ports collection makefile for: i386-rtems-gcc
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= gcc
PORTVERSION= 2.95.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gcc/releases/${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY= # Empty
MAINTAINER= jeh@FreeBSD.org
PKGNAMEPREFIX= rtems-
NO_BUILD= YES
NO_INSTALL= YES
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (gcc-2.95.3.tar.gz) = f3ad4f32c2296fad758ed051b5ac8e28

View File

@ -1 +0,0 @@
A phantom port to fetch the gcc tarball for the RTEMS ports

View File

@ -1,7 +0,0 @@
This is a phantom port to fetch the gcc tarball used by the
*-rtems-gcc, *-rtems-gcj, *-rtems-g77 and *-rtems-objc ports.
WWW: http://www.oarcorp.com/
- Jim
jim@thehousleys.net

View File

@ -1 +0,0 @@
@comment this plist intentionally left empty