/[Apache-SVN]/httpd/apreq/trunk/Makefile.PL
ViewVC logotype

Log of /httpd/apreq/trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 408538 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 22 00:33:00 2006 UTC (18 years, 2 months ago) by randyk
File length: 2894 byte(s)
Diff to previous 380275 (colored)
On Win32, fix the location of apxs and the names of the apr and aprutil libraries to enable building against Apache/2.2.

Revision 380275 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 24 00:01:54 2006 UTC (18 years, 5 months ago) by joes
File length: 2713 byte(s)
Diff to previous 357182 (colored)
s/mod_perl/mod_perl2/g in version checks


Revision 357182 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 16 16:54:01 2005 UTC (18 years, 7 months ago) by joes
File length: 2712 byte(s)
Diff to previous 326393 (colored)
This isn't quite enough to get -libmodperl to work, but its step1.

Submitted by: pgollucci


Revision 326393 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 19 05:05:23 2005 UTC (18 years, 9 months ago) by randyk
File length: 2699 byte(s)
Diff to previous 315063 (colored)
- get rid of warning on Win32 about an unitialized --with-apache2-apxs option
  if this is not passed in
- try using Apache2::Build->build_config->{MP_AP_PREFIX} on Win32 to get
  top-level Apache2 directory, if all else fails - this should also enable
  building just with 'perl Makefile.PL' if MP_AP_PREFIX was specified
  when building mod_perl


Revision 315063 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 12 22:29:53 2005 UTC (18 years, 10 months ago) by joes
File length: 2418 byte(s)
Diff to previous 208705 (colored)
Fetch the --with-apache2-apxs argument from
Apache2::BuildConfig if none is given on the 
command line.  This should allow the CPAN
install to be fully automated.


Revision 208705 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 1 03:11:43 2005 UTC (19 years, 1 month ago) by joes
File length: 2304 byte(s)
Diff to previous 168521 (colored)
Allow `perl Makefile.PL --with-expat=...`

Submitted by: Philip M. Gollucci
Message-ID: <42C2FC7A.2070703@p6m7g8.com>


Revision 168521 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 6 05:13:39 2005 UTC (19 years, 3 months ago) by randyk
File length: 2278 byte(s)
Diff to previous 165547 (colored)
Win32 fixes for debug mode (reported by Markus Wichitill):
  - recognize --debug option if passed to top-level Makefile.PL
  - fix debug targets in apreq2_test.mak
  - install .pdb files, if they exist


Revision 165547 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 21:54:26 2005 UTC (19 years, 3 months ago) by randyk
File length: 2155 byte(s)
Diff to previous 165542 (colored)
When testing perl prerequisites, warn, rather than die, on
failure, so as CPAN clients have a chance to install missing
prerequisites.


Revision 165542 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 20:59:59 2005 UTC (19 years, 3 months ago) by randyk
File length: 2154 byte(s)
Diff to previous 165539 (colored)
for Win32, check for the existence of a particular option before
seeing if the associated top-level directory exists.


Revision 165539 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 20:40:53 2005 UTC (19 years, 3 months ago) by randyk
File length: 2109 byte(s)
Diff to previous 164514 (colored)
For Win32, have the top-level Makefile.PL also accept the
with-apache2-apxs, with-apache2-httpd, with-apr-config, and
with-apu-config options, and convert those into the expected
with-apache2 option.


Revision 164514 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 25 02:05:28 2005 UTC (19 years, 3 months ago) by randyk
File length: 1651 byte(s)
Diff to previous 161816 (colored)
Allow top-level Makefile.PL to check prerequisites for Win32,
rather than doing it within win32/Configure.pl (no change to unix build).


Revision 161816 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 18 23:45:32 2005 UTC (19 years, 3 months ago) by joes
File length: 1694 byte(s)
Diff to previous 155691 (colored)
Swapping trunk with the multi-env branch, step 2.

Revision 155691 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 28 19:46:39 2005 UTC (19 years, 5 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/Makefile.PL
File length: 1694 byte(s)
Diff to previous 125263 (colored)
*nix build system fixes:
  Add --with-perl-opts, to pass additional MM options to glue/perl.
  Clean up internal libtool/ld flags.

Copy module/t/c-modules test layout to module/apache/t.


Revision 125263 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 15 15:41:46 2005 UTC (19 years, 6 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/Makefile.PL
File length: 1572 byte(s)
Diff to previous 125029 (colored)
Create multi-env branch.

Revision 125029 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 13 03:44:22 2005 UTC (19 years, 7 months ago) by stas
File length: 1572 byte(s)
Diff to previous 106984 (colored)
avoid code dups


Revision 106984 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 30 04:18:13 2004 UTC (19 years, 8 months ago) by joes
File length: 1565 byte(s)
Diff to previous 106601 (colored)
  Add --with-apache2-httpd option so users can override apxs's
  notion of where the httpd executable is.  XSBuilder's header
  parser runs from buildconf now instead of configure, so we
  will include those tables in the release tarball.  buildconf
  gets an additional --with-perl option for running the xsbuilder.pl
  parsing script.  The XS generation code in xsbuilder.pl has moved 
  to glue/perl/Makefile.PL.


Notes: This patch probably breaks the Win32 build, and the new arg
parsing code for buildconf is copied from httpd's buildconf script.


Revision 106601 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 25 20:47:23 2004 UTC (19 years, 8 months ago) by nd
File length: 1546 byte(s)
Diff to previous 104911 (colored)
property cleanup


Revision 104911 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 29 23:31:19 2004 UTC (19 years, 11 months ago) by joes
File length: 1546 byte(s)
Diff to previous 104171 (colored)
Add additional prereq checks to Makefile.PL


Revision 104171 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 5 05:22:17 2004 UTC (20 years, 1 month ago) by randyk
File length: 1469 byte(s)
Diff to previous 101721 (colored)
Reviewed by:	joes
demand minimum ExtUtils::MakeMaker version - early versions
don't correctly place pm files under an Apache2/ subdirectory,
which can lead to clobbering an existing libapreq-1 installation
(reported by Chad Kreimendahl <Chad.Kreimendahl (at) umb.com>).


Revision 101721 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 7 20:05:20 2003 UTC (20 years, 9 months ago) by joes
File length: 1426 byte(s)
Diff to previous 101635 (colored)
Updates to build system:
perl build/version_check.pl --version=2.XX generates a META.yml file for CPAN, which will be incorporated into future releases.
perl build/version_check.pl generates a nicer prerequisite list, with sections that show how the prereqs relate to the build type.
Apache::Test is no longer a requirement for the C API (although the env/ tests will not run during % make test).


Revision 101635 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 31 21:38:35 2003 UTC (20 years, 9 months ago) by joes
File length: 1379 byte(s)
Diff to previous 101593 (colored)
Add perl prereq tests to Makefile.PL


Revision 101593 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 28 14:00:08 2003 UTC (20 years, 9 months ago) by joes
File length: 1177 byte(s)
Diff to previous 101476 (colored)
Add MANIFEST.SKIP- '% make release' should generate a functional, CPAN-friendly tarball now.


Revision 101476 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 17 14:49:12 2003 UTC (20 years, 9 months ago) by joes
File length: 1046 byte(s)
Diff to previous 101474 (colored)
Makefile.PL cleanups to ensure --enable... args are passed correctly to configure.  Also make sure perl glue gets cleaned up on 'make clean'.


Revision 101474 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 17 06:27:20 2003 UTC (20 years, 10 months ago) by joes
File length: 962 byte(s)
Diff to previous 100739 (colored)
Add --enable-perl-glue option.


Revision 100739 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 23 05:07:12 2003 UTC (21 years ago) by randyk
File length: 835 byte(s)
Diff to previous 100732 (colored)
Use top-level Makefile.PL for Win32 build, and adjust INSTALL
instructions to refelct this.


Revision 100732 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 22 10:37:33 2003 UTC (21 years ago) by stas
File length: 552 byte(s)
Diff to previous 100693 (colored)
fix undefined $perl
PR:
Obtained from:
Submitted by:
Reviewed by:


Revision 100693 - (view) (download) (annotate) - [select for diffs]
Added Fri Jul 18 18:36:05 2003 UTC (21 years ago) by stas
File length: 539 byte(s)
start working on the top-level Makefile.PL to make the httpd-apreq-2
disto buildable via CPAN
PR:
Obtained from:
Submitted by:
Reviewed by:


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.


infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26