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

(-)editors/code-browser/Makefile (-3 / +8 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	code-browser
9
PORTNAME=	code-browser
10
PORTVERSION=	2.9
10
PORTVERSION=	2.10
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 20-25 Link Here
20
20
21
USE_GCC=	3.4+
21
USE_GCC=	3.4+
22
USE_GNOME=	gtk20
22
USE_GNOME=	gtk20
23
USE_GMAKE=	yes
23
24
24
PORTDOCS=	code-browser.chm doc.css doc.html
25
PORTDOCS=	code-browser.chm doc.css doc.html
25
PLIST_FILES=	bin/code-browser \
26
PLIST_FILES=	bin/code-browser \
Lines 29-36 Link Here
29
30
30
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
31
32
32
.if ${ARCH} != "i386"
33
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
33
BROKEN=		does not build on !i386; signal 11 errors during build
34
BROKEN=		does not build on ${ARCH}; signal 11 errors during build
35
.endif
36
37
.if ${ARCH} == "amd64"
38
MAKE_ARGS+=	MODE=64
34
.endif
39
.endif
35
40
36
post-patch:
41
post-patch:
(-)editors/code-browser/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (code-browser-2.9-src.tar.gz) = 4e5866cef38df210fef6c046c291f554
1
MD5 (code-browser-2.10-src.tar.gz) = c6eb6bc54349e1fdc5edb259fbbe484c
2
SHA256 (code-browser-2.9-src.tar.gz) = 5b5d0bed766a666aa25b8e2071276cb1939e94de79a20494e9cc47049fcb442a
2
SHA256 (code-browser-2.10-src.tar.gz) = 2aa7fbb28639c6eedcea119977dab81b066ed4d57ef62c3243b96d43e637b1c1
3
SIZE (code-browser-2.9-src.tar.gz) = 558451
3
SIZE (code-browser-2.10-src.tar.gz) = 559761

Return to bug 106139