head	1.5;
access;
symbols
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2010.05.05.03.35.10;	author pgollucci;	state dead;
branches;
next	1.4;

1.4
date	2005.05.19.15.50.06;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.12.01.10.22.06;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.14.10.26.02;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.15.10.50.18;	author sheldonh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- rename patch file

With Hat:   apache@@
@
text
@--- m	Wed May 18 11:55:48 2005
+++ Makefile.PL	Wed May 18 11:56:07 2005
@@@@ -668,11 +668,11 @@@@
 	cd "$(MODPERL_SRC)" && $(MAKE)
 
 modperl_lib_install:
-	cd "$(MODPERL_SRC)" && $(MAKE) DESTDIR=$(DESTDIR) install
+#	cd "$(MODPERL_SRC)" && $(MAKE) DESTDIR=$(DESTDIR) install
 
 modperl_xs_h_install:
-	@@$(MKPATH) $(DESTDIR)$(MODPERL_AP_INCLUDEDIR)
-	$(CP) $(MODPERL_XS_H_FILES) $(DESTDIR)$(MODPERL_AP_INCLUDEDIR)
+#	@@$(MKPATH) $(DESTDIR)$(MODPERL_AP_INCLUDEDIR)
+#	$(CP) $(MODPERL_XS_H_FILES) $(DESTDIR)$(MODPERL_AP_INCLUDEDIR)
 
 modperl_src_clean:
 	cd "$(MODPERL_SRC)" && $(MAKE) clean
@


1.4
log
@- Update to 2.0.0r6

PR:		ports/81192
Submitted by:	Lars Eggert <lars.eggert@@gmx.net> (maintainer)
@
text
@@


1.3
log
@- update to 1.99r17

PR:		ports/74444
Submitted by:   Lars Eggert <lars.eggert@@gmx.net> (maintainer)
@
text
@d1 3
a3 3
--- m	Wed Dec  1 11:10:30 2004
+++ Makefile.PL	Wed Dec  1 11:10:41 2004
@@@@ -588,7 +588,7 @@@@
d7 2
a8 2
-	cd "$(MODPERL_SRC)" && $(MAKE) install
+#	cd "$(MODPERL_SRC)" && $(MAKE) install
d11 7
a17 1
 	@@$(MKPATH) $(MODPERL_AP_INCLUDEDIR)
@


1.2
log
@[recommit]

Update to mod_perl2 1.99r08 for Apache2.

Pointed out by:	vanilla
Repo copied by:	joe (cvs hat)
@
text
@d1 4
a4 4
--- M	Thu Feb 13 17:29:03 2003
+++ Makefile.PL	Thu Feb 13 17:29:22 2003
@@@@ -419,7 +419,7 @@@@
 	cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE)
d7 2
a8 2
-	cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install
+#	cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install
d10 2
a11 2
 modperl_src_clean:
 	cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) clean
@


1.1
log
@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.
@
text
@d1 11
a11 15
--- Makefile.PL.orig	Thu Feb 15 12:39:35 2001
+++ Makefile.PL	Thu Feb 15 12:41:28 2001
@@@@ -1300,7 +1300,11 @@@@
     my $string = $self->MM::install;
     my $add = "";
     if($USE_APXS) {
-	$add = "apxs_install";
+# XXX The FreeBSD port for mod_perl takes care of installing libperl.so
+# itself via the pkg-install script.
+#
+#	$add = "apxs_install";
+	print "Disabling apxs_install target; deferred to pkg-install\n";
     }
     elsif ($win32_auto and $win32_args{INSTALL_DLL}) {
       $add = 'amp_install';
@

