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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 751042 - (view) (annotate) - [select for diffs]
Modified Fri Mar 6 19:21:08 2009 UTC (8 months, 2 weeks ago) by joes
File length: 5055 byte(s)
Diff to previous 749532 (colored)
get rid of .deps once and for all

Revision 749532 - (view) (annotate) - [select for diffs]
Modified Tue Mar 3 05:21:19 2009 UTC (8 months, 3 weeks ago) by joes
File length: 5113 byte(s)
Diff to previous 491122 (colored)
add libapreq.rc to EXTRA_DIST so it gets
included in the release tarball

Revision 491122 - (view) (annotate) - [select for diffs]
Modified Fri Dec 29 22:27:12 2006 UTC (2 years, 10 months ago) by bojan
File length: 5101 byte(s)
Diff to previous 423429 (colored)
Link APREQ docs to version specific APR/APU docs.

Revision 423429 - (view) (annotate) - [select for diffs]
Modified Wed Jul 19 10:40:15 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 5063 byte(s)
Diff to previous 407502 (colored)
bsdtar (default on FreeBSD) is nolonger with the Fedora Core series FC5 and higher.

Fortunately, FreeBSD has gtar available as a port (/usr/local/archivers/gtar)
which will be used by default now on this platform via some Makefile.am/acinclude.m4 foo.

This change should only affect release managers and make the resulting tarballs
usable by all.

Reported by: Bojan Smojver <bojan@rexursive.com>
Message ID : <1152563966.499.14.camel@coyote.rexursive.com> (start of thread)
Redhat Bug : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198305



Revision 407502 - (view) (annotate) - [select for diffs]
Modified Thu May 18 08:26:55 2006 UTC (3 years, 6 months ago) by pgollucci
File length: 4920 byte(s)
Diff to previous 365515 (colored)
Resurect the perl glue docs.

Revision 365515 - (view) (annotate) - [select for diffs]
Modified Tue Jan 3 01:53:51 2006 UTC (3 years, 10 months ago) by pgollucci
File length: 4899 byte(s)
Diff to previous 365492 (colored)
Correct docs links for
APR::Request::Param::(Table|Cookie)



Revision 365492 - (view) (annotate) - [select for diffs]
Modified Tue Jan 3 00:39:56 2006 UTC (3 years, 10 months ago) by pgollucci
File length: 4902 byte(s)
Diff to previous 365368 (colored)
painfully fix all the See also links
anyone got a better way ?

Report by:  Jeff Armstrong <modperl@aquabolt.com>


Revision 365368 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 16:08:44 2006 UTC (3 years, 10 months ago) by pgollucci
File length: 4435 byte(s)
Diff to previous 219281 (colored)
clean up the pod tmp files


Revision 219281 - (view) (annotate) - [select for diffs]
Modified Sat Jul 16 02:51:50 2005 UTC (4 years, 4 months ago) by joes
File length: 4424 byte(s)
Diff to previous 219216 (colored)
STATUS file is missing from distro.

Revision 219216 - (view) (annotate) - [select for diffs]
Modified Fri Jul 15 16:43:02 2005 UTC (4 years, 4 months ago) by joes
File length: 4417 byte(s)
Diff to previous 215964 (colored)
   Replace cp -a with cp -R b/c cp -a is not portable,

   Defines POD2HTML as suggested by Michael G. Schwern
     <schwern@pobox.com> and uses it as pod2html will not
     be in your path if perl isn't.

   Use @PERL@ everywhere perl is used as perl might not be
     in your path, but we know it from ./configure & ./buildconf
     arguments --with-perl.

   Uses ${mkinstalldirs} instead of mkdir to prevent directory exist
     errors.

Submitted by: Philip M. Gollucci
Message-ID: <42D4CCFE.2040005@p6m7g8.com>
Reviewed by: joes

Revision 215964 - (view) (annotate) - [select for diffs]
Modified Tue Jul 12 15:17:50 2005 UTC (4 years, 4 months ago) by joes
File length: 4317 byte(s)
Diff to previous 215960 (colored)
Add APR::Request docs.

Revision 215960 - (view) (annotate) - [select for diffs]
Modified Tue Jul 12 14:37:45 2005 UTC (4 years, 4 months ago) by joes
File length: 3094 byte(s)
Diff to previous 215958 (colored)
make reconfig should use original
buildconf args instead of hard-coded
values.

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

Revision 215958 - (view) (annotate) - [select for diffs]
Modified Tue Jul 12 14:30:15 2005 UTC (4 years, 4 months ago) by joes
File length: 3145 byte(s)
Diff to previous 164528 (colored)
Remove generated *.html when clearing docs.

Revision 164528 - (view) (annotate) - [select for diffs]
Modified Mon Apr 25 02:42:41 2005 UTC (4 years, 7 months ago) by randyk
File length: 3129 byte(s)
Diff to previous 164417 (colored)
Generate a PREREQ_PM in Makefile to list the perl prerequisites,
for the benefit of CPAN clients.

