svn commit: r360925 - in head/www/caudium14: . files
Johan van Selst
johans at FreeBSD.org
Sun Jul 6 15:32:07 UTC 2014
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 at 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++;
+ }
More information about the svn-ports-all
mailing list