Date: Sun, 6 Jul 2014 15:32:06 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360925 - in head/www/caudium14: . files Message-ID: <201407061532.s66FW6Ag059678@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sun Jul 6 15:32:06 2014 New Revision: 360925 URL: http://svnweb.freebsd.org/changeset/ports/360925 QAT: https://qat.redports.org/buildarchive/r360925/ Log: Fix build Added: head/www/caudium14/files/ head/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c (contents, props changed) Modified: head/www/caudium14/Makefile Modified: head/www/caudium14/Makefile ============================================================================== --- head/www/caudium14/Makefile Sun Jul 6 15:30:26 2014 (r360924) +++ head/www/caudium14/Makefile Sun Jul 6 15:32:06 2014 (r360925) @@ -11,8 +11,6 @@ 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 Added: head/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c Sun Jul 6 15:32:06 2014 (r360925) @@ -0,0 +1,11 @@ +--- src/cmods/_Caudium/nb_send.c.orig 2014-07-06 17:29:43.000000000 +0200 ++++ src/cmods/_Caudium/nb_send.c 2014-07-06 17:29:21.000000000 +0200 +@@ -92,7 +92,7 @@ static int sbuffers; /* size of allocat + static void push_callback(int no) + { + add_ref(Pike_sp->u.object = THISOBJ); +- Pike_sp->subtype = no + Pike_fp->context.identifier_level; ++ Pike_sp->subtype = no + Pike_fp->context->identifier_level; + Pike_sp->type = T_FUNCTION; + Pike_sp++; + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061532.s66FW6Ag059678>