head	1.4;
access;
symbols
	RELEASE_5_3_0:1.3
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2004.12.14.02.32.59;	author sem;	state dead;
branches;
next	1.3;

1.3
date	2004.09.02.07.13.13;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.05.13.22.21;	author kuriyama;	state dead;
branches;
next	1.1;

1.1
date	2003.11.02.23.29.08;	author naddy;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 1.99r18 (aka 2.0RC1)

PR:		ports/75016
Submitted by:	maintainer
@
text
@--- ./xs/APR/aprext/Makefile.PL	Wed Sep  1 19:52:04 2004
+++ ./xs/APR/aprext/Makefile.PL.orig	Wed Sep  1 19:51:51 2004
@@@@ -19,7 +19,7 @@@@
     $src{$cfile} = "$srcdir/$cfile";
 }
 
-my @@skip = qw(dynamic test);
+my @@skip = qw(test);
 push @@skip, q{static}
     unless (Apache::Build::BUILD_APREXT);
 
@


1.3
log
@Update to 1.99r16.

PR:		ports/71266
Submitted by:	maintainer
@
text
@@


1.2
log
@o Upgrade to 1.99r12.
o Fix plist.

Approved by:	maintainer
@
text
@d1 5
a5 7

$FreeBSD: ports/www/mod_perl2/files/patch-ab,v 1.1 2003/11/02 23:29:08 naddy Exp $

--- Apache-Test/install-pl.old	Fri Oct 24 07:42:28 2003
+++ Apache-Test/install-pl	Fri Oct 24 07:42:38 2003
@@@@ -58,7 +58,7 @@@@
     return <<EOF;
d7 4
a10 5
 nuke_Apache__test:
-\t\$(PERLRUN) -MExtUtils::Install -e \\
+\t\$(PERL) -MExtUtils::Install -e \\
 \t"-e qq{$cleanup_packlist} && uninstall(qq{$cleanup_packlist}, 1, 0)"
 EOF
@


1.1
log
@* Fix install with perl < 5.8.

PR:		58490
Submitted by:	Lars Eggert <larse@@isi.edu>
Reported by:	Peter McGarvey <xaphod@@packet.org.uk>

* Use PERL_CONFIGURE.
* Fix packing list.

Approved by:	maintainer
@
text
@d2 1
a2 1
$FreeBSD$
@