Revision 164417 - (view) (annotate) - [select for diffs]
Modified Sat Apr 23 20:35:32 2005 UTC (4 years, 7 months ago) by joes
File length: 3075 byte(s)
Diff to previous 164416 (colored)
"make release" fixes.

Revision 164416 - (view) (annotate) - [select for diffs]
Modified Sat Apr 23 20:24:07 2005 UTC (4 years, 7 months ago) by joes
File length: 3028 byte(s)
Diff to previous 161816 (colored)
perldoc fixes.

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

Revision 155761 - (view) (annotate) - [select for diffs]
Modified Tue Mar 1 08:03:08 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/Makefile.am
File length: 3044 byte(s)
Diff to previous 153661 (colored)
Start integrating apreq2-config into *nix build system.
Drop apxs installer, so DESTDIR option works properly.

Revision 153661 - (view) (annotate) - [select for diffs]
Modified Sun Feb 13 20:43:46 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/Makefile.am
File length: 2951 byte(s)
Diff to previous 153591 (colored)
Reorganize around include/, library/, and module/ dirs

Revision 153591 - (view) (annotate) - [select for diffs]
Modified Sun Feb 13 03:32:38 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/Makefile.am
File length: 2923 byte(s)
Diff to previous 125263 (colored)
Replace CuTest-based tests with custom TAP-compliant framework.
This is a straight port of trunk's r153577 to branches/multi-env-unstable.

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

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

Revision 104819 - (view) (annotate) - [select for diffs]
Modified Thu Aug 26 15:58:47 2004 UTC (5 years, 2 months ago) by joes
File length: 2919 byte(s)
Diff to previous 104416 (colored)
Ensure % make release builds the pod2test test files, to avoid burdening users with a Test::Inline prereq.

Revision 104416 - (view) (annotate) - [select for diffs]
Modified Thu Jul 29 18:08:32 2004 UTC (5 years, 3 months ago) by joes
File length: 2699 byte(s)
Diff to previous 104411 (colored)
Use a better pattern for link matching

Revision 104411 - (view) (annotate) - [select for diffs]
Modified Thu Jul 29 16:50:11 2004 UTC (5 years, 3 months ago) by joes
File length: 2692 byte(s)
Diff to previous 104375 (colored)
Fix doxygen links for perl docs

Revision 104375 - (view) (annotate) - [select for diffs]
Modified Sun Jul 25 20:59:50 2004 UTC (5 years, 4 months ago) by joes
File length: 2620 byte(s)
Diff to previous 104140 (colored)
Hook new perl docs into doxygen.

Revision 104140 - (view) (annotate) - [select for diffs]
Modified Fri Jul 2 18:15:20 2004 UTC (5 years, 4 months ago) by joes
File length: 3041 byte(s)
Diff to previous 104132 (colored)
s/FAQ/FAQ.pod/ - FAQ was renamed earlier today.

Revision 104132 - (view) (annotate) - [select for diffs]
Modified Fri Jul 2 15:13:08 2004 UTC (5 years, 4 months ago) by joes
File length: 3037 byte(s)
Diff to previous 104111 (colored)
Switch from doxy to pod for FAQ format, mainly because pod is easier to work with.

Revision 104111 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 15:22:56 2004 UTC (5 years, 4 months ago) by joes
File length: 2911 byte(s)
Diff to previous 104037 (colored)
apr HEAD now includes doxy tagfiles; we need to add the GENERATE_TAGFILE to the bottom of the conf file to override their setting.  Also simplify feather.gif dependency.

Revision 104037 - (view) (annotate) - [select for diffs]
Modified Fri Jun 25 16:00:45 2004 UTC (5 years, 5 months ago) by joes
File length: 2870 byte(s)
Diff to previous 104013 (colored)
Ensure both NOTICE and LICENSE text are included in the package.

Revision 104013 - (view) (annotate) - [select for diffs]
Modified Mon Jun 21 22:23:54 2004 UTC (5 years, 5 months ago) by joes
File length: 2855 byte(s)
Diff to previous 104011 (colored)
Ensure 'make clean' removes the apreq2-config script, following Bojan Smojver's recommendation.

Revision 104011 - (view) (annotate) - [select for diffs]
Modified Mon Jun 21 21:51:26 2004 UTC (5 years, 5 months ago) by joes
File length: 2827 byte(s)
Diff to previous 104007 (colored)
Fix typo in Makefile.am: apreq2_config should be apreq2-config. Also some css cleanups for dox.css

Revision 104007 - (view) (annotate) - [select for diffs]
Modified Mon Jun 21 18:46:53 2004 UTC (5 years, 5 months ago) by joes
File length: 2844 byte(s)
Diff to previous 104006 (colored)
Add FAQ file to distribution and fix maintainer-mode logic: USE_MAINTAINER_MODE is either 'yes' or 'no'.

Revision 104006 - (view) (annotate) - [select for diffs]
Modified Mon Jun 21 18:32:24 2004 UTC (5 years, 5 months ago) by joes
File length: 2840 byte(s)
Diff to previous 103406 (colored)
Replace doxygen.conf with doxygen.conf.in (so version numbers will correctly appear in docs).  Add custom header/footer/css files to generate docs suitable for posting on the apreq website.

