[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Sun Feb 25 10:46:33 MST 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by killfill
Modified Files:
Makefile
Log Message:
Sync with FreeBSD port version
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile 2007/02/17 15:39:22 1.76
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile 2007/02/25 17:46:32 1.77
@@ -3,11 +3,12 @@
# Whom: Yukihiro Nakai <nakai at FreeBSD.org>
#
# $FreeBSD: ports/lang/mono/Makefile,v 1.56 2006/04/23 19:57:11 tmclaugh Exp $
-# $Id: Makefile,v 1.76 2007/02/17 15:39:22 killfill Exp $
+# $Id: Makefile,v 1.77 2007/02/25 17:46:32 killfill Exp $
#
PORTNAME= mono
PORTVERSION= 1.2.3.1
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.com/sources/mono/ \
${MASTER_SITE_LOCAL}
@@ -21,9 +22,10 @@
USE_BISON= yes
USE_GNOME= gnomehack glib20
USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
LIBTOOLFILES= configure libgc/configure
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --program-transform-name=\'\' \
@@ -31,6 +33,17 @@
--with-tls=pthread
MAKE_ARGS= EXTERNAL_MCS=false
+# Set location for .wapi creation.
+MONO_SHARED_DIR=${WRKDIR}
+
+# LC_ALL is set in order to work around issues people are having when using
+# other languages. This has shown itself in build fails and possibly other
+# strange crashes.
+MAKE_ENV= MONO_SHARED_DIR="${MONO_SHARED_DIR}" \
+ LC_ALL=C
+
+ONLY_FOR_ARCHS= i386 amd64
+
MAN1= al.1 cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 dtd2xsd.1 \
gacutil.1 genxs.1 ilasm.1 jay.1 macpack.1 makecert.1 mcs.1 \
mint.1 mkbundle.1 mono-service.1 mono-shlib-cop.1 mono.1 \
@@ -39,12 +52,6 @@
soapsuds.1 sqlsharp.1 wsdl.1 xsd.1 mono-xmltool.1 sgen.1 httpcfg.1
MAN5= mono-config.5
-ONLY_FOR_ARCHS= i386 amd64
-
-MONO_SHARED_DIR=${WRKDIR}
-
-MAKE_ENV=MONO_SHARED_DIR=${MONO_SHARED_DIR}
-
.include <bsd.port.pre.mk>
pre-everything::
More information about the Bsd-sharp-cvs
mailing list