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

(-)devel/cgdb/Makefile (-5 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cgdb
4
PORTNAME=	cgdb
5
PORTVERSION=	0.7.0
5
DISTVERSION=	0.7.1
6
PORTREVISION=	2
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	http://cgdb.me/files/
7
MASTER_SITES=	http://cgdb.me/files/
9
8
Lines 13-24 Link Here
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
15
14
16
USES=		makeinfo readline
15
USES=		makeinfo ncurses:base readline # fails with ncurses:port because readline is linked with ncurses:base
17
INFO=		cgdb
18
16
19
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
20
MAKE_JOBS_UNSAFE=	yes
21
18
19
INFO=		cgdb
20
21
MAKE_JOBS_UNSAFE=	yes # because: make[4]: don't know how to make ./libtokenizer.a. Stop
22
22
# we need this for openpty(3) . It sucks,
23
# we need this for openpty(3) . It sucks,
23
# but since cgdb include a libutil itself,
24
# but since cgdb include a libutil itself,
24
# we have to specify the full path.
25
# we have to specify the full path.
(-)devel/cgdb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1514681897
1
TIMESTAMP = 1604689867
2
SHA256 (cgdb-0.7.0.tar.gz) = bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423
2
SHA256 (cgdb-0.7.1.tar.gz) = bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198
3
SIZE (cgdb-0.7.0.tar.gz) = 743222
3
SIZE (cgdb-0.7.1.tar.gz) = 731818
(-)devel/cgdb/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
on the classic Unix text editor, vi. Those familiar with vi should feel
7
on the classic Unix text editor, vi. Those familiar with vi should feel
8
right at home using CGDB.
8
right at home using CGDB.
9
9
10
WWW: http://cgdb.sourceforge.net/
10
WWW: https://cgdb.github.io/

Return to bug 250910