Date: Tue, 11 Dec 2007 20:38:59 +0000 (UTC) From: Jeremy Chadwick <koitsu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/suphp Makefile distinfo pkg-message pkg-plist ports/www/suphp/files patch-Makefile.in patch-acinclude.m4 patch-configure patch-doc::suphp.conf-example patch-src-suphp.c patch-src::Makefile.in patch-src::apache2::mod_suphp.c ... Message-ID: <200712112038.lBBKcxTw081962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
koitsu 2007-12-11 20:38:59 UTC
FreeBSD ports repository
Modified files:
www/suphp Makefile distinfo pkg-message pkg-plist
www/suphp/files patch-src::apache2::mod_suphp.c
Added files:
www/suphp/files patch-acinclude.m4
patch-doc::suphp.conf-example
Removed files:
www/suphp/files patch-Makefile.in patch-configure
patch-src-suphp.c patch-src::Makefile.in
patch-src::apache::Makefile.in
Log:
Upgrade to suPHP 0.6.2. This upgrade is quite major; it introduces
numerous features necessary for hosting, adds the use of a configuration
file (vs. compile-time settings) for configuration details, and is
presently supported by the software author.
Changes to httpd.conf are required for this to work, otherwise PHP
content is offered for download and not parsed. pkg-message contains
full migration details, but here's the simple version:
suPHP 0.5.2 suPHP 0.6.2
=========== ===========
AddType application/x-httpd-php .php AddType x-httpd-php .php
AddHandler x-httpd-php .php suPHP_AddHandler x-httpd-php
Tested on RELENG_6 and RELENG_7, using Apache 2.0 and 2.2, with the
help of the PR submitter.
Testing for Apache 1.3 was not performed, thus the port requires the
use of 2.0 or later. suPHP 0.6.2 does support Apache 1.3, but I'll
need someone running 1.3 to work with me on fixing the port to support
it, if desired.
PR: ports/116281
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Revision Changes Path
1.24 +32 -53 ports/www/suphp/Makefile
1.10 +3 -3 ports/www/suphp/distinfo
1.2 +0 -9 ports/www/suphp/files/patch-Makefile.in (dead)
1.1 +11 -0 ports/www/suphp/files/patch-acinclude.m4 (new)
1.4 +0 -11 ports/www/suphp/files/patch-configure (dead)
1.1 +30 -0 ports/www/suphp/files/patch-doc::suphp.conf-example (new)
1.2 +0 -11 ports/www/suphp/files/patch-src-suphp.c (dead)
1.4 +0 -62 ports/www/suphp/files/patch-src::Makefile.in (dead)
1.3 +12 -57 ports/www/suphp/files/patch-src::apache2::mod_suphp.c
1.2 +0 -13 ports/www/suphp/files/patch-src::apache::Makefile.in (dead)
1.3 +39 -4 ports/www/suphp/pkg-message
1.6 +9 -18 ports/www/suphp/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712112038.lBBKcxTw081962>
