diff options
author | jeh <jeh@FreeBSD.org> | 2002-07-10 12:33:03 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-07-10 12:33:03 +0000 |
commit | ce3dd1179d611d92e50755e260b5635dcb825f58 (patch) | |
tree | 9702559877ee3198735d6b5d7f4fd706cc2119d2 /devel | |
parent | 37612253965531eb6df999f12a4b8b731d08f960 (diff) | |
download | FreeBSD-ports-ce3dd1179d611d92e50755e260b5635dcb825f58.zip FreeBSD-ports-ce3dd1179d611d92e50755e260b5635dcb825f58.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/i386-rtems-chill/Makefile | 11 | ||||
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 10 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 10 | ||||
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 10 | ||||
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 10 | ||||
-rw-r--r-- | devel/rtems-gcc/Makefile | 22 | ||||
-rw-r--r-- | devel/rtems-gcc/distinfo | 1 | ||||
-rw-r--r-- | devel/rtems-gcc/pkg-comment | 1 | ||||
-rw-r--r-- | devel/rtems-gcc/pkg-descr | 7 | ||||
-rw-r--r-- | devel/rtems-gcc/pkg-plist | 1 |
11 files changed, 31 insertions, 53 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5cac0fa..e35bf5c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -633,7 +633,6 @@ SUBDIR += rlwrap SUBDIR += robodoc SUBDIR += rpc2 - SUBDIR += rtems-gcc SUBDIR += rtplib SUBDIR += ruby-amstd SUBDIR += ruby-aspectr diff --git a/devel/i386-rtems-chill/Makefile b/devel/i386-rtems-chill/Makefile index f35c08b..27a5e52 100644 --- a/devel/i386-rtems-chill/Makefile +++ b/devel/i386-rtems-chill/Makefile @@ -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 diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index dc8b325..b8e4cf3 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -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 diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index 74b6c32..6027dff 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 diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 3efae04..48891cc 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 diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index f5efeb1..1d8a7fd 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -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 diff --git a/devel/rtems-gcc/Makefile b/devel/rtems-gcc/Makefile deleted file mode 100644 index 840e68d..0000000 --- a/devel/rtems-gcc/Makefile +++ /dev/null @@ -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> diff --git a/devel/rtems-gcc/distinfo b/devel/rtems-gcc/distinfo deleted file mode 100644 index b6d394f..0000000 --- a/devel/rtems-gcc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gcc-2.95.3.tar.gz) = f3ad4f32c2296fad758ed051b5ac8e28 diff --git a/devel/rtems-gcc/pkg-comment b/devel/rtems-gcc/pkg-comment deleted file mode 100644 index 8029d3a..0000000 --- a/devel/rtems-gcc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A phantom port to fetch the gcc tarball for the RTEMS ports diff --git a/devel/rtems-gcc/pkg-descr b/devel/rtems-gcc/pkg-descr deleted file mode 100644 index 519598c..0000000 --- a/devel/rtems-gcc/pkg-descr +++ /dev/null @@ -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 diff --git a/devel/rtems-gcc/pkg-plist b/devel/rtems-gcc/pkg-plist deleted file mode 100644 index 549a621..0000000 --- a/devel/rtems-gcc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty |