From owner-freebsd-mono@FreeBSD.ORG Mon Feb 4 22:00:02 2013 Return-Path: Delivered-To: mono@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 03E96147 for ; Mon, 4 Feb 2013 22:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EB86F2A7 for ; Mon, 4 Feb 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14M01Ph055662 for ; Mon, 4 Feb 2013 22:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14M01Wq055661; Mon, 4 Feb 2013 22:00:01 GMT (envelope-from gnats) Date: Mon, 4 Feb 2013 22:00:01 GMT Message-Id: <201302042200.r14M01Wq055661@freefall.freebsd.org> To: mono@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175518: commit references a PR X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 22:00:02 -0000 The following reply was made to PR ports/175518; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175518: commit references a PR Date: Mon, 4 Feb 2013 21:58:04 +0000 (UTC) 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 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*) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"