Date: Mon, 25 May 2015 14:38:10 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387383 - head/editors/bless Message-ID: <201505251438.t4PEcA25063765@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon May 25 14:38:09 2015 New Revision: 387383 URL: https://svnweb.freebsd.org/changeset/ports/387383 Log: - Fix configure with mono 4 - Mark BROKEN: Fails to build with mono 4 /usr/local/bin/mono builder/bless-builder.exe Bless -nowarn:0169 -d:ENABLE_UNIX_SPECIFIC >> Building module Bless.Util... Unhandled Exception: System.ComponentModel.Win32Exception: Cannot find the specified file at System.Diagnostics.Process.Start_shell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 ... Reported by: pkg-fallout Modified: head/editors/bless/Makefile Modified: head/editors/bless/Makefile ============================================================================== --- head/editors/bless/Makefile Mon May 25 14:26:12 2015 (r387382) +++ head/editors/bless/Makefile Mon May 25 14:38:09 2015 (r387383) @@ -10,9 +10,12 @@ MASTER_SITES= http://download.gna.org/bl MAINTAINER= mono@FreeBSD.org COMMENT= High quality, full featured hex editor +BROKEN= Fails to build with mono 4 + USES= gmake mono pathfix pkgconfig USE_GNOME= gnomeprefix gnomedocutils gtksharp20 GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs INSTALLS_OMF= yes OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251438.t4PEcA25063765>