summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-10-31 02:11:23 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-10-31 02:11:23 +0000
commit3fc72e85fa68bb7af842d8650e66b32bbac38d63 (patch)
treee9a4218ab9b85fa2522f6c1c8df1a85a5ffd111c /devel
parentChange the default TCL_VER to 8.4 to match that of tcl-memchan. (diff)
Fix the MASTER_SITE
Notes
Notes: svn path=/head/; revision=92670
Diffstat (limited to 'devel')
-rw-r--r--devel/i386-rtems-g77/Makefile5
-rw-r--r--devel/i386-rtems-gcc/Makefile4
-rw-r--r--devel/i386-rtems-gcj/Makefile4
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile
index 624d63b24013..a7cde5d36ced 100644
--- a/devel/i386-rtems-g77/Makefile
+++ b/devel/i386-rtems-g77/Makefile
@@ -10,9 +10,9 @@ PORTVERSION= 3.2.3
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
- ${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
+ ${MASTER_SITE_GNU:S/$/:gcc/}
MASTER_SITE_SUBDIR= newlib \
- releases/${G77NAME}/:gcc
+ ${PORTNAME}/${GCCNAME}/:gcc
DISTFILES= ${NEWLIBNAME}.tar.gz \
${G77NAME}.tar.gz:gcc
PATCHFILES= ${G77NAME}-rtems-20030507a.diff \
@@ -45,7 +45,6 @@ RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc
PKGNAMEPREFIX= ${LCLTARGET}-
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
ALL_TARGET= all info
NO_CPUCFLAGS= yes
diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile
index f713e66de592..941fa7fc5e56 100644
--- a/devel/i386-rtems-gcc/Makefile
+++ b/devel/i386-rtems-gcc/Makefile
@@ -10,9 +10,9 @@ PORTVERSION= 3.2.3
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
- ${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
+ ${MASTER_SITE_GNU:S/$/:gcc/}
MASTER_SITE_SUBDIR= newlib \
- releases/${GCCNAME}/:gcc
+ ${PORTNAME}/${GCCNAME}/:gcc
DISTFILES= ${NEWLIBNAME}.tar.gz \
${GCCNAME}.tar.gz:gcc
PATCHFILES= ${GCCNAME}-rtems-20030507a.diff \
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile
index faec088f0c34..64dc13177c02 100644
--- a/devel/i386-rtems-gcj/Makefile
+++ b/devel/i386-rtems-gcj/Makefile
@@ -10,9 +10,9 @@ PORTVERSION= 3.2.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
- ${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
+ ${MASTER_SITE_GNU:S/$/:gcc/}
MASTER_SITE_SUBDIR= newlib \
- gcc/releases/${JAVANAME}/:gcc
+ ${PORTNAME}/${GCCNAME}/:gcc
DISTFILES= ${NEWLIBNAME}.tar.gz \
${JAVANAME}.tar.gz:gcc
PATCHFILES= ${JAVANAME}-rtems-20021209.diff \