| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 03:33:20
0.4.1
|
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
09 Sep 2011 05:01:11
0.4.1
|
stas  |
- Provide URL for the project. |
09 Sep 2011 04:59:28
0.4.1
|
stas  |
- Bring back the functionality that showed the process state in the title.
It was nuked out of version 0.4 by a mistake.
Reported by: Olivier Mueller <o.mueller@insign.ch> |
24 Aug 2011 09:22:30
0.4
|
stas  |
- Try to unbreak on HEAD. |
20 Aug 2011 17:27:52
0.3_1
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
12 Apr 2011 07:46:47
0.3
|
pav  |
- Mark BROKEN on 9.X: does not configure
Reported by: pointyhat |
19 Mar 2011 12:38:54
0.3
|
miwi  |
- Get Rid MD5 support |
25 May 2010 20:17:37
0.3  |
pgollucci  |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
24 May 2010 00:19:21
0.3
|
pgollucci  |
- Fix build for devel/apr0
- While here, set USE_APACHE without ?=
Reported by: pointyhat via pav
With Hat: apache@ |
13 May 2010 00:54:57
0.3
|
pgollucci  |
- Chase the www/apache20 conversion to devel/pcre only.
Reported by: pointyhat via pav, erwin
With Hat: apache@ |
21 May 2009 20:45:34
0.3
|
pgollucci  |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
29 Apr 2007 22:54:14
0.3
|
stas  |
- Update to 0.3
* Make URI separator changeble (ProctitleUriSep option)
* Display child status
Requested by: pav |
15 Apr 2007 11:11:16
0.2
|
stas  |
This module sets httpd process titles to reflect the request currently
processed, so they will be visible in top(1) or ps(1). Useful for
debugging purposes.
Author: Stanislav Sedov <stas@FreeBSD.org> |