diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-28 16:20:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-28 16:20:31 +0800 |
commit | 7b6b2cf42863c640a14387bf957febe7428606b3 (patch) | |
tree | ab9dd4f5306b03a76d34c59cf37e55485fcd69ab /www/caudium14 | |
parent | ba45ae688d06f6402e4feb50d2a9c27ebba8125a (diff) | |
download | freebsd-ports-gnome-7b6b2cf42863c640a14387bf957febe7428606b3.tar.gz freebsd-ports-gnome-7b6b2cf42863c640a14387bf957febe7428606b3.tar.zst freebsd-ports-gnome-7b6b2cf42863c640a14387bf957febe7428606b3.zip |
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
Diffstat (limited to 'www/caudium14')
-rw-r--r-- | www/caudium14/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |