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

(-)b/www/gatling/Makefile (-2 / +3 lines)
Lines 11-18 COMMENT= High performance webserver with scalability benchmark tools Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
BROKEN_mips=		fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
14
BROKEN=		Outdated and doesn't compile "ld: error: duplicate symbol: first_deferred"
15
BROKEN_mips64=		fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
15
BROKEN_mips=	fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
16
BROKEN_mips64=	fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
16
17
17
BUILD_DEPENDS=	libowfat>=0.31:devel/libowfat
18
BUILD_DEPENDS=	libowfat>=0.31:devel/libowfat
18
19

Return to bug 259180