diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-07 04:47:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-07 04:47:46 +0800 |
commit | 43ac2dbdb4ff937b1c7cd62fe18841e6b81d7ace (patch) | |
tree | 36f76265981ee9552d79f1c3b230e6454e96a4c0 /www | |
parent | 53313485333d709a3e9ead4fc161b98f1bdd5b74 (diff) | |
download | freebsd-ports-gnome-43ac2dbdb4ff937b1c7cd62fe18841e6b81d7ace.tar.gz freebsd-ports-gnome-43ac2dbdb4ff937b1c7cd62fe18841e6b81d7ace.tar.zst freebsd-ports-gnome-43ac2dbdb4ff937b1c7cd62fe18841e6b81d7ace.zip |
Mark BROKEN: Fails to build
cc -I/usr/local/pike/7.8.852/include/pike -I/usr/local/pike/7.8.852/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
gmake[3]: *** [nb_send.o] Error 1
Reported by: pkg-fallout
Diffstat (limited to 'www')
-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 e78486335957..bb10f4fdec6a 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -11,6 +11,8 @@ DISTNAME= Caudium-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Free webserver based on the Roxen Challenger 1.3 code base +BROKEN= Fails to build + BUILD_DEPENDS= pike78:${PORTSDIR}/lang/pike78 LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof |