From owner-svn-ports-all@FreeBSD.ORG Wed Jun 25 09:40:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87CED5C1; Wed, 25 Jun 2014 09:40:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C23E20B1; Wed, 25 Jun 2014 09:40:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5P9eGOH012063; Wed, 25 Jun 2014 09:40:16 GMT (envelope-from romain@svn.freebsd.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5P9eGLY012061; Wed, 25 Jun 2014 09:40:16 GMT (envelope-from romain@svn.freebsd.org) Message-Id: <201406250940.s5P9eGLY012061@svn.freebsd.org> From: Romain Tartière Date: Wed, 25 Jun 2014 09:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359212 - in head/lang/mono: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 09:40:16 -0000 Author: romain Date: Wed Jun 25 09:40:15 2014 New Revision: 359212 URL: http://svnweb.freebsd.org/changeset/ports/359212 QAT: https://qat.redports.org/buildarchive/r359212/ Log: Unbreak on FreeBSD 8.4. PR: ports/190851 Submitted by: truckman Added: head/lang/mono/files/patch-mono-mini-ldscript.mono (contents, props changed) Modified: head/lang/mono/Makefile Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Wed Jun 25 09:21:46 2014 (r359211) +++ head/lang/mono/Makefile Wed Jun 25 09:40:15 2014 (r359212) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ Added: head/lang/mono/files/patch-mono-mini-ldscript.mono ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/mono/files/patch-mono-mini-ldscript.mono Wed Jun 25 09:40:15 2014 (r359212) @@ -0,0 +1,31 @@ +Address this build error when using binutils 2.24's ld(1): + +==================== + . + . + CCLD mono-sgen +/usr/local/bin/ld: mono-boehm: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO +/usr/local/bin/ld: final link failed: Bad value +clang: error: linker command failed with exit code 1 (use -v to see invocation) +gmake[4]: *** [mono-boehm] Error 1 +gmake[4]: *** Waiting for unfinished jobs.... +/usr/local/bin/ld: mono-sgen: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO +/usr/local/bin/ld: final link failed: Bad value +clang: error: linker command failed with exit code 1 (use -v to see invocation) +gmake[4]: *** [mono-sgen] Error 1 + . + . +==================== + +See also: +https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190851 + +--- mono/mini/ldscript.mono.orig 2014-03-31 14:25:50.000000000 -0600 ++++ mono/mini/ldscript.mono 2014-06-18 14:27:28.000000000 -0600 +@@ -7,6 +7,4 @@ + gc_thread_vtable; + mini_type_is_vtype; + mini_is_gsharedvt_klass; +- local: +- *; + };