head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.15;

1.15
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.14;

1.14
date	2011.08.20.17.27.45;	author ohauer;	state Exp;
branches;
next	1.13;

1.13
date	2011.08.11.19.20.02;	author kwm;	state Exp;
branches;
next	1.12;

1.12
date	2011.06.12.19.06.25;	author romain;	state Exp;
branches;
next	1.11;

1.11
date	2010.12.04.07.33.58;	author ade;	state Exp;
branches;
next	1.10;

1.10
date	2010.06.01.12.41.28;	author romain;	state Exp;
branches;
next	1.9;

1.9
date	2010.05.25.20.17.33;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.25.09.00.01;	author romain;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.18.04.07.52;	author pgollucci;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2009.12.24.18.49.54;	author glewis;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.02.19.36.01;	author mezz;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.06.10.22.45;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.22.07.55.48;	author flz;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# Created by: Tom McLaughlin <tmclaugh@@sdf.lonestar.org>
# $FreeBSD: head/www/mod_mono/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_mono
PORTVERSION=	2.10
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}

MAINTAINER=	mono@@FreeBSD.org
COMMENT=	Apache module for serving ASP.NET applications

BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono \
		xsp:${PORTSDIR}/www/xsp
RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono \
		xsp:${PORTSDIR}/www/xsp

USE_APACHE=	22
USE_BZIP2=	yes
USE_AUTOTOOLS=	libtool
CONFIGURE_ARGS=	--man=${PREFIX}/man

MAN8=		mod_mono.8

.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} == 13
MOD_MONOCONFDIR=${APACHEETCDIR}
.else
MOD_MONOCONFDIR=${APACHEETCDIR}/Includes
.endif

PLIST_SUB+=	MOD_MONOCONFDIR=${MOD_MONOCONFDIR}

post-patch:
	@@${REINPLACE_CMD} 's|%%MOD_MONOCONFDIR%%|${PREFIX}/${MOD_MONOCONFDIR}|g' \
		${WRKSRC}/Makefile.in

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>
@


1.16
log
@SVN rev 304723 on 2012-09-22 21:15:50Z by ohauer

- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@@
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.15
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
@d1 1
a1 4
# New ports collection makefile for:		mod_mono
# Date created:					20040828
# Whom:				Tom McLaughlin <tmclaugh@@sdf.lonestar.org>
#
a2 2
#   $Id: Makefile,v 1.39 2007/12/13 19:35:47 killfill Exp $
#
d19 1
a19 1
USE_APACHE=	22+
@


1.14
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d24 1
a24 1
USE_APACHE=	20+
@


1.13
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d11 1
d24 1
a24 1
USE_APACHE=	2.0+
@


1.12
log
@Hello Mono 2.10!

Main updates
------------
devel/mono-tools                2.6.2 -> 2.10
lang/mono                       2.6.7 -> 2.10.2
lang/mono-basic                 2.6.2 -> 2.10.2
www/mod_mono                    2.6.3 -> 2.10
www/xsp                         2.6.5 -> 2.10.2
x11-toolkits/libgdiplus         2.6.7 -> 2.10

Other updates
-------------
deskutils/tomboy                1.4.2 -> 1.6.1
devel/mono-addins               0.5 -> 0.6.1
devel/monodevelop               2.4 -> 2.4.2
graphics/f-spot                 0.8.0 -> 0.8.2
print/pdfmod                    0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20      2.24.1 -> 2.24.2

Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight

PR:		ports/155948
Submitted by:	me
@
text
@a24 1
USE_GNOME=	gnometarget
@


1.11
log
@Sync to new bsd.autotools.mk
@
text
@d10 1
a10 1
PORTVERSION=	2.6.3
@


1.10
log
@- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
@
text
@d26 1
a26 1
USE_AUTOTOOLS=	libtool:22
@


1.9
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
@d10 1
a10 2
PORTVERSION=	2.4.3
PORTREVISION=	3
@


1.8
log
@devel/apr* is pulled in by USE_APACHE.

PR:		ports/146954
Submitted by:	pgollucci
@
text
@d14 1
@


1.7
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d11 1
a11 1
PORTREVISION=	2
a17 1
LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr1
@


1.6
log
@- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.5
log
@4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d18 1
a18 1
LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr
@


1.4
log
@. Update to 2.4.3.

PR:		141380
Submitted by:	Romain Tartiere <mono@@FreeBSD.org>
@
text
@d11 1
@


1.3
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d10 1
a10 1
PORTVERSION=	2.4.2
d38 1
a38 1
PLIST_SUB+= MOD_MONOCONFDIR=${MOD_MONOCONFDIR}
@


1.2
log
@Update www/mod_mono to 2.4.2.

PR:		ports/136351
Submitted by:	Romain Tartiere
@
text
@d26 1
a26 1
USE_AUTOTOOLS=	libtool:15
@


1.1
log
@- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.

PR:		ports/135248, ports/135249
Submitted by:	Romain Tartiere <romain@@blogreen.org>
@
text
@d10 1
a10 1
PORTVERSION=	2.4
@

