1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

xxgdb 1.11, an X window interface for gdb.

This commit is contained in:
Satoshi Asami 1995-05-03 05:39:10 +00:00
parent 03e632fc5c
commit 7435350ec7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1593
6 changed files with 98 additions and 0 deletions

18
devel/xxgdb/Makefile Normal file
View File

@ -0,0 +1,18 @@
# New ports collection makefile for: xxgdb
# Version required: 1.11
# Date created: 2 May 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1995/04/09 10:05:08 asami Exp $
#
DISTNAME= xxgdb-1.11
CATEGORIES+= development programming
MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \
ftp://crl.dec.com/pub/X11/contrib/utilities/
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
.include <bsd.port.mk>

1
devel/xxgdb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xxgdb-1.11.tar.gz) = 64b59ef977950d03b7cf958f60a4d639

View File

@ -0,0 +1,69 @@
--- ./global.h.org Tue Nov 15 18:09:55 1994
+++ ./global.h Tue May 2 21:56:19 1995
@@ -68,7 +68,7 @@
#define alloca __builtin_alloca
#endif
-#ifndef __alpha
+#if !defined(__alpha) && !defined(__FreeBSD__)
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
#endif
--- ./regex.c.org Wed Nov 16 17:05:28 1994
+++ ./regex.c Tue May 2 21:57:09 1995
@@ -114,7 +114,9 @@
* Date : July 27, 1990
*/
+#if !defined(__FreeBSD__)
#include <malloc.h>
+#endif
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
--- ./source.c.org Fri Dec 2 17:37:15 1994
+++ ./source.c Tue May 2 21:57:49 1995
@@ -74,7 +74,9 @@
* LoadFile(): Search for a file and open it for display.
*/
+#if !defined(__FreeBSD__)
#include <malloc.h>
+#endif
#include <stdlib.h>
#include <X11/Xos.h>
--- ./calldbx.c.org Mon Dec 5 17:21:36 1994
+++ ./calldbx.c Tue May 2 22:06:38 1995
@@ -137,13 +137,17 @@
#ifndef sco
for (c='p'; c<'t'; c++) {
+#ifdef __FreeBSD__
+ for (i=0; i<32; i++) {
+#else
for (i=0; i<16; i++) {
+#endif
#else
c = 'p';
for (i=0; i<8; i++) {
#endif
pty[8] = c;
- pty[9] = "0123456789abcdef"[i];
+ pty[9] = "0123456789abcdefghijklmnopqrstuv"[i];
if ((master = open(pty, O_RDWR)) >= 0)
return (master);
}
--- ./Imakefile.org Thu Mar 23 14:49:32 1995
+++ ./Imakefile Tue May 2 22:14:58 1995
@@ -50,6 +50,10 @@
DEFINES = -DSYSV $(DEFGDB)
#endif
+#ifdef FreeBSDArchitecture
+DEFINES = $(DEFGDB)
+#endif
+
mallocc = #malloc.c
malloco = #malloc.o

1
devel/xxgdb/pkg-comment Normal file
View File

@ -0,0 +1 @@
xxgdb 1.11, an X window interface for gdb

4
devel/xxgdb/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
xxgdb 1.11 is an X window interface for gdb.
Satoshi
asami@cs.berkeley.edu

5
devel/xxgdb/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
@mode 755
bin/xxgdb
@mode 444
man/man1/xxgdb.1.gz
lib/X11/app-defaults/XDbx