mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
GNU GDB 5.1 developmental snapshot. This exists to allow people to test
the upcoming GDB release, and to get any FreeBSD-needed mods submitted before the official 5.1 release.
This commit is contained in:
parent
fb01f9a10a
commit
a8742dda89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40643
26 changed files with 206 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
||||||
SUBDIR += gcc-m68k
|
SUBDIR += gcc-m68k
|
||||||
SUBDIR += gconf
|
SUBDIR += gconf
|
||||||
SUBDIR += gdb-m68k
|
SUBDIR += gdb-m68k
|
||||||
|
SUBDIR += gdb51
|
||||||
SUBDIR += gengetopt
|
SUBDIR += gengetopt
|
||||||
SUBDIR += gettext
|
SUBDIR += gettext
|
||||||
SUBDIR += gide
|
SUBDIR += gide
|
||||||
|
|
34
devel/gdb51/Makefile
Normal file
34
devel/gdb51/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: GDB 5.1
|
||||||
|
# Date created: 30 March 2001
|
||||||
|
# Whom: David O'Brien <obrien@NUXI.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
SNAPDATE= 2001-03-30
|
||||||
|
SNAPVER= ${SNAPDATE:S/-//g}
|
||||||
|
|
||||||
|
PORTNAME= gdb51
|
||||||
|
PORTVERSION= ${SNAPVER}
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||||
|
MASTER_SITE_SUBDIR= gdb/snapshots
|
||||||
|
DISTNAME= gdb+dejagnu-${SNAPVER}
|
||||||
|
|
||||||
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
|
|
||||||
|
NO_CDROM= 'dated material'
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --program-suffix=51
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/gdb51/distinfo
Normal file
1
devel/gdb51/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gdb+dejagnu-20010330.tar.bz2) = 3dfa31b867b4a1b13eadc9649e7b3ad7
|
1
devel/gdb51/pkg-comment
Normal file
1
devel/gdb51/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot
|
3
devel/gdb51/pkg-descr
Normal file
3
devel/gdb51/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot. This exists to allow people to test
|
||||||
|
the upcoming GDB release, and to get any FreeBSD-needed mods submitted
|
||||||
|
before the official 5.1 release.
|
2
devel/gdb51/pkg-plist
Normal file
2
devel/gdb51/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
bin/gdb51
|
34
devel/gdb52/Makefile
Normal file
34
devel/gdb52/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: GDB 5.1
|
||||||
|
# Date created: 30 March 2001
|
||||||
|
# Whom: David O'Brien <obrien@NUXI.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
SNAPDATE= 2001-03-30
|
||||||
|
SNAPVER= ${SNAPDATE:S/-//g}
|
||||||
|
|
||||||
|
PORTNAME= gdb51
|
||||||
|
PORTVERSION= ${SNAPVER}
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||||
|
MASTER_SITE_SUBDIR= gdb/snapshots
|
||||||
|
DISTNAME= gdb+dejagnu-${SNAPVER}
|
||||||
|
|
||||||
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
|
|
||||||
|
NO_CDROM= 'dated material'
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --program-suffix=51
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/gdb52/distinfo
Normal file
1
devel/gdb52/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gdb+dejagnu-20010330.tar.bz2) = 3dfa31b867b4a1b13eadc9649e7b3ad7
|
1
devel/gdb52/pkg-comment
Normal file
1
devel/gdb52/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot
|
3
devel/gdb52/pkg-descr
Normal file
3
devel/gdb52/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot. This exists to allow people to test
|
||||||
|
the upcoming GDB release, and to get any FreeBSD-needed mods submitted
|
||||||
|
before the official 5.1 release.
|
2
devel/gdb52/pkg-plist
Normal file
2
devel/gdb52/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
bin/gdb51
|
34
devel/gdb53/Makefile
Normal file
34
devel/gdb53/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: GDB 5.1
|
||||||
|
# Date created: 30 March 2001
|
||||||
|
# Whom: David O'Brien <obrien@NUXI.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
SNAPDATE= 2001-03-30
|
||||||
|
SNAPVER= ${SNAPDATE:S/-//g}
|
||||||
|
|
||||||
|
PORTNAME= gdb51
|
||||||
|
PORTVERSION= ${SNAPVER}
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||||
|
MASTER_SITE_SUBDIR= gdb/snapshots
|
||||||
|
DISTNAME= gdb+dejagnu-${SNAPVER}
|
||||||
|
|
||||||
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
|
|
||||||
|
NO_CDROM= 'dated material'
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --program-suffix=51
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/gdb53/distinfo
Normal file
1
devel/gdb53/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gdb+dejagnu-20010330.tar.bz2) = 3dfa31b867b4a1b13eadc9649e7b3ad7
|
1
devel/gdb53/pkg-comment
Normal file
1
devel/gdb53/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot
|
3
devel/gdb53/pkg-descr
Normal file
3
devel/gdb53/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot. This exists to allow people to test
|
||||||
|
the upcoming GDB release, and to get any FreeBSD-needed mods submitted
|
||||||
|
before the official 5.1 release.
|
2
devel/gdb53/pkg-plist
Normal file
2
devel/gdb53/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
bin/gdb51
|
34
devel/gdb6/Makefile
Normal file
34
devel/gdb6/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: GDB 5.1
|
||||||
|
# Date created: 30 March 2001
|
||||||
|
# Whom: David O'Brien <obrien@NUXI.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
SNAPDATE= 2001-03-30
|
||||||
|
SNAPVER= ${SNAPDATE:S/-//g}
|
||||||
|
|
||||||
|
PORTNAME= gdb51
|
||||||
|
PORTVERSION= ${SNAPVER}
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||||
|
MASTER_SITE_SUBDIR= gdb/snapshots
|
||||||
|
DISTNAME= gdb+dejagnu-${SNAPVER}
|
||||||
|
|
||||||
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
|
|
||||||
|
NO_CDROM= 'dated material'
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --program-suffix=51
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/gdb6/distinfo
Normal file
1
devel/gdb6/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gdb+dejagnu-20010330.tar.bz2) = 3dfa31b867b4a1b13eadc9649e7b3ad7
|
1
devel/gdb6/pkg-comment
Normal file
1
devel/gdb6/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot
|
3
devel/gdb6/pkg-descr
Normal file
3
devel/gdb6/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot. This exists to allow people to test
|
||||||
|
the upcoming GDB release, and to get any FreeBSD-needed mods submitted
|
||||||
|
before the official 5.1 release.
|
2
devel/gdb6/pkg-plist
Normal file
2
devel/gdb6/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
bin/gdb51
|
34
devel/gdb66/Makefile
Normal file
34
devel/gdb66/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: GDB 5.1
|
||||||
|
# Date created: 30 March 2001
|
||||||
|
# Whom: David O'Brien <obrien@NUXI.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
SNAPDATE= 2001-03-30
|
||||||
|
SNAPVER= ${SNAPDATE:S/-//g}
|
||||||
|
|
||||||
|
PORTNAME= gdb51
|
||||||
|
PORTVERSION= ${SNAPVER}
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||||
|
MASTER_SITE_SUBDIR= gdb/snapshots
|
||||||
|
DISTNAME= gdb+dejagnu-${SNAPVER}
|
||||||
|
|
||||||
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
|
|
||||||
|
NO_CDROM= 'dated material'
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --program-suffix=51
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/gdb66/distinfo
Normal file
1
devel/gdb66/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gdb+dejagnu-20010330.tar.bz2) = 3dfa31b867b4a1b13eadc9649e7b3ad7
|
1
devel/gdb66/pkg-comment
Normal file
1
devel/gdb66/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot
|
3
devel/gdb66/pkg-descr
Normal file
3
devel/gdb66/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
GNU GDB 5.1 developmental snapshot. This exists to allow people to test
|
||||||
|
the upcoming GDB release, and to get any FreeBSD-needed mods submitted
|
||||||
|
before the official 5.1 release.
|
2
devel/gdb66/pkg-plist
Normal file
2
devel/gdb66/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
bin/gdb51
|
Loading…
Add table
Reference in a new issue