[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sun Apr 23 13:48:27 MDT 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by tmclau02

Modified Files:
	Makefile 
Log Message:
- Add patch to fix unit tests.
- Bump PORTREVISION due to last plist change.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2006/04/15 02:00:25	1.58
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2006/04/23 19:48:27	1.59
@@ -3,11 +3,12 @@
 # Whom:                Yukihiro Nakai <nakai at FreeBSD.org>
 #
 # $FreeBSD: ports/lang/mono/Makefile,v 1.55 2006/02/23 10:37:41 ade Exp $
-#   $Id: Makefile,v 1.58 2006/04/15 02:00:25 tmclau02 Exp $
+#   $Id: Makefile,v 1.59 2006/04/23 19:48:27 tmclau02 Exp $
 #
 
 PORTNAME=	mono
 PORTVERSION=	1.1.13.6
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.go-mono.com/sources/mono-1.1/ \
 		${MASTER_SITE_LOCAL}
@@ -67,6 +68,10 @@
 		${WRKSRC}/mono/metadata/assembly.c
 	@${REINPLACE_CMD} -e 's|.so.0|.so|g' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ; \
+		s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' \
+		${WRKSRC}/mcs/tools/mkbundle/mkbundle.cs
+
 .if ${OSVERSION} >= 700000
 	@${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \
 	${WRKSRC}/configure ${WRKSRC}/libgc/configure



More information about the Bsd-sharp-cvs mailing list