From 7b6b2cf42863c640a14387bf957febe7428606b3 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 28 Jun 2014 08:20:31 +0000 Subject: Mark BROKEN: Fails to compile gcc: cc -I/usr/local/pike/7.8.866/include/pike -I/usr/local/pike/7.8.866/include/pike -I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods -O2 -pipe -fno-strict-aliasing -I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods/_Caudium/ -I. -c nb_send.c -o nb_send.o nb_send.c: In function 'push_callback': nb_send.c:95: error: request for member 'identifier_level' in something not a structure or union clang: cc -I/usr/local/pike/7.8.866/include/pike -I/usr/local/pike/7.8.866/include/pike -I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods -O2 -pipe -fno-strict-aliasing -I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods/_Caudium/ -I. -fPIC -c nb_send.c -o nb_send.o nb_send.c:95:43: error: member reference type 'struct inherit *' is a pointer; maybe you meant to use '->'? Pike_sp->subtype = no + Pike_fp->context.identifier_level; ~~~~~~~~~~~~~~~~^ -> Reported by: pkg-fallout --- www/caudium14/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/caudium14') diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index 0389af96a7f5..b8d1d3138724 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -11,6 +11,8 @@ DISTNAME= Caudium-${DISTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Free webserver based on the Roxen Challenger 1.3 code base +BROKEN= Fails to compile + BUILD_DEPENDS= pike78:${PORTSDIR}/lang/pike78 LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -- cgit