Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 17:48:58 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419872 - head/deskutils/tomboy/files
Message-ID:  <201608081748.u78Hmwmi086914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Mon Aug  8 17:48:58 2016
New Revision: 419872
URL: https://svnweb.freebsd.org/changeset/ports/419872

Log:
  Fix build with mono 4.4.
  
  Some assemblies have been relocated, so adjust files path to point to the
  correct location.

Added:
  head/deskutils/tomboy/files/
  head/deskutils/tomboy/files/patch-configure   (contents, props changed)

Added: head/deskutils/tomboy/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/tomboy/files/patch-configure	Mon Aug  8 17:48:58 2016	(r419872)
@@ -0,0 +1,13 @@
+--- configure.orig	2016-06-25 15:40:35 UTC
++++ configure
+@@ -14507,8 +14507,8 @@ do
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mono 2.0 GAC for $asm.dll" >&5
+ $as_echo_n "checking for Mono 2.0 GAC for $asm.dll... " >&6; }
+ 	if test \
+-		-e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0/$asm.dll" -o \
+-		-e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0/$asm.dll"; \
++		-e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0-api/$asm.dll" -o \
++		-e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0-api/$asm.dll"; \
+ 		then \
+ 		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
+ $as_echo "found" >&6; }



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