head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.12;

1.12
date	2012.03.01.03.05.34;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2011.10.24.03.33.16;	author stas;	state Exp;
branches;
next	1.10;

1.10
date	2011.09.09.04.59.28;	author stas;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.24.09.22.30;	author stas;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.20.17.27.45;	author ohauer;	state Exp;
branches;
next	1.7;

1.7
date	2011.04.12.07.46.47;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.25.20.17.34;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.24.00.19.21;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.13.00.54.57;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.21.20.45.32;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.29.22.54.14;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.15.11.11.16;	author stas;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_proctitle
# Date created:				15 April 2007
# Whom:					stas
#
# $FreeBSD: head/www/mod_proctitle/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_proctitle
PORTVERSION=	0.4.1
PORTREVISION=	0
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.springdaemons.com/soft/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Set httpd process titles to reflect currently processed request

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22+
GNU_CONFIGURE=	yes
USE_BZIP2=	yes

CFLAGS+=	-I${LOCALBASE}/include \
		-I${LOCALBASE}/include/apr-1

PLIST_FILES=	${APACHEMODDIR}/${PORTNAME}.so

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/mod_proctitle.so \
		${PREFIX}/${APACHEMODDIR}/

.include <bsd.port.mk>
@


1.13
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Over to apache@@
@
text
@d20 1
a20 1
USE_APACHE=	20+
d23 4
a26 1
CFLAGS+=	-I${LOCALBASE}/include
a28 7
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} == 20
CFLAGS+=	-I${LOCALBASE}/include/apr-0
.else
CFLAGS+=	-I${LOCALBASE}/include/apr-1
.endif

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.11
log
@- 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).
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@- 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>
@
text
@d15 1
a15 1
MAINTAINER=	stas@@FreeBSD.org
@


1.9
log
@- Try to unbreak on HEAD.
@
text
@d9 1
a9 1
PORTVERSION=	0.4
@


1.8
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d9 2
a10 2
PORTVERSION=	0.3
PORTREVISION=	1
a32 4
.if ${OSVERSION} >= 900000
BROKEN=		does not configure on 9.X
.endif

@


1.7
log
@- Mark BROKEN on 9.X: does not configure

Reported by:	pointyhat
@
text
@d10 1
d20 1
a20 1
USE_APACHE=	2.0+
@


1.6
log
@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)
@
text
@d32 4
@


1.5
log
@- Fix build for devel/apr0
- While here, set USE_APACHE without ?=

Reported by:    pointyhat via pav
With Hat:       apache@@
@
text
@d12 1
@


1.4
log
@- Chase the www/apache20 conversion to devel/pcre only.

Reported by:    pointyhat via pav, erwin
With Hat:       apache@@
@
text
@d18 1
a18 1
USE_APACHE?=	2.0+
d24 7
d35 1
a35 1
.include <bsd.port.mk>
@


1.3
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d21 1
@


1.2
log
@- Update to 0.3
 * Make URI separator changeble (ProctitleUriSep option)
 * Display child status

Requested by:	pav
@
text
@d16 2
@


1.1
log
@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>
@
text
@d9 1
a9 1
PORTVERSION=	0.2
@

