svn commit: r359212 - in head/lang/mono: . files

Romain Tartière romain at FreeBSD.org
Wed Jun 25 09:40:16 UTC 2014


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:
+-              *;
+ };


More information about the svn-ports-head mailing list