1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Upgrade to version 5.2.1.

This commit is contained in:
David E. O'Brien 2002-10-07 00:43:00 +00:00
parent 84c8ce20a7
commit 71b2ebda02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67513
22 changed files with 20 additions and 130 deletions

View File

@ -7,8 +7,8 @@
#
PORTNAME= gdb
PORTVERSION= 5.2
PORTREVISION= 2
PORTVERSION= 5.2.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gdb/releases
@ -17,7 +17,7 @@ MAINTAINER= mp@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=52
CONFIGURE_ARGS= --program-suffix=521
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo

View File

@ -1 +1 @@
MD5 (gdb-5.2.tar.gz) = afb7d18f72be812ef405f6b271a36e03
MD5 (gdb-5.2.1.tar.gz) = e9766842f1bbc6c2353de1410d8c0de0

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/nm-fbsd.h Sat Jul 21 13:16:44 2001
+++ gdb/config/i386/nm-fbsd.h Mon Jun 3 10:04:54 2002
@@ -28,6 +28,10 @@
#include "i386/nm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* Provide access to the i386 hardware debugging registers. */
#define I386_DR_LOW_SET_CONTROL(control) \
@@ -148,5 +152,32 @@
#define ld_2 d_sdt

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/tm-fbsd.h Sat Jul 28 10:03:38 2001
+++ gdb/config/i386/tm-fbsd.h Fri Jun 7 08:32:14 2002
@@ -24,6 +24,10 @@
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* FreeBSD/ELF uses stabs-in-ELF with the DWARF register numbering
scheme by default, so we must redefine STAB_REG_TO_REGNUM. This
messes up the floating-point registers for a.out, but there is not
@@ -41,38 +45,42 @@
/* Support for longjmp. */

View File

@ -1,2 +1,2 @@
@comment $FreeBSD$
bin/gdb52
bin/gdb521

View File

@ -7,8 +7,8 @@
#
PORTNAME= gdb
PORTVERSION= 5.2
PORTREVISION= 2
PORTVERSION= 5.2.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gdb/releases
@ -17,7 +17,7 @@ MAINTAINER= mp@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=52
CONFIGURE_ARGS= --program-suffix=521
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo

View File

@ -1 +1 @@
MD5 (gdb-5.2.tar.gz) = afb7d18f72be812ef405f6b271a36e03
MD5 (gdb-5.2.1.tar.gz) = e9766842f1bbc6c2353de1410d8c0de0

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/nm-fbsd.h Sat Jul 21 13:16:44 2001
+++ gdb/config/i386/nm-fbsd.h Mon Jun 3 10:04:54 2002
@@ -28,6 +28,10 @@
#include "i386/nm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* Provide access to the i386 hardware debugging registers. */
#define I386_DR_LOW_SET_CONTROL(control) \
@@ -148,5 +152,32 @@
#define ld_2 d_sdt

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/tm-fbsd.h Sat Jul 28 10:03:38 2001
+++ gdb/config/i386/tm-fbsd.h Fri Jun 7 08:32:14 2002
@@ -24,6 +24,10 @@
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* FreeBSD/ELF uses stabs-in-ELF with the DWARF register numbering
scheme by default, so we must redefine STAB_REG_TO_REGNUM. This
messes up the floating-point registers for a.out, but there is not
@@ -41,38 +45,42 @@
/* Support for longjmp. */

View File

@ -1,2 +1,2 @@
@comment $FreeBSD$
bin/gdb52
bin/gdb521

View File

@ -7,8 +7,8 @@
#
PORTNAME= gdb
PORTVERSION= 5.2
PORTREVISION= 2
PORTVERSION= 5.2.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gdb/releases
@ -17,7 +17,7 @@ MAINTAINER= mp@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=52
CONFIGURE_ARGS= --program-suffix=521
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo

View File

@ -1 +1 @@
MD5 (gdb-5.2.tar.gz) = afb7d18f72be812ef405f6b271a36e03
MD5 (gdb-5.2.1.tar.gz) = e9766842f1bbc6c2353de1410d8c0de0

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/nm-fbsd.h Sat Jul 21 13:16:44 2001
+++ gdb/config/i386/nm-fbsd.h Mon Jun 3 10:04:54 2002
@@ -28,6 +28,10 @@
#include "i386/nm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* Provide access to the i386 hardware debugging registers. */
#define I386_DR_LOW_SET_CONTROL(control) \
@@ -148,5 +152,32 @@
#define ld_2 d_sdt

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/nm-fbsd.h Sat Jul 21 13:16:44 2001
+++ gdb/config/i386/nm-fbsd.h Mon Jun 3 10:04:54 2002
@@ -28,6 +28,10 @@
#include "i386/nm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* Provide access to the i386 hardware debugging registers. */
#define I386_DR_LOW_SET_CONTROL(control) \
@@ -148,5 +152,32 @@
#define ld_2 d_sdt

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/tm-fbsd.h Sat Jul 28 10:03:38 2001
+++ gdb/config/i386/tm-fbsd.h Fri Jun 7 08:32:14 2002
@@ -24,6 +24,10 @@
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* FreeBSD/ELF uses stabs-in-ELF with the DWARF register numbering
scheme by default, so we must redefine STAB_REG_TO_REGNUM. This
messes up the floating-point registers for a.out, but there is not
@@ -41,38 +45,42 @@
/* Support for longjmp. */

View File

@ -1,2 +1,2 @@
@comment $FreeBSD$
bin/gdb52
bin/gdb521

View File

@ -7,8 +7,8 @@
#
PORTNAME= gdb
PORTVERSION= 5.2
PORTREVISION= 2
PORTVERSION= 5.2.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gdb/releases
@ -17,7 +17,7 @@ MAINTAINER= mp@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=52
CONFIGURE_ARGS= --program-suffix=521
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo

View File

@ -1 +1 @@
MD5 (gdb-5.2.tar.gz) = afb7d18f72be812ef405f6b271a36e03
MD5 (gdb-5.2.1.tar.gz) = e9766842f1bbc6c2353de1410d8c0de0

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/nm-fbsd.h Sat Jul 21 13:16:44 2001
+++ gdb/config/i386/nm-fbsd.h Mon Jun 3 10:04:54 2002
@@ -28,6 +28,10 @@
#include "i386/nm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* Provide access to the i386 hardware debugging registers. */
#define I386_DR_LOW_SET_CONTROL(control) \
@@ -148,5 +152,32 @@
#define ld_2 d_sdt

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/nm-fbsd.h Sat Jul 21 13:16:44 2001
+++ gdb/config/i386/nm-fbsd.h Mon Jun 3 10:04:54 2002
@@ -28,6 +28,10 @@
#include "i386/nm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* Provide access to the i386 hardware debugging registers. */
#define I386_DR_LOW_SET_CONTROL(control) \
@@ -148,5 +152,32 @@
#define ld_2 d_sdt

View File

@ -1,16 +1,5 @@
--- gdb/config/i386/tm-fbsd.h Sat Jul 28 10:03:38 2001
+++ gdb/config/i386/tm-fbsd.h Fri Jun 7 08:32:14 2002
@@ -24,6 +24,10 @@
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* FreeBSD/ELF uses stabs-in-ELF with the DWARF register numbering
scheme by default, so we must redefine STAB_REG_TO_REGNUM. This
messes up the floating-point registers for a.out, but there is not
@@ -41,38 +45,42 @@
/* Support for longjmp. */

View File

@ -1,2 +1,2 @@
@comment $FreeBSD$
bin/gdb52
bin/gdb521