svn commit: r419876 - head/multimedia/banshee/files

Romain Tartière romain at FreeBSD.org
Mon Aug 8 17:51:12 UTC 2016


Author: romain
Date: Mon Aug  8 17:51:10 2016
New Revision: 419876
URL: https://svnweb.freebsd.org/changeset/ports/419876

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

Added:
  head/multimedia/banshee/files/patch-configure   (contents, props changed)

Added: head/multimedia/banshee/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/banshee/files/patch-configure	Mon Aug  8 17:51:10 2016	(r419876)
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- configure.orig
++++ configure
+@@ -15696,8 +15696,8 @@
+ 		{ $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; }


More information about the svn-ports-all mailing list