summaryrefslogtreecommitdiffstats
path: root/www/mod_perl
Commit message (Collapse)AuthorAgeFilesLines
* Remove BROKEN for 3.*, because we don't support 3.* anymore.vanilla2001-03-211-4/+0
|
* The previous revision was bogus. Call pkg-install with the correctsheldonh2001-03-061-1/+1
| | | | number of arguments.
* Fix the execution of the pkg-install script for the port's post-installsheldonh2001-03-061-1/+1
| | | | | | | | case. When I tested my porting work, I kept on using ``make package'' and testing the installation of the package, without testing the "install from the port" case. Reported by: Mike Harding <mvh@corp.namesafe.com>
* Do not attempt to remove .../include/apache, which belongs to the Apachesheldonh2001-02-151-1/+0
| | | | | | | port. By all means, try to remove .../include/apache/modules and .../include/apache/perl, since we may be the only owner of those, but we're never going to successfully remove a directory that a port that we depend on populates!
* Fix PREFIX-clean breakage for libperl.so by breaking out itssheldonh2001-02-152-0/+16
| | | | | | installation from the mod_perl MakeMaker mess into the port's Makefile. This port is now PREFIX-clean.
* Update to mod_perl-1.25.sheldonh2001-02-143-8/+14
| | | | | | Like any port that relies on Perl5's MakeMaker, this was horribly PREFIX-unclean. It's now PREFIX-clean for everything except libperl.so, which will require a rethink of pkg-install.
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Update 1.22_02 -> 1.24:sheldonh2000-05-222-2/+2
| | | | | | | Mostly non-critical bugfixes. While a few new features have been added, most folks who need to upgrade will know about the bugs that have been biting them.
* Remove two directories. Fix typo.asami2000-05-091-1/+3
| | | | Submitted by: bento
* Fix checksum which I forgot to change when I upgraded to 1.22paul2000-04-201-1/+1
| | | | PR: 18101
* Upgrade to version 1.22paul2000-04-161-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Unbreak for CURRENT and upgrade to 1.21_02, which incorporates lotssheldonh2000-03-103-8/+22
| | | | of bugfixes and documentation improvements.
* Mark BROKEN for STABLE as well. Whatever difference between STABLEsheldonh2000-01-181-5/+1
| | | | | | and CURRENT used to allow this to work has gone away. :-( PR: 14924
* Mark BROKEN for CURRENT with appropriate reference to a PR.sheldonh2000-01-122-5/+21
| | | | | | | | | | | | Install src/modules/perl/*.h (suggested by author). Change some ${PREFIX} to ${LOCALBASE}. Add RUN_DEPENDS for apache. Although this breaks the ability to select an Apache flavour for the package, it's necessary (asami). PR: 15988 Submitted by: Igor Vinokurov <igor@zynaps.ru>
* Correct dependencies for installing a RADIUS-capable Apache server.sheldonh1999-11-091-4/+4
|
* Initial import of mod_perl 1.21.sheldonh1999-11-056-0/+179
This is mod_perl for Apache. It is intended as a replacement for the p5-Apache port. Instead of creating a replacement httpd binary with mod_perl linked into it, it uses Apache's APXS to create and install mod_perl as a DSO. This makes it suitable for use with apachexx-xxx ports other than apache13.
OpenPOWER on IntegriCloud