Update to the latest version of gdb, used by RTEMS -- 5.2

This commit is contained in:
James E. Housley 2002-11-01 02:40:58 +00:00
parent 0ee4b93798
commit 01b14fb7ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69233
8 changed files with 42 additions and 7 deletions

View File

@ -10,4 +10,7 @@ PORTNAME= gdb
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= arm-rtems
MAN1= ${LCLTARGET}-run.1
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"

View File

@ -6,21 +6,23 @@
#
PORTNAME= gdb
PORTVERSION= 5.0
PORTREVISION= 3
PORTVERSION= 5.2
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdb
MAINTAINER= jeh@FreeBSD.org
PATCHFILES= ${GDBNAME}-rtems-20010314.diff
PATCHFILES= ${GDBNAME}-rtems-base-20020612.diff \
${GDBNAME}-rtems-cg-20020612.diff \
${GDBNAME}-rtems-rdbg-20020612.diff
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
http://rtems.thehousleys.net/
LCLTARGET?= i386-rtems
GDBNAME= gdb-5.0
GDBNAME= gdb-5.2
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET}
@ -41,7 +43,7 @@ CONFIGURE_SCRIPT?= ../${GDBNAME}/configure
PATCH_DIST_STRIP?= -p1
MAN1= ${LCLTARGET}-gdb.1
MAN1+= ${LCLTARGET}-gdb.1
pre-configure:
@(cd ${WRKDIR} ; ${MKDIR} build-${LCLTARGET})

View File

@ -1,2 +1,4 @@
MD5 (gdb-5.0.tar.gz) = 9511b69b6b5a3b38c62ad207b3c94673
MD5 (gdb-5.0-rtems-20010314.diff) = 97941a78d16763bf401e537062f90dec
MD5 (gdb-5.2.tar.gz) = afb7d18f72be812ef405f6b271a36e03
MD5 (gdb-5.2-rtems-base-20020612.diff) = d328e2959b8c83add5e2a3ca60582b03
MD5 (gdb-5.2-rtems-cg-20020612.diff) = 44f82adae65e657458fde1280a6ac2c9
MD5 (gdb-5.2-rtems-rdbg-20020612.diff) = 1fffe3010d9e33186497238efa9c3060

View File

@ -10,4 +10,7 @@ PORTNAME= gdb
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= i960-rtems
MAN1= ${LCLTARGET}-run.1
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: mips-rtems-gdb
# Date created: 31 October 2002
# Whom: James Housley <jeh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gdb
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= mips-rtems
MAN1= ${LCLTARGET}-run.1
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"

View File

@ -12,4 +12,7 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= powerpc-rtems
CONFIGURE_ARGS= --verbose --enable-sim --enable-sim-powerpc \
--enable-sim-timebase --enable-sim-hardware
BROKEN= "Errors on compile"
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"

View File

@ -11,4 +11,7 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= sh-rtems
CONFIGURE_ARGS= --verbose --enable-sim
MAN1= ${LCLTARGET}-run.1
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"

View File

@ -11,4 +11,7 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= sparc-rtems
CONFIGURE_ARGS+= --verbose --enable-sim
MAN1= ${LCLTARGET}-run.1
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"