Revision 103406 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 13:20:51 2004 UTC (5 years, 7 months ago) by joes
File length: 2563 byte(s)
Diff to previous 101721 (colored)
Use MAKE variable in Makefile.am, not "make".  Also correct debian workaround for missing PACKAGE/VERSION

Revision 101721 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 20:05:20 2003 UTC (6 years ago) by joes
File length: 2545 byte(s)
Diff to previous 101622 (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 101622 - (view) (annotate) - [select for diffs]
Modified Thu Oct 30 04:49:16 2003 UTC (6 years ago) by joes
File length: 2465 byte(s)
Diff to previous 101594 (colored)
Add version checking to doxygen builds

Revision 101594 - (view) (annotate) - [select for diffs]
Modified Wed Oct 29 02:20:24 2003 UTC (6 years ago) by joes
File length: 2426 byte(s)
Diff to previous 101593 (colored)
Mainly doxygen fixes.  Add prebuild docs/ directory to the release tarball.  Also stop using library version numbers 2.X.Y where package versions are required 2.XX

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

Revision 101488 - (view) (annotate) - [select for diffs]
Modified Sat Oct 18 21:03:06 2003 UTC (6 years, 1 month ago) by joes
File length: 1531 byte(s)
Diff to previous 101474 (colored)
Bring README & INSTALL up to date

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

Revision 101459 - (view) (annotate) - [select for diffs]
Modified Wed Oct 15 06:22:53 2003 UTC (6 years, 1 month ago) by joes
File length: 1304 byte(s)
Diff to previous 101389 (colored)
Set target include directory to include/apreq2 instead of include/. Also sync CHANGES file.

Revision 101389 - (view) (annotate) - [select for diffs]
Modified Wed Oct 8 17:44:18 2003 UTC (6 years, 1 month ago) by joes
File length: 1259 byte(s)
Diff to previous 101371 (colored)
Add support for building mod_apreq as a static module, which is based on Bojan Smojver's patch- http://marc.theaimsgroup.com/?l=apreq-dev&m=106515072621995&w=2

Revision 101371 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 01:50:45 2003 UTC (6 years, 1 month ago) by joes
File length: 1168 byte(s)
Diff to previous 100417 (colored)
Add *nix support for % make perl_install

Revision 100417 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 20:42:14 2003 UTC (6 years, 4 months ago) by joes
File length: 1125 byte(s)
Diff to previous 100387 (colored)
Phase out test_config.pl script.  Rework prefetch code in mod_apreq.c and move apreq_brigade_copy function from apreq_params.c to apreq.c

Revision 100387 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 22:25:07 2003 UTC (6 years, 4 months ago) by joes
File length: 713 byte(s)
Diff to previous 100247 (colored)
'%make apr_tags' creates doxygen tags for apr & apr-util

Revision 100247 - (view) (annotate) - [select for diffs]
Modified Sun Jun 15 05:25:37 2003 UTC (6 years, 5 months ago) by joes
File length: 368 byte(s)
Diff to previous 100204 (colored)
Add build/doxygen.conf and build doxygen documentation in /docs via '% make docs'

Revision 100204 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 14:43:10 2003 UTC (6 years, 5 months ago) by joes
File length: 284 byte(s)
Diff to previous 100199 (colored)
Update xsbuilder typemaps, add missing newline to Makefile.am, and fix refcount problem with tiehash magic.

Revision 100199 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 04:00:46 2003 UTC (6 years, 5 months ago) by joes
File length: 283 byte(s)
Diff to previous 99701 (colored)
Add perl tests from apreq-1.

Revision 99701 - (view) (annotate) - [select for diffs]
Modified Sat May 3 05:22:33 2003 UTC (6 years, 6 months ago) by joes
File length: 95 byte(s)
Diff to previous 99450 (colored)
Simplify table API a bit & add performance tests.

Revision 99450 - (view) (annotate) - [select for diffs]
Modified Sat Apr 19 09:42:08 2003 UTC (6 years, 7 months ago) by joes
File length: 91 byte(s)
Diff to previous 99416 (colored)
Fixed bugs in apreq_tables exposed by t/tables.c test.

Revision 99416 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 19:19:40 2003 UTC (6 years, 7 months ago) by joes
File length: 90 byte(s)
Diff to previous 99401 (colored)
Added apr's CuTest framework. Switched --with-apache2 flag to --with-apache2-apxs and fixed install locations.

Revision 99401 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 03:34:56 2003 UTC (6 years, 7 months ago) by joes
File length: 78 byte(s)
Diff to previous 99340 (colored)
Add rudimentary cgi environment; mv configure.in configure.am

Revision 99340 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 04:52:15 2003 UTC (6 years, 7 months ago) by joes
File length: 71 byte(s)
Diff to previous 98306 (colored)
Add template for mod_apreq.

Revision 98306 - (view) (annotate) - [select for diffs]
Added Fri Jan 17 06:41:15 2003 UTC (6 years, 10 months ago) by joes
File length: 67 byte(s)
Add automake files.

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2