Log of /perl/modperl/trunk/Makefile.PL
Parent Directory
|
Revision Log
Revision
384985 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 11 01:37:28 2006 UTC
(3 years, 8 months ago)
by
gozer
File length: 25386 byte(s)
Diff to
previous 327877
(
colored)
Small cosmetic fix, as this looks redundant:
Configuring Apache/2.0.54 mod_perl2/2.0.3-dev Perl/v5.8.6
compared to:
Configuring Apache/2.0.54 mod_perl/2.0.3-dev Perl/v5.8.6
Revision
327877 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 23 23:21:40 2005 UTC
(4 years, 1 month ago)
by
pgollucci
File length: 25387 byte(s)
Diff to
previous 293476
(
colored)
make rolling release candiates slightly easier.
-dev can now be replaced with -rc\d+ in the ./Changes file as needed
Revision
239729 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 24 18:33:22 2005 UTC
(4 years, 3 months ago)
by
pgollucci
File length: 25303 byte(s)
Diff to
previous 225132
(
colored)
Fix undefined variable warning in DSO builds when using MP_APXS.
Submitted: Nikolay Ananiev <ananiev@thegdb.com>
Message-ID: <dei8v8$11l$1@sea.gmane.org>
Revision
202113 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 28 02:00:56 2005 UTC
(4 years, 4 months ago)
by
gozer
File length: 24879 byte(s)
Diff to
previous 178634
(
colored)
RPM Friendly builds :
- make dist tarballs can now be built directly into RPMs with rpmbuild
- Added a new target 'make rpm' to directly build rpms from a checkout
Revision
178634 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 26 13:45:10 2005 UTC
(4 years, 6 months ago)
by
gozer
File length: 24551 byte(s)
Diff to
previous 178624
(
colored)
If running Makefile.PL unnatended (STDIN isn't a terminal or
MP_PROMPT_DEFAULT=1), break out of potentially infinite prompt
loops
Revision
170136 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 14 12:19:31 2005 UTC
(4 years, 6 months ago)
by
gozer
File length: 24386 byte(s)
Diff to
previous 170111
(
colored)
The VERSION specified in the Makefile.PL should be
$VERSION_TRIPLET, so we get pretty tarball names like
'mod_perl-2.0.0.tar.gz'
Revision
169370 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 9 22:33:23 2005 UTC
(4 years, 6 months ago)
by
stas
File length: 24396 byte(s)
Diff to
previous 169131
(
colored)
more corrections of the diagnostics of the pre RC5 install:
- get the reported conflicting directory right
Revision
169131 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun May 8 07:18:47 2005 UTC
(4 years, 6 months ago)
by
stas
File length: 24373 byte(s)
Diff to
previous 168055
(
colored)
Makefile.PL: fix the pre-rename mp2 install diagnostics code, to use
the mp version of 1.999xx and not 1.999_xx, as the latter is
unsuitable for numerical comparison
Revision
164866 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 26 19:36:36 2005 UTC
(4 years, 7 months ago)
by
stas
File length: 24325 byte(s)
Diff to
previous 162027
(
colored)
improve the diagnostics when detecting mp2 < 1.999022, tell the user
which files and/or dirs need to be removed
Revision
158000 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 18 00:59:38 2005 UTC
(4 years, 8 months ago)
by
geoff
File length: 24386 byte(s)
Diff to
previous 154318
(
colored)
add $ENV{MOD_PERL_API_VERSION} as something that clearly distinguishes
which mod_perl version is being used at request time.
Revision
154318 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 18 16:27:33 2005 UTC
(4 years, 9 months ago)
by
stas
File length: 24330 byte(s)
Diff to
previous 126021
(
colored)
introduce a new build option MP_AP_DESTDIR to aid package builders
direct the Apache-specific files to the right place.
Contributed by: Cory Omand <Cory.Omand@Sun.COM>
Revision
124145 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 4 19:30:45 2005 UTC
(4 years, 10 months ago)
by
stas
File length: 24242 byte(s)
Diff to
previous 123252
(
colored)
moving to the triplet version notation, which requires us to bump 1.99
=> 1.999 so 1.999020 (mp2) > 1.29 (mp1).
Now we are gong to have:
$mod_perl::VERSION : "1.099020"
int $mod_perl::VERSION : 1.09902
$mod_perl::VERSION_TRIPLET: 1.99.20
Revision
123146 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 22 23:02:28 2004 UTC
(4 years, 11 months ago)
by
gozer
File length: 24274 byte(s)
Diff to
previous 111673
(
colored)
Static build with a Perl without ithreads and a non-threaded MPM
would segfault on startup. Caused by a bug in perl's perl_shutdown()
code. Fixed in Perl 5.8.2, so it's now a build requirement
Revision
111178 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 8 00:23:21 2004 UTC
(4 years, 11 months ago)
by
gozer
File length: 23741 byte(s)
Diff to
previous 109383
(
colored)
For static builds, mod_perl header files were being installed
into apache's source tree instead of where apache installed it's
own headers
Revision
109383 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 1 22:00:15 2004 UTC
(4 years, 11 months ago)
by
stas
File length: 23735 byte(s)
Diff to
previous 109376
(
colored)
If none of MP_APXS, MP_AP_PREFIX and MP_USE_STATIC were specified when
configuring Makefile.PL, we now prompt for APXS path first and only if
that fails ask for MP_AP_PREFIX. This is a requirement to get 'make
test' find httpd.
Revision
109376 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 1 21:07:20 2004 UTC
(4 years, 11 months ago)
by
stas
File length: 22193 byte(s)
Diff to
previous 71390
(
colored)
Dynamically prompt and add MP_INST_APACHE2=1 when installing on
systems with mod_perl 1 preinstalled.
Revision
71390 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 26 07:10:55 2004 UTC
(5 years, 2 months ago)
by
gozer
File length: 21780 byte(s)
Diff to
previous 71389
(
colored)
Can't stat WrapXS: No such file or directory
at Makefile.PL line 374
Need to make sure WrapXS exists before trying to clean it.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71389 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 26 07:06:23 2004 UTC
(5 years, 2 months ago)
by
gozer
File length: 21765 byte(s)
Diff to
previous 71381
(
colored)
make install and static build now correctly installs mod_perl as
well as the statically built apache
Reported by: <pratiknaik@gmail.com>
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71381 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 25 01:53:35 2004 UTC
(5 years, 2 months ago)
by
stas
File length: 21586 byte(s)
Diff to
previous 71353
(
colored)
make sure that 'make distclean' cleans all the autogenerated files
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71353 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 18 23:01:17 2004 UTC
(5 years, 2 months ago)
by
gozer
File length: 21039 byte(s)
Diff to
previous 71352
(
colored)
For static build, mod_perl.a needs to be built before we can compile httpd.
Add the correct dependency to the Makefile to avoid breaking -j builds
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71352 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 18 22:52:09 2004 UTC
(5 years, 2 months ago)
by
gozer
File length: 21027 byte(s)
Diff to
previous 71312
(
colored)
For static builds, need to run httpd's ./configure a tad earlier to make sure
apr generated headers are in place.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71312 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 11 00:07:33 2004 UTC
(5 years, 2 months ago)
by
gozer
File length: 21027 byte(s)
Diff to
previous 71289
(
colored)
Build cleanup. src/modules/perl/Makefile.modperl was a special case
prepared for the static build. It's not necessary anymore.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71289 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 6 15:52:28 2004 UTC
(5 years, 2 months ago)
by
stas
File length: 21190 byte(s)
Diff to
previous 71286
(
colored)
Fix the error message when the minimal required httpd version is not
satisfied
PR:
Obtained from:
Submitted by: Pratik <pratiknaik@gmail.com>
Reviewed by:
Revision
71286 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 27 01:34:29 2004 UTC
(5 years, 3 months ago)
by
stas
File length: 21207 byte(s)
Diff to
previous 71239
(
colored)
Fix interactive prompting at perl Makefile.PL, when no APXS or
MP_AP_PREFIX were provided. now asking for an alternative location if
the suggested choices weren't selected.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71239 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 19 07:42:47 2004 UTC
(5 years, 3 months ago)
by
stas
File length: 20737 byte(s)
Diff to
previous 71217
(
colored)
move the 'glue_pods' target to the be the first thing happening in 'make
install' process. otherwise it gets on the way, when running 'make' a lot.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71217 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 15 22:47:14 2004 UTC
(5 years, 3 months ago)
by
stas
File length: 20632 byte(s)
Diff to
previous 71204
(
colored)
ensure that a sub-dir Apache-Test exists in the source distro (this is
a requirement, since the test suite relies on the particular
Apache-Test version distributed with the mod_perl source)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71128 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 6 19:35:34 2004 UTC
(5 years, 3 months ago)
by
stas
File length: 20282 byte(s)
Diff to
previous 71126
(
colored)
refactoring the ap(r|u)(-1?)config code and acquiring of the linking flags
(missed file)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71126 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 6 12:55:48 2004 UTC
(5 years, 3 months ago)
by
geoff
File length: 20601 byte(s)
Diff to
previous 71099
(
colored)
find apr-config or apr-1-config, depending on
which version of httpd we're building against,
so we can compile against httpd 2.1.
this still needs work. some things to consider are:
- not depending on httpd version, since APR can be built without httpd
- using httpd version if MP_APXS or MP_AP_PREFIX, and requiring
MP_APR_CONFIG for APR-only builds
- somehow calling APR APR_FIND_APR function (or equivalent utility)
to dig out the APR version
also, all of this should be refactored into one place so that everyone
calls $build->apr_config_executable() or somesuch.
Revision
71099 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 1 19:44:01 2004 UTC
(5 years, 3 months ago)
by
randyk
File length: 20495 byte(s)
Diff to
previous 71080
(
colored)
Reviewed by: stas
use a constant Apache::Build::BUILD_APREXT to signify that a static
aprext lib should be built to provide symbols for APR/APR::* outside
of the mod_perl.so environment. Currently this is only needed for Win32,
but this way makes it easier to arrange to have other platforms build
things in this manner in the future, should the need arise.
Revision
71080 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 23 23:24:56 2004 UTC
(5 years, 4 months ago)
by
gozer
File length: 20296 byte(s)
Diff to
previous 71046
(
colored)
Static builds for httpd >= 2.0.51 available. With the new MP_AP_BUILD
option, configure and compile an httpd with mod_perl statically linked
in
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71044 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 15 07:15:30 2004 UTC
(5 years, 4 months ago)
by
randyk
File length: 19683 byte(s)
Diff to
previous 71043
(
colored)
Submitted by: Markus Wichitill <mawic (at) gmx.de>
Reviewed by: stas, randyk
On Win32, add to the PATH the apr bin directory (or the directory
containing apache.exe, if the latter isn't available) when running
the tests, so that the needed dlls to run Apache can be found.
Revision
71040 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 15 05:40:14 2004 UTC
(5 years, 4 months ago)
by
stas
File length: 19372 byte(s)
Diff to
previous 71039
(
colored)
require Perl 5.6.1, 5.6.0 isn't supported for a long time, but we
weren't aborting at the Makefile.PL stage
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
71039 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 15 05:37:51 2004 UTC
(5 years, 4 months ago)
by
stas
File length: 19395 byte(s)
Diff to
previous 70979
(
colored)
fix the conversion from $] to a familiar version number to print 5.6.0
instead of 5.6, and 5.8.0 instead of 5.8
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70979 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 5 22:02:42 2004 UTC
(5 years, 4 months ago)
by
gozer
File length: 19398 byte(s)
Diff to
previous 70975
(
colored)
Created a META.yml for CPAN and friends, including Apache-Test as
a private resource to keep CPAN from installing mod_perl when a
user just wants Apache::Test
PR:
Obtained from:
Submitted by:
Reviewed by: stas
Revision
70975 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 4 18:44:49 2004 UTC
(5 years, 4 months ago)
by
randyk
File length: 19374 byte(s)
Diff to
previous 70948
(
colored)
Reviewed by: stas
some further tweaks to the building of the static library on Win32
(and potentially others) used by APR/APR::* to resolve symbols outside
of mod_perl.so:
- have the name of the library as a configurable option (default: aprext);
- adjust location of the built library under blib/ to take into account
the fact that MP_INST_APACHE2 may not have been used;
- make an install target to install this library under the Apache2 lib/
directory (but don't implement it yet under 'make install;);
Revision
70948 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 30 22:54:53 2004 UTC
(5 years, 4 months ago)
by
stas
File length: 18977 byte(s)
Diff to
previous 70944
(
colored)
must not import File::Spec functions inside MY, it breaks 5.6.x builds
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70944 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 27 23:41:07 2004 UTC
(5 years, 4 months ago)
by
randyk
File length: 18911 byte(s)
Diff to
previous 70941
(
colored)
Reviewed by: stas
rename xs/APR/PerlIO/apr_perlio.[ch] to xs/APR/PerlIO/modperl_apr_perlio.[ch],
and arrange to install modperl_apr_perlio.h into the Apache include/
directory, so as to be available to 3rd party modules.
Revision
70941 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 26 19:41:54 2004 UTC
(5 years, 5 months ago)
by
randyk
File length: 18872 byte(s)
Diff to
previous 70933
(
colored)
Reviewed by: stas
On Win32, in order to decouple the APR/APR::* modules from mod_perl.so,
build a static library aprext.lib from the symbols needed from
src/modules/perl/*.c and link APR/APR::* against this library,
rather than against mod_perl.lib.
Revision
70933 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 21 06:45:54 2004 UTC
(5 years, 5 months ago)
by
randyk
File length: 17954 byte(s)
Diff to
previous 70671
(
colored)
for Win32,
- make the xs/APR/APR before the other APR::* targets, in preparation
for linking the APR::* against APR.lib
- create a bogus blib/arch/Apache2/auto/APR/APR.lib, to fool
MakeMaker into thinking the lib exists before it's actually built.
Revision
70671 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 4 03:36:18 2004 UTC
(5 years, 8 months ago)
by
stas
File length: 17303 byte(s)
Diff to
previous 70580
(
colored)
this is a workaround so that ModPerl::MM will move MY::constants
away, and Apache-Test/Makefile.PL which has its own MY::constants
won't get complaints on MY::constants redefined
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70580 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 9 18:31:41 2004 UTC
(5 years, 9 months ago)
by
stas
File length: 17051 byte(s)
Diff to
previous 70507
(
colored)
When 'perl Makefile.PL PREFIX=/foo/bar' is used and mod_perl 1 is
found, but at different prefix no longer require
MP_INST_APACHE2=1.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70507 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 23 04:28:00 2003 UTC
(5 years, 11 months ago)
by
stas
File length: 16387 byte(s)
Diff to
previous 70468
(
colored)
'make dist' now generates and picks Apache-Test/META.yml which was
always reported missing, as it was included in Apache-Test/MANIFEST
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70468 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 16 01:37:13 2003 UTC
(5 years, 11 months ago)
by
randyk
File length: 16310 byte(s)
Diff to
previous 70460
(
colored)
Reviewed by: stas
add a name and abstract to mod_perl.pm, and an associated
ABSTRACT_FROM attribute in WriteMakefile() of Makefile.pm,
to help certain tools like on search.cpan.org and ppm in indexing.
Revision
70460 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 12 07:14:40 2003 UTC
(5 years, 11 months ago)
by
stas
File length: 16250 byte(s)
Diff to
previous 70368
(
colored)
Extend the autogenerated bug report to include information about
installed modules of special interest (which may aid in understanding
the bug report), such as CGI.pm, Apache::Request, LWP, etc.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70368 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 7 09:46:56 2003 UTC
(6 years ago)
by
stas
File length: 16256 byte(s)
Diff to
previous 70361
(
colored)
this is silly, but people do carry _0x dev released of ExtUtils::MakeMaker
("6.10_03" > 6.10 doesn't make perl happy)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70361 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 7 08:38:24 2003 UTC
(6 years ago)
by
randyk
File length: 16216 byte(s)
Diff to
previous 70359
(
colored)
Reviewed by: stas
add a build/win32_fetch_apxs script (called within the top-level Makefile.PL) to
offer to fetch and install Win32 development versions of apxs and (apr|apu)-config.
Revision
70359 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 7 00:56:31 2003 UTC
(6 years ago)
by
stas
File length: 15919 byte(s)
Diff to
previous 70350
(
colored)
a workaround for MakeMaker < 6.11, where $(ECHO) wasn't available (use perl
-le 'print shift')
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70350 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 5 09:52:18 2003 UTC
(6 years ago)
by
stas
File length: 15691 byte(s)
Diff to
previous 70348
(
colored)
When 'make test' fails we now print the info on what to do next
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70348 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 5 08:29:17 2003 UTC
(6 years ago)
by
randyk
File length: 15681 byte(s)
Diff to
previous 70346
(
colored)
Reviewed by: stas
For Win32, (apr|apu)-config needs a .bat extension for the -x test
in looking for the existence of the apr libraries.
Revision
70335 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 29 00:42:47 2003 UTC
(6 years ago)
by
stas
File length: 14611 byte(s)
Diff to
previous 70207
(
colored)
constants don't survive MakeMaker's move of MY:: functions to a different
namespace, therefore use a lexical $apache_test_install instead of a
constant APACHE_TEST_INSTALL
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70207 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 21 03:05:18 2003 UTC
(6 years, 2 months ago)
by
stas
File length: 14600 byte(s)
Diff to
previous 70148
(
colored)
use the ap_includedir wrapper instead of the raw query to apxs to get the
apache INCLUDEDIR
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70133 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 22 19:18:03 2003 UTC
(6 years, 3 months ago)
by
geoff
File length: 14720 byte(s)
Diff to
previous 70105
(
colored)
remove support for httpd 2.0.45/apr 0.9.3 and lower.
httpd 2.0.46 is now the minimum supported version.
Submitted by: geoff
Reviewed by: stas
Revision
70098 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 12 23:13:20 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14723 byte(s)
Diff to
previous 70096
(
colored)
build tweaks to support interactive build, when the source dir is picked
from the user's input and not provided by MP_AP_PREFIX
- also gracefully handle the case when mod_perl is built against the httpd
source tree, in which case we can't quite link against apr libs. (at least
for now)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70087 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 9 01:51:46 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14565 byte(s)
Diff to
previous 70086
(
colored)
as perl_version_check now needs to rely on apxs to be setup, move it to be
executed after configure()
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70086 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 9 01:47:06 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14512 byte(s)
Diff to
previous 70073
(
colored)
move the apr-config check into configure() *after* apxs has been found if
at all
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70073 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 7 16:46:32 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14581 byte(s)
Diff to
previous 70072
(
colored)
revert, need to use Apache::TestConfig::WIN32, not WIN32
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70072 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 7 16:30:33 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14561 byte(s)
Diff to
previous 70071
(
colored)
don't require apr-config for win32 untill apxs issues are resolved there
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70071 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 7 16:29:19 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14531 byte(s)
Diff to
previous 70070
(
colored)
new Apache::Build methods: mpm_name(), mpm_is_threaded(). use them in
the top-level Makefile.PL to require 5.8.0/ithreads if mpm requires
threads.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70070 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 7 03:23:52 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14389 byte(s)
Diff to
previous 70067
(
colored)
use Apache::TestTrace::error + exit(1) instead of die, so we can get nice
error messages, which stand out.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70067 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 7 00:46:55 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 14328 byte(s)
Diff to
previous 70065
(
colored)
add an early check whether we can find apr-config, and suggest the user to
pass the MP_AP_CONFIG option if that's the case
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70065 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 6 23:53:23 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 13955 byte(s)
Diff to
previous 70061
(
colored)
use the new build method apr_bindir to get the location of ap[ru]-config
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70061 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 6 21:59:03 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 13924 byte(s)
Diff to
previous 70060
(
colored)
- now requiring 5.8.x/ithreads for threaded mpms (now doing the check
against the mpm, rather than OS name)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70060 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 6 21:40:04 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 13632 byte(s)
Diff to
previous 70059
(
colored)
move all the requirement checkings (perl/apr) into one sub
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70059 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 6 21:27:52 2003 UTC
(6 years, 3 months ago)
by
stas
File length: 13567 byte(s)
Diff to
previous 70043
(
colored)
we already require 5.8.x for WIN32 at the top of Makefile.PL
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70043 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 28 17:32:34 2003 UTC
(6 years, 4 months ago)
by
stas
File length: 13719 byte(s)
Diff to
previous 70028
(
colored)
move the definition of DEFINE='-DMP_HAVE_APR_LIBS' to the top level
Makefile.PL, since it overrides MY::pasthru target which makes it
impossible to define local DEFINE in subdirs.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70028 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 18 08:55:56 2003 UTC
(6 years, 5 months ago)
by
stas
File length: 12931 byte(s)
Diff to
previous 70027
(
colored)
- since when mod_perl is installed, Apache-Test doesn't run its install
targets, we have to do the trickery to do this from the top level
Makefile.PL, hence abstracting the code to add targets which will nuke
Apache/test.pl into a separate library install-pl, which is useful only
during the build.
- correct the uninstall code, to check the existance of the packlist file,
so more than one 'make install' in a row will work without errors
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
70027 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 12 23:42:23 2003 UTC
(6 years, 5 months ago)
by
stas
File length: 12437 byte(s)
Diff to
previous 69939
(
colored)
Apache2.pm is now autogenerated and will adjust @INC to include
Apache2/ subdirs only if built with MP_INST_APACHE2=1
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69907 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 10 02:00:19 2003 UTC
(6 years, 7 months ago)
by
stas
File length: 12403 byte(s)
Diff to
previous 69906
(
colored)
Add a script mp2bug and a target 'make bugreport', so people can use
bugreporting during the build and after modperl is installed.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69906 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 10 01:40:12 2003 UTC
(6 years, 7 months ago)
by
stas
File length: 12364 byte(s)
Diff to
previous 69905
(
colored)
Add a script mp2doc as a replacement for perldoc (due to 2.0 modules
living under Apache2, which won't be looked at by perldoc).
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69899 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 7 23:23:24 2003 UTC
(6 years, 7 months ago)
by
stas
File length: 12265 byte(s)
Diff to
previous 69859
(
colored)
Require perl 5.8 or higher when building mod_perl on OSes requiring
ithreads (e.g., win32), since 5.6.x ithreads aren't good.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69859 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 27 05:22:26 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 12119 byte(s)
Diff to
previous 69836
(
colored)
add support for make test TEST_VERBOSE=1 TEST_FILES=..., in mod_perl top
level Makefile.PL, since it doesn't use Apache::Test's MY::test, so have
to do it manually
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69836 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 23 08:11:09 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 12049 byte(s)
Diff to
previous 69833
(
colored)
we no longer need to do the trick with docs/api/mod_perl-2.0 outreaching
in Makefile.PL, since now the pods get glued to their pm files
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69833 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 22 07:36:57 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 13168 byte(s)
Diff to
previous 69832
(
colored)
- the build now automatically glues the .pod files to the respective .pm
files, so one can use perldoc on .pm files to read the
documentation.
- had to change a few Makefile.PL's MM overrides to append their
extensions to the output of BuildMM's respective methods
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69832 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 22 07:21:37 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 13044 byte(s)
Diff to
previous 69822
(
colored)
- provide a workaround for ExtUtils::MakeMaker::mv_all_methods, so
ModPerl::BuildMM and ModPerl::MM can override EU::MM methods behind
the scenes.
- adding ModPerl::BuildMM, which is now used for building mod_perl.
ModPerl::MM will be used for 3rd party modules. ModPerl::BuildMM
reuses ModPerl::MM where possible.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69822 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 18 05:37:10 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 13019 byte(s)
Diff to
previous 69820
(
colored)
s/includedir/INCLUDEDIR/, when configured without apxs mod_perl uses upper
case keys
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69820 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 17 03:31:00 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 13019 byte(s)
Diff to
previous 69819
(
colored)
- drop the unused macros: APACHE_PREFIX and APACHE_LIBDIR
- rename s/APACHE_INCLUDEDIR/MODPERL_AP_INCLUDEDIR/ to be consistent with
other Makefiles
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69819 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 17 02:42:16 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 13135 byte(s)
Diff to
previous 69811
(
colored)
fix copy-n-paste error, should be APACHE_INCLUDEDIR makefile macro
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69811 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 13 06:10:46 2003 UTC
(6 years, 8 months ago)
by
stas
File length: 13139 byte(s)
Diff to
previous 69713
(
colored)
'make install' now installs mod_perl*h files under httpd's include tree
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69694 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 23 05:16:30 2003 UTC
(6 years, 10 months ago)
by
stas
File length: 12603 byte(s)
Diff to
previous 69637
(
colored)
the top level 'make test' now descends into the ModPerl-Registry dir
to run 'make test' there
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
69597 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 15 04:03:43 2002 UTC
(6 years, 11 months ago)
by
stas
File length: 12166 byte(s)
Diff to
previous 69376
(
colored)
Strongly suggest win32 users to upgrade to 5.8.0, if they run 5.6.x
PR:
Obtained from:
Submitted by: Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Reviewed by: stas
Revision
69234 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 23 02:35:19 2002 UTC
(7 years, 6 months ago)
by
dougm
File length: 11705 byte(s)
Diff to
previous 69222
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
on hpux with bleedperl $Config{ld} is the fullpath, strip to the basename
Revision
69221 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 22 01:58:59 2002 UTC
(7 years, 6 months ago)
by
dougm
File length: 11673 byte(s)
Diff to
previous 69215
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
make it possible to change the name of src/modules/perl/Makefile
in case static build requires a src/modules/perl/Makefile.in
Revision
69084 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 6 06:41:54 2002 UTC
(7 years, 7 months ago)
by
dougm
File length: 9757 byte(s)
Diff to
previous 69080
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
not everything in MakeMaker uses INST_LIB
so we have do fixup a few PMs to make sure *everything*
gets installed into Apache2/
Revision
69071 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 6 02:12:14 2002 UTC
(7 years, 7 months ago)
by
dougm
File length: 9583 byte(s)
Diff to
previous 69051
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
attempt to detect existing mod_perl/1.xx installation.
if found die unless MP_INST_APACHE2=1 was specified.
Revision
68963 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 31 08:45:13 2001 UTC
(7 years, 10 months ago)
by
stas
File length: 8499 byte(s)
Diff to
previous 68956
(
colored)
- start using the generate_script functions for auto-generating TEST,
REPORT and SMOKE utils
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68956 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 25 12:46:10 2001 UTC
(7 years, 11 months ago)
by
stas
File length: 8398 byte(s)
Diff to
previous 68955
(
colored)
- correct the changed docs path in the problem description comment
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68955 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 25 12:44:49 2001 UTC
(7 years, 11 months ago)
by
stas
File length: 8402 byte(s)
Diff to
previous 68898
(
colored)
- api docs location's path change adjustments s|docs/src/api|docs/api|
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68898 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 10 06:29:28 2001 UTC
(7 years, 11 months ago)
by
stas
File length: 8406 byte(s)
Diff to
previous 68873
(
colored)
- add a new module Apache::TestSmoke which runs random and ordered
smoke testing to determine tests inter-dependencies leading to failures.
- add t/SMOKE.PL which drives Apache::TestSmoke
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68873 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 21 02:39:45 2001 UTC
(8 years ago)
by
stas
File length: 8398 byte(s)
Diff to
previous 68806
(
colored)
s/generate_xs/xs_generate/ to be consistent with make target and
build/xs_generate.pl
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68806 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 2 17:59:05 2001 UTC
(8 years ago)
by
dougm
File length: 8398 byte(s)
Diff to
previous 68805
(
colored)
change install method for libmodperl.so: now done via src/modules/perl/Makefile
install target
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68805 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 2 17:33:46 2001 UTC
(8 years ago)
by
dougm
File length: 8581 byte(s)
Diff to
previous 68804
(
colored)
XXX: MakeMaker will try to unlink $(APACHE_LIBDIR)/$MODPERL_LIB
during 'make' and probably 'make clean' as well
need to find another way to install libmodperl.so
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68743 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 20 18:59:28 2001 UTC
(8 years, 1 month ago)
by
dougm
File length: 7576 byte(s)
Diff to
previous 68724
(
colored)
add MP_AP_PREFIX build option; possible to derive apxs values on platforms where apxs is not supported
Revision
68715 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 15 16:50:47 2001 UTC
(8 years, 1 month ago)
by
dougm
File length: 7421 byte(s)
Diff to
previous 68698
(
colored)
fix MODPERL_SRC related targets for win32 to understand
PR:
Obtained from:
Submitted by: William A. Rowe, Jr. <wrowe@covalent.net>
Reviewed by: dougm
Revision
68692 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 11 03:29:32 2001 UTC
(8 years, 1 month ago)
by
dougm
File length: 6967 byte(s)
Diff to
previous 68690
(
colored)
the DIR => [] patch does not work, backing it out for now.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68637 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 4 10:51:46 2001 UTC
(8 years, 1 month ago)
by
stas
File length: 6930 byte(s)
Diff to
previous 68582
(
colored)
- allow remote dirs to be included in the make process
- needed to override the DIR parameter and therefore duplicate parts from
MM::init_dirscan, to preserve original functionality (to search immediate
sub-dirs for Makefile.PL)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68582 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 18 16:05:16 2001 UTC
(8 years, 2 months ago)
by
stas
File length: 6018 byte(s)
Diff to
previous 68539
(
colored)
some build utils from ./util have silently moved (without commit)
into ./build, therefore adjusting the code/docs:
s|util/bugreport.pl|build/bugreport.pl|g
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68539 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 07:00:56 2001 UTC
(8 years, 2 months ago)
by
stas
File length: 6015 byte(s)
Diff to
previous 68494
(
colored)
- define APACHE_PREFIX/APACHE_LIBDIR Makefile vars for install target
re-use
- install libmodperl.so if built with MP_USE_DSO=1
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
68230 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 4 05:27:59 2001 UTC
(8 years, 7 months ago)
by
dougm
File length: 5846 byte(s)
Diff to
previous 68215
(
colored)
do a better job of finding ap_release.h to parse the server version and give more diagnostics if it fails
Revision
68196 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 26 16:17:10 2001 UTC
(8 years, 8 months ago)
by
dougm
File length: 5014 byte(s)
Diff to
previous 68121
(
colored)
MP_GENERATE_XS option to generate xs code from checked-in tables, since C::Scan doesnt work on some platforms
Revision
68000 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 30 18:36:52 2000 UTC
(9 years, 6 months ago)
by
dougm
File length: 4724 byte(s)
Diff to
previous 67998
(
colored)
"discover" xs modules. since there is no list hardwired
any module can be unpacked in the mod_perl-2.xx directory
and built static
this stunt also make it possible to leave .xs files where
they are, unlike 1.xx where *.xs live in src/modules/perl
and are copied to subdir/ if DYNAMIC=1
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
67998 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 30 03:31:17 2000 UTC
(9 years, 6 months ago)
by
dougm
File length: 4370 byte(s)
Diff to
previous 67992
(
colored)
MP_INST_APACHE2=1 attribute will cause *.pm and *.so to be installed in
an Apache2/ subdirectory so mod_perl-1.xx and mod_perl-2.0 can co-exist
in the same site_perl tree.
'PerlModule Apache2' will add these directories to @INC
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
67992 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 29 02:28:35 2000 UTC
(9 years, 6 months ago)
by
dougm
File length: 3745 byte(s)
Diff to
previous 67984
(
colored)
no patch to 5.6.0 is needed when PERL_SET_CONTEXT is properly used
tell perl_clone() not to clone the stacks (requires scopestack_ix hack)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
67981 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 25 05:16:07 2000 UTC
(9 years, 7 months ago)
by
dougm
File length: 3742 byte(s)
Diff to
previous 67979
(
colored)
if MP_USE_DSO=1 build libmodperl.so, else build libmodperl.a
get rid of Apache::Build::AUTOLOAD
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
67954 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 17 00:02:25 2000 UTC
(9 years, 7 months ago)
by
dougm
File length: 3219 byte(s)
Diff to
previous 67950
(
colored)
add Apache::Build::{ccopts,ldopts} methods
enable libgtop linking if debug and available
beef up logic for generating/cleaning files
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
67940 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 15 17:38:45 2000 UTC
(9 years, 7 months ago)
by
dougm
File length: 3141 byte(s)
Diff to
previous 67936
(
colored)
fix libgdbm check logic
move some re-usable things to Apache::Build
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
67936 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 14 23:52:55 2000 UTC
(9 years, 7 months ago)
by
dougm
File length: 3744 byte(s)
Diff to
previous 67933
(
colored)
change from ap_context_t to ap_pool_t
integrate/test interpreter pool
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
67931 -
(
view)
(
annotate)
-
[select for diffs]
Added
Thu Apr 13 07:03:37 2000 UTC
(9 years, 7 months ago)
by
dougm
File length: 3742 byte(s)
lets get this party started
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.