summaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gdb/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2002-11-01 02:40:58 +0000
committerJames E. Housley <jeh@FreeBSD.org>2002-11-01 02:40:58 +0000
commit01b14fb7efbe6d3a1711b7c37fb4fc0a2049d0bb (patch)
tree37c479d139b65c620a5bd2fa2cc8d70ac5813fa1 /devel/i386-rtems-gdb/Makefile
parentUpdate to 3.78 (diff)
Update to the latest version of gdb, used by RTEMS -- 5.2
Notes
Notes: svn path=/head/; revision=69233
Diffstat (limited to 'devel/i386-rtems-gdb/Makefile')
-rw-r--r--devel/i386-rtems-gdb/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/i386-rtems-gdb/Makefile b/devel/i386-rtems-gdb/Makefile
index beda79c913f7..cad976a5c4da 100644
--- a/devel/i386-rtems-gdb/Makefile
+++ b/devel/i386-rtems-gdb/Makefile
@@ -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})