head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.3 date 2007.10.02.10.31.40; author rse; state Exp; branches; next 1.2; commitid fbu4PZdp4lwAi0As; 1.2 date 2007.03.07.14.59.34; author rse; state Exp; branches; next 1.1; commitid sFTzxf4CeAz1va9s; 1.1 date 2003.07.22.13.29.53; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2003.07.22.13.29.53; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.54.05; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.3 log @remove obsolete libapreq 1.x now that we have apache-apreq containing libapreq 2.x @ text @--- Apache-Session-Lazy-0.05/Makefile.PL.dist 2003-07-11 17:09:22.000000000 +0200 +++ Apache-Session-Lazy-0.05/Makefile.PL 2003-07-11 17:09:13.000000000 +0200 @@@@ -10,4 +10,4 @@@@ ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Lazy.pm', # retrieve abstract from module AUTHOR => 'Gyan Kapur ') : ()), -); \ No newline at end of file +); @ 1.2 log @make sure a static version of libapreq is linked into Apache::Request. Contributed by: philippe dot libat at free dot fr @ text @a9 16 --- libapreq-1.1/Makefile.PL.orig 2007-03-07 14:19:02.000000000 +0100 +++ libapreq-1.1/Makefile.PL 2007-03-07 15:22:56.000000000 +0100 @@@@ -98,6 +98,13 @@@@ } } +sub MY::subdirs { + my $self = shift; + my $string = $self->MM::subdirs; + $string =~ s/(cd c\s.*all\s+)(.*)/$1 $2 LINKTYPE="static"/; + return $string; +} + sub MY::pasthru { my $self = shift; chomp(my $str = $self->MM::pasthru); @ 1.1 log @finally cleanup this package before inclusion into OpenPKG 1.3 @ text @d10 16 @ 1.1.2.1 log @file perl-apache.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:54:05 +0000 @ text @d1 9 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 9 --- Apache-Session-Lazy-0.05/Makefile.PL.dist 2003-07-11 17:09:22.000000000 +0200 +++ Apache-Session-Lazy-0.05/Makefile.PL 2003-07-11 17:09:13.000000000 +0200 @@@@ -10,4 +10,4 @@@@ ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Lazy.pm', # retrieve abstract from module AUTHOR => 'Gyan Kapur ') : ()), -); \ No newline at end of file +); @