cvs commit: modperl-2.0/lib/Apache Build.pm

2004-11-01 Thread stas
stas2004/11/01 15:52:20 Modified:lib/Apache Build.pm Log: - sort the keys of Apache::BuildConfig so it's easier to study and compare bug reports - compress a bit the Data::Dumper dump Revision ChangesPath 1.187 +6 -2 modperl-2.0/lib/Apache/Build.pm I

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-26 Thread gozer
gozer 2004/09/26 00:06:23 Modified:.Changes Makefile.PL lib/Apache Build.pm Log: make install and static build now correctly installs mod_perl as well as the statically built apache Reported by: <[EMAIL PROTECTED]> Revision ChangesPath 1.501

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-22 Thread gozer
gozer 2004/09/22 16:10:48 Modified:lib/Apache Build.pm Log: One more little tweak to propagate the location of httpd to the t/TEST scripts for the static build Revision ChangesPath 1.185 +2 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-21 Thread gozer
gozer 2004/09/21 11:08:19 Modified:lib/Apache Build.pm Log: Using Apache::TestMM::Argv to propagate arguments to t/TEST was not the ideal way, just make sure to set httpd in BuildConfig.pm instead Revision ChangesPath 1.184 +1 -1 modperl-2.0/lib/Apache/Build.

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-21 Thread gozer
gozer 2004/09/21 00:46:22 Modified:.Changes lib/Apache Build.pm Log: When processing libs paths in httpd's source tree, we need to check for .libs/ directory and add them to the -L path since the .so outside of .dirs/ are libtools wrappers we cannot use.

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-20 Thread gozer
gozer 2004/09/20 23:51:10 Modified:.Changes lib/Apache Build.pm Log: In the static build, run make in httpd's srclib/ early to have generated files present at mod_perl configure time Revision ChangesPath 1.492 +3 -0 modperl-2.0/Changes

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-20 Thread gozer
gozer 2004/09/20 23:43:53 Modified:.Changes lib/Apache Build.pm Log: When searching for ap(r|u)-config in httpd's source tree, search into srclib/apr-util as well as srclib/apr Revision ChangesPath 1.491 +3 -0 modperl-2.0/Changes I

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-20 Thread gozer
gozer 2004/09/20 14:05:34 Modified:lib/Apache Build.pm Log: Typo in passing httpd argument to t/TEST for static build Revision ChangesPath 1.180 +1 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-18 Thread stas
stas2004/09/18 16:27:40 Modified:lib/Apache Build.pm Log: revert 1.175, running ./configure at an earlier stage resolves the problem of creating apr.h Revision ChangesPath 1.179 +1 -3 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-18 Thread stas
stas2004/09/18 08:38:25 Modified:lib/Apache Build.pm Log: cleanup Revision ChangesPath 1.177 +5 -5 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs/modperl-2.0/lib

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-18 Thread stas
stas2004/09/18 08:36:34 Modified:lib/Apache Build.pm Log: $ENV{CFLAGS} could be undef Revision ChangesPath 1.176 +1 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-18 Thread stas
stas2004/09/18 08:35:55 Modified:lib/Apache Build.pm Log: pristine source has no apr.h file, but apr.h.in Revision ChangesPath 1.175 +4 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm =

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-09-03 Thread geoff
geoff 2004/09/03 06:02:39 Modified:lib/Apache Build.pm Log: polish build in cases where apr, apr-util, and httpd all live in separate directories. Submitted by: Joe Orton Revision ChangesPath 1.173 +2 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-08-22 Thread gozer
gozer 2004/08/22 10:57:40 Modified:lib/Apache Build.pm Log: When using MP_AP_BUILD, MP_AP_PREFIX should be required, error out if it isn't. Reported by: Kermit Tensmeyer <[EMAIL PROTECTED]> Revision ChangesPath 1.171 +6 -0 modperl-2.0/lib/Apache/Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-08-14 Thread stas
stas2004/08/14 17:18:42 Modified:lib/Apache Build.pm Log: remove irrelevant now comments (since we require 2.0.47 or higher) Revision ChangesPath 1.170 +2 -3 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-08-05 Thread stas
stas2004/08/05 17:54:35 Modified:lib/Apache Build.pm Log: improve the diagnostics of failing to find modperl include dir Revision ChangesPath 1.167 +7 -5 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-04-05 Thread stas
stas2004/04/05 14:45:08 Modified:lib/Apache Build.pm Log: make sure apr.h can be safely included for example Perl's included -D_GNU_SOURCE implies -D_LARGEFILE64_SOURCE on linux, but this won't happen on Solaris, so we need apr flags living in apxs' EXTRA_CPPFLAGS Submitt

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-04-05 Thread stas
stas2004/04/05 14:43:47 Modified:lib/Apache Build.pm Log: remove duplicated C flags from ccopts Revision ChangesPath 1.159 +14 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS f

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-04-04 Thread stas
stas2004/04/04 21:03:38 Modified:lib/Apache Build.pm Log: abstract the code looking for apxs to its own function and call it only once, and not on every apxs query Revision ChangesPath 1.157 +31 -17modperl-2.0/lib/Apache/Build.pm Index: Build.pm =

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-01-26 Thread geoff
geoff 2004/01/26 08:10:49 Modified:lib/Apache Build.pm Log: support new ap_release.h format in 2.1 Revision ChangesPath 1.155 +12 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-12-17 Thread stas
stas2003/12/17 14:27:33 Modified:lib/Apache Build.pm Log: add a warning "noedit" header to the autogenerated Apache2.pm Revision ChangesPath 1.154 +2 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-12-15 Thread randyk
randyk 2003/12/15 18:39:00 Modified:lib/Apache Build.pm Log: Reviewed by: stas In testing for the existence of the apxs and apr-config utilities, Win32 needs candidates to have a .bat extension for the -x file test to succeed. Revision ChangesPath 1.153 +16 -2

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-12-15 Thread randyk
randyk 2003/12/15 17:46:13 Modified:lib/Apache Build.pm Log: Reviewed by: stas add MP_AP_PREFIX/bin/apxs to list of tries to make in finding apxs. Revision ChangesPath 1.152 +2 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-11-07 Thread randyk
randyk 2003/11/07 00:48:21 Modified:perl-framework/Apache-Test Makefile.PL perl-framework/Apache-Test/lib/Apache TestConfig.pm lib/Apache Build.pm Log: Reviewed by: stas use devnull() from File::Spec to specify a portable /dev/null. Revision Ch

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-11-05 Thread stas
stas2003/11/05 01:45:22 Modified:lib/Apache Build.pm Log: fix once and for all Apache2 to put first devel libs (if in @INC), then blib libs, and only then perl core libs. Untill now Apache2 was popping up core libs with Apache2 dirs before lib, requiring re-order on the user

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-09-18 Thread geoff
geoff 2003/09/18 11:24:25 Modified:lib/Apache Build.pm Log: fix for change in MakeMaker 6.17 that exposed problems on our side. Obtained from: Michael Schwern Revision ChangesPath 1.147 +1 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-09-05 Thread stas
stas2003/09/05 18:10:18 Modified:lib/Apache Build.pm Log: let's be consistent and use a nicely colored error message Revision ChangesPath 1.145 +2 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-09-05 Thread stas
stas2003/09/05 18:04:36 Modified:lib/Apache Build.pm Log: if MPM_NAME could be retrieved and MP_APXS wasn't passed, suggest to pass it in the error message Revision ChangesPath 1.144 +7 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm =

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-22 Thread stas
stas2003/08/22 17:12:17 Modified:lib/Apache Build.pm Log: find the apr config dir in case of the build against the httpd source tree Revision ChangesPath 1.143 +13 -11modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 14:07:49 Modified:.Makefile.PL lib/Apache Build.pm Log: more copy-n-paste cleanups Revision ChangesPath 1.120 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 13:46:57 Modified:lib/Apache Build.pm Log: when building against the source tree parse config_vars.mk to figure out what MPM_NAME is used Revision ChangesPath 1.133 +17 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 15:47:50 Modified:lib/Apache Build.pm Log: i like pizza, but i don't like spagetti logic Revision ChangesPath 1.139 +2 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 15:38:05 Modified:lib/Apache Build.pm Log: look in the source tree for mpm_name if MP_AP_PREFIX is passed Revision ChangesPath 1.138 +3 -3 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 15:54:10 Modified:lib/ModPerl BuildOptions.pm lib/Apache Build.pm Log: must expand httpd source dir into a full path Revision ChangesPath 1.21 +8 -4 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm =

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 14:19:26 Modified:lib/Apache Build.pm Log: a typo, mea culpa :( Revision ChangesPath 1.136 +4 -4 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs/mo

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 14:06:18 Modified:.Makefile.PL lib/Apache Build.pm Log: style tweaks Revision ChangesPath 1.119 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 10:47:52 Modified:lib/Apache Build.pm Log: find apr-config when the source tree is configured interactively Revision ChangesPath 1.132 +5 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 16:13:11 Modified:lib/Apache Build.pm Log: refactor $self->{MP_AP_PREFIX} || $self->{dir} into $self->dir, which already does that Revision ChangesPath 1.141 +5 -9 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/06 16:45:06 Modified:lib/Apache Build.pm Log: work harder to find out the location of apr-config. if found store its base directory as it might be different from the APXS dir. Revision ChangesPath 1.129 +21 -4 modperl-2.0/lib/Apache/Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-11 Thread stas
stas2003/08/11 13:01:03 Modified:.Changes lib/Apache Build.pm Log: Apache::Build now tries to use the new APR_BINDIR query string to find the location of apr-config. Revision ChangesPath 1.207 +3 -0 modperl-2.0/Changes Index: Cha

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-07-24 Thread randyk
randyk 2003/07/24 18:49:10 Modified:.Changes lib/Apache Build.pm Log: Reviewed by: stas For Win32, - generate .pdb files for debugging when built with MP_DEBUG, and install them into the same directory as the associated dll/so libs. - install mod_perl

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-04-03 Thread stas
stas2003/04/03 22:12:58 Modified:lib/Apache Build.pm Log: spel Revision ChangesPath 1.118 +1 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs/modperl-2.0/lib/Ap

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-03-27 Thread stas
stas2003/03/27 16:30:00 Modified:lib/Apache Build.pm Log: Makefile must end with \n to avoid warnings on certain platforms Revision ChangesPath 1.117 +2 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-03-23 Thread stas
stas2003/03/23 20:47:48 Modified:lib/Apache Build.pm Log: refurbish unused sub typemaps to find the installed Apache typemap Revision ChangesPath 1.116 +11 -7 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-03-23 Thread stas
stas2003/03/23 19:11:04 Modified:lib/Apache Build.pm Log: $build->inc in ModPerl::MM needs to return only production include dirs, not the build ones Revision ChangesPath 1.115 +17 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-03-17 Thread stas
stas2003/03/17 21:48:04 Modified:lib/Apache Build.pm Log: always upcase the query key, incase it was requested lowercased (the lowercased works with the real apxs query, but when it's emulated it must be upcase. Revision ChangesPath 1.113 +1 -1 modperl-2.

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-03-12 Thread stas
stas2003/03/12 22:10:46 Modified:.Makefile.PL Changes lib/Apache Build.pm Log: 'make install' now installs mod_perl*h files under httpd's include tree Revision ChangesPath 1.92 +20 -8 modperl-2.0/Makefile.PL Index: Makefile.PL ==