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. |