[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 Nov 5 20:26:36 MST 2005


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

Modified Files:
	Makefile bsd.mono.mk 
Log Message:
- Set MONO_SHARED_DIR in CONFIGURE_ENV to handle when Mono is run during
  configure stage.
- rum semdel during pre-clean in addition to post-install in order to be
  be safe.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2005/10/21 04:42:32	1.46
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2005/11/06 03:26:36	1.47
@@ -3,12 +3,12 @@
 # Whom:                Yukihiro Nakai <nakai at FreeBSD.org>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.46 2005/10/21 04:42:32 tmclau02 Exp $
+#   $Id: Makefile,v 1.47 2005/11/06 03:26:36 tmclau02 Exp $
 #
 
 PORTNAME=	mono
 PORTVERSION=	1.1.9.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 MASTER_SITES=	http://www.go-mono.com/sources/mono-1.1/
 
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2005/10/22 00:41:04	1.4
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2005/11/06 03:26:36	1.5
@@ -6,16 +6,19 @@
 # the FreeBSD ports system.
 #
 # $FreeBSD$
-#   $Id: bsd.mono.mk,v 1.4 2005/10/22 00:41:04 tmclau02 Exp $
+#   $Id: bsd.mono.mk,v 1.5 2005/11/06 03:26:36 tmclau02 Exp $
 #
 
 # Set the location of the .wapi directory so we write to a location we
 # can always assume to be writable.
 MONO_SHARED_DIR=${WRKDIR}
+CONFIGURE_ENV+=MONO_SHARED_DIR="${MONO_SHARED_DIR}"
 MAKE_ENV+=MONO_SHARED_DIR="${MONO_SHARED_DIR}"
 
 
 # Clean up the semaphore produced by the .wapi
-post-install: mono-post-install
-mono-post-install:
+post-install: mono-semdel
+pre-clean: mono-semdel
+
+mono-semdel:
 	@${SETENV} MONO_SHARED_DIR="${MONO_SHARED_DIR}" ${LOCALBASE}/bin/mono-semdel 2> /dev/null || true



More information about the Bsd-sharp-cvs mailing list