/[Apache-SVN]/httpd/mod_ftp/trunk/Makefile.apxs
ViewVC logotype

Log of /httpd/mod_ftp/trunk/Makefile.apxs

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 835524 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 20:14:51 2009 UTC (11 days, 19 hours ago) by trawick
File length: 4885 byte(s)
Diff to previous 834731 (colored)
pick up r834900 and r834923 from mod_fcgid

Follow up the awk compatibility fix in r834729 by selecting the most
suitable awk, following the AC_PROG_AWK order (gawk, mawk, nawk, awk).
As with AC_PROG_AWK, AWK=foo overrides.

After r834729 a working conf was generated on Solaris when using
/usr/bin/awk, but only by some fluke of command-line processing
(-v was sort-of ignored; see PR for discussion).  Also, the LoadModule
wasn't added in the right spot due to awk engine differences.

PR: 48067
Helped by: rjung, Hans Werner Strube <strube physik3.gwdg.de>

/usr/xpg4/bin/awk is a better choice than nawk on Solaris
(one issue: nawk on some Solaris levels is missing toupper/tolower,
breaking addloadmodule.awk)

Submitted by: Hans Werner Strube <strube physik3.gwdg.de>


Revision 834731 - (view) (annotate) - [select for diffs]
Modified Wed Nov 11 00:56:51 2009 UTC (13 days, 14 hours ago) by trawick
File length: 4876 byte(s)
Diff to previous 834728 (colored)
merge r834729 from mod_fcgid:

Fix compatibility of httpd.conf-editing logic with non-GNU awk.

PR: 48067
Submitted by: Hans Werner Strube <strube physik3.gwdg.de>
Reviewed by: trawick

Revision 834728 - (view) (annotate) - [select for diffs]
Modified Wed Nov 11 00:41:13 2009 UTC (13 days, 14 hours ago) by trawick
File length: 4874 byte(s)
Diff to previous 822847 (colored)
fix fcgid reference from r822847

Revision 822847 - (view) (annotate) - [select for diffs]
Modified Wed Oct 7 18:54:10 2009 UTC (6 weeks, 5 days ago) by wrowe
File length: 4876 byte(s)
Diff to previous 822557 (colored)
reflect trawick's fix r822734 in mod_fcgid for mod_ftp

Revision 822557 - (view) (annotate) - [select for diffs]
Modified Wed Oct 7 02:24:25 2009 UTC (6 weeks, 6 days ago) by wrowe
File length: 4843 byte(s)
Diff to previous 822542 (colored)
Even I don't know what I meant; clarify the warning

Revision 822542 - (view) (annotate) - [select for diffs]
Modified Wed Oct 7 00:43:59 2009 UTC (6 weeks, 6 days ago) by wrowe
File length: 4821 byte(s)
Diff to previous 819647 (colored)
Create conf/ tree in the DESTDIR

Update both conf/httpd.conf and conf/original/httpd.conf

Install conf segments in the DESTDIR

Revision 819647 - (view) (annotate) - [select for diffs]
Modified Mon Sep 28 17:09:53 2009 UTC (8 weeks ago) by wrowe
File length: 4718 byte(s)
Diff to previous 817889 (colored)
Correct Makefile.apxs installation targets to account for DESTDIR, per
the mod_fcgid patch offered by Paul Howarth <paul city-fan.org>

Revision 817889 - (view) (annotate) - [select for diffs]
Modified Tue Sep 22 23:05:25 2009 UTC (2 months ago) by trawick
File length: 4518 byte(s)
Diff to previous 817462 (colored)
don't replace default rule (in rules.mk) with x-local-distclean

Revision 817462 - (view) (annotate) - [select for diffs]
Modified Tue Sep 22 01:04:26 2009 UTC (2 months ago) by wrowe
File length: 4518 byte(s)
Diff to previous 816961 (colored)
mop up docs/manual build and style dirs on a make distclean|extraclean

Revision 816961 - (view) (annotate) - [select for diffs]
Modified Sat Sep 19 23:01:24 2009 UTC (2 months ago) by wrowe
File length: 4454 byte(s)
Diff to previous 808780 (colored)
Use httpd/trunk/ for docs build of mod_fcgid/mod_ftp per list discussions
with Rainer and Jeff.

Revision 808780 - (view) (annotate) - [select for diffs]
Modified Fri Aug 28 07:11:19 2009 UTC (2 months, 3 weeks ago) by wrowe
File length: 4463 byte(s)
Diff to previous 808066 (colored)
remove line rather than blanking it

Revision 808066 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 15:55:05 2009 UTC (2 months, 4 weeks ago) by wrowe
File length: 4463 byte(s)
Diff to previous 780561 (colored)
correct misspelling

Revision 780561 - (view) (annotate) - [select for diffs]
Modified Mon Jun 1 05:04:50 2009 UTC (5 months, 3 weeks ago) by wrowe
File length: 4462 byte(s)
Diff to previous 605332 (colored)
clear out new config.apxs.log file on distclean

Revision 605332 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 21:38:06 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4446 byte(s)
Diff to previous 605330 (colored)
Annotate the generate-docs target, and ensure non-committers can
perform this step.


Revision 605330 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 21:29:40 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4394 byte(s)
Diff to previous 605328 (colored)
Fix exp_sysconfdir substitution

Revision 605328 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 21:15:34 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4394 byte(s)
Diff to previous 605084 (colored)
Catch up to Gunter's work on variable substitutions.

note one change, rel_logfiledir, not exp_logfiledir.  exp gets too wordy.

Revision 605084 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 04:48:09 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4074 byte(s)
Diff to previous 605071 (colored)
Whoops; that's ".so" to you.

I choose not to insert the period by default, so that any more unusual
naming conventions could be accomodated.  (Also, it turns out that -v
args for awk aren't portably available in the BEGIN{} block, so it wasn't
wise to derive a default there.)

Revision 605071 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 03:14:10 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4073 byte(s)
Diff to previous 604768 (colored)
Add a DSO variable (default to .so for unix) so that
it's trivial to use this script for netware.

Revision 604768 - (view) (annotate) - [select for diffs]
Modified Mon Dec 17 04:10:41 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4063 byte(s)
Diff to previous 604764 (colored)
generate-dox/docs need to be phony targets (and docs as a target
name was a poor choice).

Revision 604764 - (view) (annotate) - [select for diffs]
Modified Mon Dec 17 03:26:54 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4011 byte(s)
Diff to previous 604763 (colored)
Work out dox and docs build targets (a long ways from actually
generating any useful API docs, but at least it's a start).

Revision 604763 - (view) (annotate) - [select for diffs]
Modified Mon Dec 17 03:13:28 2007 UTC (23 months, 1 week ago) by wrowe
File length: 3696 byte(s)
Diff to previous 604560 (colored)
CRITICAL; 0.9.0 showstopper

This modified /usr/include/httpd/ directory with 644 perms,
instead of setting the mod_ftp.h perms as intended.  Please
note this if you are testing ./configure.apxs; make install
that you may need to restore your include directory back
to 755 perms when finished.


Revision 604560 - (view) (annotate) - [select for diffs]
Modified Sun Dec 16 06:48:07 2007 UTC (23 months, 1 week ago) by wrowe
File length: 3696 byte(s)
Diff to previous 604382 (colored)
At last; out of tree installation works.


Revision 604382 - (view) (annotate) - [select for diffs]
Added Sat Dec 15 03:25:52 2007 UTC (23 months, 1 week ago) by wrowe
File length: 3676 byte(s)
Add configure.apxs, one script to solve out-of-tree builds.


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