Log of /httpd/apreq/trunk/Makefile.am
Parent Directory
|
Revision Log
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
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
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
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
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
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
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
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
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
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
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.
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.