no longer makes sense to have this in the ports tree, in-tree version

will be kept up to date.
This commit is contained in:
pvalchev 2004-10-26 06:31:17 +00:00
parent 68c791bb78
commit 7aac74e4a6
6 changed files with 0 additions and 72 deletions

View File

@ -1,31 +0,0 @@
# $OpenBSD: Makefile,v 1.4 2004/08/10 01:56:14 pvalchev Exp $
# Original from: Mark Kettenis
COMES_WITH= 3.6
ONLY_FOR_ARCHS= alpha amd64 i386 sparc sparc64
COMMENT= "GNU debugger"
DISTNAME= gdb-6.0.90
CATEGORIES= devel
HOMEPAGE= http://sources.redhat.com/gdb/
MAINTAINER= Mark Kettenis <kettenis@gnu.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://sources.redhat.com/pub/gdb/snapshots/branch/
SEPARATE_BUILD= simple
CONFIGURE_STYLE= autoconf
ALL_TARGET= all-gdb
INSTALL_TARGET= install-gdb
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (gdb-6.0.90.tar.gz) = d63f50516b9efdc9dc5dc6a6316ec3d6
RMD160 (gdb-6.0.90.tar.gz) = 0cb3819aaaa8c61b59a2d9ea9f18e9d519f10e3d
SHA1 (gdb-6.0.90.tar.gz) = cecfa292da4673ec644544f9260ebd93f7673e72

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-bfd_config_bfd,v 1.1.1.1 2004/03/07 08:21:12 pvalchev Exp $
--- bfd/config.bfd.orig 2004-01-06 20:18:59.000000000 +0100
+++ bfd/config.bfd 2004-03-04 13:07:38.000000000 +0100
@@ -493,7 +493,7 @@ case "${targ}" in
targ_defvec=bfd_elf64_x86_64_vec
targ_selvecs="bfd_elf32_i386_vec i386coff_vec bfd_efi_app_ia32_vec"
;;
- x86_64-*-netbsd*)
+ x86_64-*-netbsd* | x86_64-*-openbsd*)
targ_defvec=bfd_elf64_x86_64_vec
targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec bfd_efi_app_ia32_vec"
;;

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-bfd_configure_in,v 1.1.1.1 2004/03/07 08:21:12 pvalchev Exp $
--- bfd/configure.in.orig 2004-02-18 18:17:17.000000000 +0100
+++ bfd/configure.in 2004-03-04 13:07:38.000000000 +0100
@@ -405,7 +405,9 @@ changequote([,])dnl
COREFILE=trad-core.lo
TRAD_HEADER='"hosts/vaxbsd.h"'
;;
- x86_64-*-netbsd*) COREFILE=netbsd-core.lo ;;
+ x86_64-*-netbsd* | x86_64-*-openbsd*)
+ COREFILE=netbsd-core.lo
+ ;;
esac
case "$COREFILE" in

View File

@ -1,3 +0,0 @@
GDB, the GNU Project debugger, allows you to see what is
going on `inside' another program while it executes -- or
what another program was doing at the moment it crashed.

View File

@ -1,9 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2004/08/03 11:21:32 espie Exp $
bin/gdb
bin/gdbtui
@info info/annotate.info
@info info/gdb.info
@info info/gdbint.info
@info info/stabs.info
@man man/man1/gdb.1
@man man/man1/gdbtui.1