Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 09:40:16 +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: r359212 - in head/lang/mono: . files
Message-ID:  <201406250940.s5P9eGLY012061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
+-              *;
+ };



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