View | Details | Raw Unified | Return to bug 21048
Collapse All | Expand All

(-)devel/i386-rtems-gdb/Makefile (-12 / +8 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	gdb
8
PORTNAME=	gdb
9
PORTVERSION=	4.18
9
PORTVERSION=	5.0
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=   ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \
11
MASTER_SITES=   ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
12
		http://www.thehousleys.net/rtems-4.5.0b3/
12
		http://rtems.thehousleys.net/
13
PATCHFILES=	${GDBNAME}-rtems-20000524.diff.gz
13
PATCHFILES=	${GDBNAME}-rtems-20000718.diff.gz
14
PATCH_SITES=	ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \
14
PATCH_SITES=	ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
15
		http://www.thehousleys.net/rtems-4.5.0b3/
15
		http://rtems.thehousleys.net/
16
16
17
MAINTAINER=	jim@thehousleys.net
17
MAINTAINER=	jim@thehousleys.net
18
18
Lines 20-26 Link Here
20
20
21
LCLTARGET?=	i386-rtems
21
LCLTARGET?=	i386-rtems
22
22
23
GDBNAME=	gdb-4.18
23
PORTREVISION=	2
24
GDBNAME=	gdb-5.0
24
MASTERDIR=	${.CURDIR}/../i386-rtems-gdb
25
MASTERDIR=	${.CURDIR}/../i386-rtems-gdb
25
PLIST=		${PKGDIR}/PLIST.${LCLTARGET}
26
PLIST=		${PKGDIR}/PLIST.${LCLTARGET}
26
27
Lines 40-46 Link Here
40
CONFIGURE_SCRIPT?=	../${GDBNAME}/configure
41
CONFIGURE_SCRIPT?=	../${GDBNAME}/configure
41
42
42
MAN1=		${LCLTARGET}-gdb.1
43
MAN1=		${LCLTARGET}-gdb.1
43
MAN3=		readline.3
44
44
45
.if defined(PATCH_DEBUG)
45
.if defined(PATCH_DEBUG)
46
PATCH_DIST_ARGS=   -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
46
PATCH_DIST_ARGS=   -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
Lines 58-66 Link Here
58
do-install:
58
do-install:
59
	@(cd ${WRKDIR}/build-${LCLTARGET} && \
59
	@(cd ${WRKDIR}/build-${LCLTARGET} && \
60
	${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
60
	${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
61
62
post-install:
63
	@install-info ${PREFIX}/info/readline.info ${PREFIX}/info/dir
64
	@install-info ${PREFIX}/info/history.info ${PREFIX}/info/dir
65
61
66
.include <bsd.port.mk>
62
.include <bsd.port.mk>
(-)devel/i386-rtems-gdb/files/md5 (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (rtems/gdb-4.18-rtems-20000524.diff.gz) = 72f00b298c95d968212c8b77c240aca3
1
MD5 (rtems/gdb-5.0.tar.gz) = 9511b69b6b5a3b38c62ad207b3c94673
2
MD5 (rtems/gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473
2
MD5 (rtems/gdb-5.0-rtems-20000718.diff.gz) = ba6ab55fbf2758b3efe64f99e31fc11e
(-)devel/i386-rtems-gdb/patches/patch-aa (+24 lines)
Line 0 Link Here
1
--- Makefile.in.orig	Thu May 18 01:00:23 2000
2
+++ Makefile.in	Tue Aug 29 16:28:47 2000
3
@@ -662,9 +662,7 @@
4
 	install-autoconf \
5
 	install-automake \
6
 	install-bash \
7
-	install-bfd \
8
 	install-bzip2 \
9
-	install-opcodes \
10
 	install-binutils \
11
 	install-bison \
12
 	install-byacc \
13
@@ -696,11 +694,9 @@
14
 	install-itcl \
15
 	install-ld \
16
 	install-libgui \
17
-	install-libiberty \
18
 	install-libtool \
19
 	install-m4 \
20
 	install-make \
21
-	install-mmalloc \
22
 	install-patch \
23
 	install-perl \
24
 	install-prms \
(-)devel/i386-rtems-gdb/pkg/PLIST.i386-rtems (-15 lines)
Lines 1-16 Link Here
1
bin/i386-rtems-gdb
1
bin/i386-rtems-gdb
2
include/readline/readline.h
3
include/readline/chardefs.h
4
include/readline/keymaps.h
5
include/readline/history.h
6
include/readline/tilde.h
7
@unexec install-info --delete %D/info/readline.info %D/info/dir
8
@unexec install-info --delete %D/info/history.info %D/info/dir
9
info/readline.info
10
info/history.info
11
@exec install-info %D/info/history.info %D/info/dir
12
@exec install-info %D/info/readline.info %D/info/dir
13
lib/libmmalloc.a
14
lib/libreadline.a
15
lib/libhistory.a
16
@dirrm include/readline
(-)devel/i386-rtems-gdb/pkg/PLIST.i960-rtems (-15 lines)
Lines 1-18 Link Here
1
bin/i960-rtems-gdb
1
bin/i960-rtems-gdb
2
bin/i960-rtems-run
2
bin/i960-rtems-run
3
include/readline/readline.h
4
include/readline/chardefs.h
5
include/readline/keymaps.h
6
include/readline/history.h
7
include/readline/tilde.h
8
@unexec install-info --delete %D/info/readline.info %D/info/dir
9
@unexec install-info --delete %D/info/history.info %D/info/dir
10
info/readline.info
11
info/history.info
12
@exec install-info %D/info/history.info %D/info/dir
13
@exec install-info %D/info/readline.info %D/info/dir
14
lib/libmmalloc.a
15
lib/libreadline.a
16
lib/libhistory.a
17
lib/libi960-rtems-sim.a
3
lib/libi960-rtems-sim.a
18
@dirrm include/readline
(-)devel/i386-rtems-gdb/pkg/PLIST.m68k-rtems (-15 lines)
Lines 1-16 Link Here
1
bin/m68k-rtems-gdb
1
bin/m68k-rtems-gdb
2
include/readline/readline.h
3
include/readline/chardefs.h
4
include/readline/keymaps.h
5
include/readline/history.h
6
include/readline/tilde.h
7
@unexec install-info --delete %D/info/readline.info %D/info/dir
8
@unexec install-info --delete %D/info/history.info %D/info/dir
9
info/readline.info
10
info/history.info
11
@exec install-info %D/info/history.info %D/info/dir
12
@exec install-info %D/info/readline.info %D/info/dir
13
lib/libmmalloc.a
14
lib/libreadline.a
15
lib/libhistory.a
16
@dirrm include/readline
(-)devel/i386-rtems-gdb/pkg/PLIST.mips64orion-rtems (-15 lines)
Lines 1-18 Link Here
1
bin/mips64orion-rtems-gdb
1
bin/mips64orion-rtems-gdb
2
bin/mips64orion-rtems-run
2
bin/mips64orion-rtems-run
3
include/readline/readline.h
4
include/readline/chardefs.h
5
include/readline/keymaps.h
6
include/readline/history.h
7
include/readline/tilde.h
8
@unexec install-info --delete %D/info/readline.info %D/info/dir
9
@unexec install-info --delete %D/info/history.info %D/info/dir
10
info/readline.info
11
info/history.info
12
@exec install-info %D/info/history.info %D/info/dir
13
@exec install-info %D/info/readline.info %D/info/dir
14
lib/libmmalloc.a
15
lib/libreadline.a
16
lib/libhistory.a
17
lib/libmips64orion-rtems-sim.a
3
lib/libmips64orion-rtems-sim.a
18
@dirrm include/readline
(-)devel/i386-rtems-gdb/pkg/PLIST.powerpc-rtems (-15 / +1 lines)
Lines 1-16 Link Here
1
bin/powerpc-rtems-gdb
1
bin/powerpc-rtems-gdb
2
include/readline/readline.h
2
bin/powerpc-rtems-run
3
include/readline/chardefs.h
4
include/readline/keymaps.h
5
include/readline/history.h
6
include/readline/tilde.h
7
@unexec install-info --delete %D/info/readline.info %D/info/dir
8
@unexec install-info --delete %D/info/history.info %D/info/dir
9
info/readline.info
10
info/history.info
11
@exec install-info %D/info/history.info %D/info/dir
12
@exec install-info %D/info/readline.info %D/info/dir
13
lib/libmmalloc.a
14
lib/libreadline.a
15
lib/libhistory.a
16
@dirrm include/readline
(-)devel/i386-rtems-gdb/pkg/PLIST.sh-rtems (-15 lines)
Lines 1-18 Link Here
1
bin/sh-rtems-gdb
1
bin/sh-rtems-gdb
2
bin/sh-rtems-run
2
bin/sh-rtems-run
3
include/readline/readline.h
4
include/readline/chardefs.h
5
include/readline/keymaps.h
6
include/readline/history.h
7
include/readline/tilde.h
8
@unexec install-info --delete %D/info/readline.info %D/info/dir
9
@unexec install-info --delete %D/info/history.info %D/info/dir
10
info/readline.info
11
info/history.info
12
@exec install-info %D/info/history.info %D/info/dir
13
@exec install-info %D/info/readline.info %D/info/dir
14
lib/libmmalloc.a
15
lib/libreadline.a
16
lib/libhistory.a
17
lib/libsh-rtems-sim.a
3
lib/libsh-rtems-sim.a
18
@dirrm include/readline
(-)devel/i386-rtems-gdb/pkg/PLIST.sparc-rtems (-15 lines)
Lines 1-19 Link Here
1
bin/sparc-rtems-gdb
1
bin/sparc-rtems-gdb
2
bin/sparc-rtems-run
2
bin/sparc-rtems-run
3
bin/sparc-rtems-sis
3
bin/sparc-rtems-sis
4
include/readline/readline.h
5
include/readline/chardefs.h
6
include/readline/keymaps.h
7
include/readline/history.h
8
include/readline/tilde.h
9
@unexec install-info --delete %D/info/readline.info %D/info/dir
10
@unexec install-info --delete %D/info/history.info %D/info/dir
11
info/readline.info
12
info/history.info
13
@exec install-info %D/info/history.info %D/info/dir
14
@exec install-info %D/info/readline.info %D/info/dir
15
lib/libmmalloc.a
16
lib/libreadline.a
17
lib/libhistory.a
18
lib/libsparc-rtems-sim.a
4
lib/libsparc-rtems-sim.a
19
@dirrm include/readline

Return to bug 21048