Index: head/www/mod_python3/Makefile =================================================================== --- head/www/mod_python3/Makefile (revision 217419) +++ head/www/mod_python3/Makefile (revision 217420) @@ -1,31 +1,31 @@ # New ports collection makefile for: mod_python # Date created: 28 August 2000 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= mod_python PORTVERSION= 3.3.1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= modpython EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server USE_APACHE= 2.0+ USE_PYTHON= yes INSTALLS_EGGINFO= yes LATEST_LINK= mod_python3 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" \ --without-flex MAKE_ENV= EXPR_COMPAT=yes post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/mod_python3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/www/mod_python3/files/patch-src__connobject.c =================================================================== --- head/www/mod_python3/files/patch-src__connobject.c (nonexistent) +++ head/www/mod_python3/files/patch-src__connobject.c (revision 217420) @@ -0,0 +1,18 @@ +Index: files/patch-src__connobject.c +=================================================================== +RCS file: files/patch-src__connobject.c +diff -N files/patch-src__connobject.c +--- /dev/null 1 Jan 1970 00:00:00 -0000 ++++ files/patch-src__connobject.c 10 Jul 2008 20:08:25 -0000 +@@ -0,0 +1,11 @@ ++--- ./src/connobject.c.orig 2008-07-10 19:57:53.000000000 +0000 +++++ ./src/connobject.c 2008-07-10 19:57:18.000000000 +0000 ++@@ -139,7 +139,7 @@ ++ bytes_read = 0; ++ ++ while ((bytes_read < len || len == 0) && ++- !(b == APR_BRIGADE_SENTINEL(b) || +++ !(b == APR_BRIGADE_SENTINEL(bb) || ++ APR_BUCKET_IS_EOS(b) || APR_BUCKET_IS_FLUSH(b))) { ++ ++ const char *data; Property changes on: head/www/mod_python3/files/patch-src__connobject.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property