Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 21:57:56 +0000 (UTC)
From:      Romain Tartière <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311650 - in head/lang/mono: . files
Message-ID:  <201302042157.r14Lvu8O004143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Mon Feb  4 21:57:56 2013
New Revision: 311650
URL: http://svnweb.freebsd.org/changeset/ports/311650

Log:
  Enable sgen.
  
  PR:		ports/175518
  Submitted by:	Jack Pappas <jack.pappas@tidepowerd.com>

Added:
  head/lang/mono/files/patch-configure   (contents, props changed)
Modified:
  head/lang/mono/Makefile

Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile	Mon Feb  4 21:53:59 2013	(r311649)
+++ head/lang/mono/Makefile	Mon Feb  4 21:57:56 2013	(r311650)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mono
 PORTVERSION=	3.0.3
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
 

Added: head/lang/mono/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/mono/files/patch-configure	Mon Feb  4 21:57:56 2013	(r311650)
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- configure.orig
++++ configure
+@@ -3995,10 +3995,6 @@
+ 		libgc_threads=pthreads
+ 		# This doesn't seem to work as of 7.0 on amd64
+ 		with_sigaltstack=no
+-# TLS is only partially implemented on -CURRENT (compiler support
+-# but NOT library support)
+-#
+-		with_tls=pthread
+ 		use_sigposix=yes
+ 		;;
+ 	*-*-*openbsd*)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302042157.r14Lvu8O004143>