Commit Graph

16 Commits

Author SHA1 Message Date
Sheldon Hearn
6931937ceb The previous revision was bogus. Call pkg-install with the correct
number of arguments.
2001-03-06 17:15:02 +00:00
Sheldon Hearn
42e056f1d9 Fix the execution of the pkg-install script for the port's post-install
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>
2001-03-06 11:39:27 +00:00
Sheldon Hearn
7fdb5baa73 Do not attempt to remove .../include/apache, which belongs to the Apache
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!
2001-02-15 10:58:01 +00:00
Sheldon Hearn
57dd464169 Fix PREFIX-clean breakage for libperl.so by breaking out its
installation from the mod_perl MakeMaker mess into the port's Makefile.

This port is now PREFIX-clean.
2001-02-15 10:50:18 +00:00
Sheldon Hearn
cf4a2a932a Update to mod_perl-1.25.
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.
2001-02-14 13:33:14 +00:00
Jimmy Olgeni
d2f3fc0d14 Some spaces -> tabs for ports/www. 2001-02-05 15:33:58 +00:00
Sheldon Hearn
c1af2c081a Update 1.22_02 -> 1.24:
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.
2000-05-22 10:02:52 +00:00
Satoshi Asami
0d7a840a43 Remove two directories. Fix typo.
Submitted by:	bento
2000-05-09 08:07:34 +00:00
Paul Richards
e124c06e4b Fix checksum which I forgot to change when I upgraded to 1.22
PR:		18101
2000-04-20 02:27:12 +00:00
Paul Richards
bb31fa45a9 Upgrade to version 1.22 2000-04-16 11:30:44 +00:00
Chris Piazza
c3bb46468e Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:07:29 +00:00
Sheldon Hearn
8bc47e7d10 Unbreak for CURRENT and upgrade to 1.21_02, which incorporates lots
of bugfixes and documentation improvements.
2000-03-10 10:41:18 +00:00
Sheldon Hearn
c6ba1aef12 Mark BROKEN for STABLE as well. Whatever difference between STABLE
and CURRENT used to allow this to work has gone away. :-(

PR:		14924
2000-01-18 14:27:11 +00:00
Sheldon Hearn
e56af06882 Mark BROKEN for CURRENT with appropriate reference to a PR.
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>
2000-01-12 16:46:54 +00:00
Sheldon Hearn
f78eeff969 Correct dependencies for installing a RADIUS-capable Apache server. 1999-11-09 10:37:34 +00:00
Sheldon Hearn
4d35bc6ad0 Initial import of mod_perl 1.21.
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.
1999-11-05 14:50:26 +00:00