diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-25 22:38:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-25 22:38:09 +0800 |
commit | e96d9fed6aa969d8c1822e41674894df9938c9dc (patch) | |
tree | a3ca8f159aeec0e4c7c3787162c35151a35a8b1c | |
parent | 83fbef5606aee12beba4d0803a4a7ced4b2243a2 (diff) | |
download | freebsd-ports-gnome-e96d9fed6aa969d8c1822e41674894df9938c9dc.tar.gz freebsd-ports-gnome-e96d9fed6aa969d8c1822e41674894df9938c9dc.tar.zst freebsd-ports-gnome-e96d9fed6aa969d8c1822e41674894df9938c9dc.zip |
- 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
-rw-r--r-- | editors/bless/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index 182b7396e151..edc6b262fcc5 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -10,9 +10,12 @@ MASTER_SITES= http://download.gna.org/bless/ 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 |