mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
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
This commit is contained in:
parent
84ef570146
commit
8153bf95e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user