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

(-)/home/staff/gslin/work/ports/cgdb/Makefile (-6 / +4 lines)
Lines 6-29 Link Here
6
#
6
#
7
7
8
PORTNAME=	cgdb
8
PORTNAME=	cgdb
9
PORTVERSION=	0.6.3
9
PORTVERSION=	0.6.4
10
PORTREVISION=	3
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	SOURCEFORGE
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	gslin@gslin.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A curses-based interface to the GNU Debugger
15
COMMENT=	A curses-based interface to the GNU Debugger
17
16
18
INFO=		cgdb
17
INFO=		cgdb
19
MAN1=		cgdb.1
18
MAN1=		cgdb.1
20
19
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
USE_GETOPT_LONG=	yes
23
21
24
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
25
23
26
# at this time we can not use LIB_DEPENDS please read ports/99327
24
# at this time we can not use LIB_DEPENDS, please read ports/99327
27
.if ${OSVERSION} < 700016
25
.if ${OSVERSION} < 700016
28
BUILD_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
26
BUILD_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
29
RUN_DEPENDS=	${BUILD_DEPENDS}
27
RUN_DEPENDS=	${BUILD_DEPENDS}
(-)/home/staff/gslin/work/ports/cgdb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cgdb-0.6.3.tar.gz) = b50c2389935b4d71a7b48717dd41fc91
1
MD5 (cgdb-0.6.4.tar.gz) = bddcaaee7b20ab2c17f1f4e197db74c0
2
SHA256 (cgdb-0.6.3.tar.gz) = 91ca5ff9177cabb4b28d490c17ac285898d486acfe381a868253fe8c278b7bf4
2
SHA256 (cgdb-0.6.4.tar.gz) = 9c144f5973ff67dc30abaa5d7112d733c67cd2d6220a79b8a72fe4b5c61d8081
3
SIZE (cgdb-0.6.3.tar.gz) = 788341
3
SIZE (cgdb-0.6.4.tar.gz) = 824301
(-)/home/staff/gslin/work/ports/cgdb/files/patch-various-util-src.c (-10 lines)
Lines 1-10 Link Here
1
--- various/util/src/pseudo.c.orig	Sun Jun  4 02:09:05 2006
2
+++ various/util/src/pseudo.c	Mon Jun  5 02:28:30 2006
3
@@ -46,6 +46,7 @@
4
 #include <util.h>
5
 #endif
6
 #ifdef HAVE_LIBUTIL_H
7
+#include <inttypes.h>
8
 #include <libutil.h>
9
 #endif
10
 
(-)/home/staff/gslin/work/ports/cgdb/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
bin/cgdb
2
bin/cgdb
2
%%DATADIR%%/cgdb.txt
3
%%DATADIR%%/cgdb.txt
3
@dirrm %%DATADIR%%
4
@dirrm %%DATADIR%%

Return to bug 115052