[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
Sat Feb 4 20:04:28 MST 2006


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

Added Files:
	Makefile bsd.mono.mk distinfo pkg-descr pkg-message pkg-plist 
Log Message:
Update to 1.1.13.2

Notes: http://go-mono.com/archive/1.1.13/

- Added G_DEBUG="" to bsd.mono.mk to clear up core dumps seen when the
  user doing the cleaning does not own the .wapi files. [1]

Submitted by:	Andres Kohn

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2006/01/15 06:06:33	1.54
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2006/02/05 03:04:28	1.55
@@ -2,21 +2,22 @@
 # Date created:        22 July 2002
 # Whom:                Yukihiro Nakai <nakai at FreeBSD.org>
 #
-# $FreeBSD: ports/lang/mono/Makefile,v 1.50 2005/11/10 04:17:25 tmclaugh Exp $
-#   $Id: Makefile,v 1.54 2006/01/15 06:06:33 tmclau02 dead $
+# $FreeBSD: ports/lang/mono/Makefile,v 1.52 2006/01/14 21:34:06 tmclaugh Exp $
+#   $Id: Makefile,v 1.55 2006/02/05 03:04:28 tmclau02 Exp $
 #
 
 PORTNAME=	mono
-PORTVERSION=	1.1.12.1
+PORTVERSION=	1.1.13.2
 CATEGORIES=	lang
-MASTER_SITES=	http://www.go-mono.com/sources/mono-1.1/
+MASTER_SITES=	http://www.go-mono.com/sources/mono-1.1/ \
+		${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	tmclaugh
 
 MAINTAINER=	bsd-sharp-list at forge.novell.com
 COMMENT=	An open source implementation of .NET Development Framework
 
 CONFLICTS=	mono-devel-[0-9]* mono-svn-[0-9]*
 
-USE_REINPLACE=	yes
 USE_BISON=	yes
 USE_GNOME=	gnomehack glib20
 USE_GMAKE=	yes
@@ -76,6 +77,10 @@
 	@(cd ${WRKSRC}/mono/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} \
 		${MAKE_FLAGS} Makefile ${MAKE_ARGS} test)
 
+post-configure:
+	${REINPLACE_CMD} -e 's|share\/man|man|g' \
+		${WRKSRC}/mcs/jay/Makefile
+
 pre-su-install:
 	${MKDIR} ${X11BASE}/lib/mono/1.0
 	${MKDIR} ${X11BASE}/lib/mono/2.0
@@ -83,6 +88,11 @@
 
 post-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/mono/handles/semdel ${PREFIX}/bin/mono-semdel
-	@${SETENV} MONO_SHARED_DIR_PORT="${MONO_SHARED_DIR}" ${SH} ${WRKSRC}/runtime/semdel-wrapper 2> /dev/null || true
+	@${SETENV} G_DEBUG="" MONO_SHARED_DIR_PORT="${MONO_SHARED_DIR}" ${SH} ${WRKSRC}/runtime/semdel-wrapper 2> /dev/null || true
+	@${SETENV} G_DEBUG=""  MONO_SHARED_DIR_PORT="${WRKSRC}/runtime" ${SH} ${WRKSRC}/runtime/semdel-wrapper 2> /dev/null || true
+
+pre-clean:
+	@${SETENV} G_DEBUG="" MONO_SHARED_DIR_PORT="${MONO_SHARED_DIR}" ${SH} ${WRKSRC}/runtime/semdel-wrapper 2> /dev/null || true
+	@${SETENV} G_DEBUG="" MONO_SHARED_DIR_PORT="${WRKSRC}/runtime" ${SH} ${WRKSRC}/runtime/semdel-wrapper 2> /dev/null || true
 
 .include <bsd.port.post.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2006/01/15 06:06:33	1.8
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2006/02/05 03:04:28	1.9
@@ -5,8 +5,8 @@
 # bsd.mono.mk: accomodate the peculiarities of building C# ports within
 # the FreeBSD ports system.
 #
-# $FreeBSD: ports/lang/mono/bsd.mono.mk,v 1.1 2005/11/10 04:17:25 tmclaugh Exp $
-#   $Id: bsd.mono.mk,v 1.8 2006/01/15 06:06:33 tmclau02 dead $
+# $FreeBSD: ports/lang/mono/bsd.mono.mk,v 1.2 2006/01/14 21:34:06 tmclaugh Exp $
+#   $Id: bsd.mono.mk,v 1.9 2006/02/05 03:04:28 tmclau02 Exp $
 #
 
 # Set the location of the .wapi directory so we write to a location we
@@ -21,4 +21,4 @@
 pre-clean: mono-semdel
 
 mono-semdel:
-	@${SETENV} MONO_SHARED_DIR="${MONO_SHARED_DIR}" ${LOCALBASE}/bin/mono-semdel 2> /dev/null || true
+	@${SETENV} G_DEBUG="" MONO_SHARED_DIR="${MONO_SHARED_DIR}" ${LOCALBASE}/bin/mono-semdel 2> /dev/null || true
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/distinfo,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/distinfo	2006/01/15 06:06:33	1.23
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/distinfo	2006/02/05 03:04:28	1.24
@@ -1,3 +1,3 @@
-MD5 (mono-1.1.12.1.tar.gz) = 1afd911a96a0032b5d1c13656a5d0369
-SHA256 (mono-1.1.12.1.tar.gz) = 6f2b0ba748dc2571981c7280ba9a7c9c4498c1bca872be1f5ac33015b138e3cd
-SIZE (mono-1.1.12.1.tar.gz) = 17899010
+MD5 (mono-1.1.13.2.tar.gz) = 3542a83b2743b189b3422b9f40266258
+SHA256 (mono-1.1.13.2.tar.gz) = 00cbb15edf1f7d5bfa96a9a30a564d555420a955ed7da777b786ebd362d8239c
+SIZE (mono-1.1.13.2.tar.gz) = 18043178
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-descr,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-message,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-plist,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-plist	2006/01/15 06:06:33	1.28
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-plist	2006/02/05 03:04:28	1.29
@@ -262,7 +262,6 @@
 lib/mono/2.0/Accessibility.dll
 lib/mono/2.0/ByteFX.Data.dll
 lib/mono/2.0/Commons.Xml.Relaxng.dll
-lib/mono/2.0/FirebirdSql.Data.Firebird.dll
 lib/mono/2.0/I18N.CJK.dll
 lib/mono/2.0/I18N.MidEast.dll
 lib/mono/2.0/I18N.Other.dll



More information about the Bsd-sharp-cvs mailing list