Minor update in where the files are fetched from. Maybe now
I will stop getting "Unfetchable distfiles" message for files that do get fetched in the real-world (tm). Suggested by sf, and changed. Also update i386-rtems-g77/Makefile: s/F77/G77/g Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
This commit is contained in:
parent
2218402e72
commit
6602612e39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48825
6 changed files with 16 additions and 16 deletions
|
@ -10,8 +10,8 @@ PORTVERSION= 2.95.3
|
|||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= newlib
|
||||
DISTFILES= ${CHILLNAME}.tar.gz ${NEWLIBNAME}.tar.gz
|
||||
MASTER_SITE_SUBDIR= newlib gcc/releases/${CHILLNAME}
|
||||
DISTFILES= ${NEWLIBNAME}.tar.gz ${CHILLNAME}.tar.gz
|
||||
PATCHFILES= ${CHILLNAME}-rtems-20010622a.diff \
|
||||
${NEWLIBNAME}-rtems-20010622.diff
|
||||
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
|
||||
|
|
|
@ -10,9 +10,9 @@ PORTVERSION= 2.95.3
|
|||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= newlib
|
||||
DISTFILES= ${F77NAME}.tar.gz ${NEWLIBNAME}.tar.gz
|
||||
PATCHFILES= ${F77NAME}-rtems-20010622a.diff \
|
||||
MASTER_SITE_SUBDIR= newlib gcc/releases/${G77NAME}
|
||||
DISTFILES= ${NEWLIBNAME}.tar.gz ${G77NAME}.tar.gz
|
||||
PATCHFILES= ${G77NAME}-rtems-20010622a.diff \
|
||||
${NEWLIBNAME}-rtems-20010622.diff
|
||||
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
|
||||
http://rtems.thehousleys.net/
|
||||
|
@ -21,7 +21,7 @@ MAINTAINER= jeh@FreeBSD.org
|
|||
|
||||
LCLTARGET?= i386-rtems
|
||||
|
||||
F77NAME= gcc-2.95.3
|
||||
G77NAME= gcc-2.95.3
|
||||
NEWLIBNAME= newlib-1.9.0
|
||||
MASTERDIR= ${.CURDIR}/../i386-rtems-g77
|
||||
PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET}
|
||||
|
@ -40,7 +40,7 @@ CONFIGURE_TARGET?= --target=${LCLTARGET}
|
|||
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
||||
--enable-languages="f77"
|
||||
CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET}
|
||||
CONFIGURE_SCRIPT?= ../${F77NAME}/configure
|
||||
CONFIGURE_SCRIPT?= ../${G77NAME}/configure
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}
|
||||
PATCH_STRIP= -p
|
||||
|
@ -49,7 +49,7 @@ MAKE_FLAGS= LANGUAGES="f77"
|
|||
|
||||
pre-configure:
|
||||
@(cd ${WRKDIR} ; \
|
||||
cd ${F77NAME} ; ${LN} -fs ../${NEWLIBNAME}/newlib . ; \
|
||||
cd ${G77NAME} ; ${LN} -fs ../${NEWLIBNAME}/newlib . ; \
|
||||
cd .. ; \
|
||||
${MKDIR} build-${LCLTARGET})
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ PORTVERSION= 2.95.3
|
|||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= newlib
|
||||
DISTFILES= ${GCCNAME}.tar.gz ${NEWLIBNAME}.tar.gz
|
||||
MASTER_SITE_SUBDIR= newlib gcc/releases/${GCCNAME}
|
||||
DISTFILES= ${NEWLIBNAME}.tar.gz ${GCCNAME}.tar.gz
|
||||
PATCHFILES= ${GCCNAME}-rtems-20010622a.diff \
|
||||
${NEWLIBNAME}-rtems-20010622.diff
|
||||
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
|
||||
|
|
|
@ -10,8 +10,8 @@ PORTVERSION= 2.95.3
|
|||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= newlib
|
||||
DISTFILES= ${JAVANAME}.tar.gz ${NEWLIBNAME}.tar.gz
|
||||
MASTER_SITE_SUBDIR= newlib gcc/releases/${JAVANAME}
|
||||
DISTFILES= ${NEWLIBNAME}.tar.gz ${JAVANAME}.tar.gz
|
||||
PATCHFILES= ${JAVANAME}-rtems-20010622a.diff \
|
||||
${NEWLIBNAME}-rtems-20010622.diff
|
||||
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
|
||||
|
|
|
@ -10,8 +10,8 @@ PORTVERSION= 2.95.3
|
|||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= newlib
|
||||
DISTFILES= ${OBJCNAME}.tar.gz ${NEWLIBNAME}.tar.gz
|
||||
MASTER_SITE_SUBDIR= newlib gcc/releases/${OBJCNAME}
|
||||
DISTFILES= ${NEWLIBNAME}.tar.gz ${OBJCNAME}.tar.gz
|
||||
PATCHFILES= ${OBJCNAME}-rtems-20010622a.diff \
|
||||
${NEWLIBNAME}-rtems-20010622.diff
|
||||
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= gcc
|
||||
PORTVERSION= 2.95.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gcc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= gcc/releases/${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_ONLY= # Empty
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue