jrosetta has been pulled in while compiling scilab and reported an error because the distribution comes without the Makefile
(In reply to olivier from comment #0) > jrosetta has been pulled in while compiling scilab and reported an error > because the distribution comes without the Makefile Could you clarify, do you have problem when building the port with default option set or with COMPILE option enabled? If the second I would prefer to remove the COMPILE option cause I'm not sure I want to dive into jrosetta and maven...
Your assumption is correct: - It installs fine with the option COMPILE __UNCHECKED__ - It fails with the option COMPILE __CHECKED__ I would also recommend to remove the option if it does not have an added value. Thanks for the heads up!
A commit references this bug: Author: makc Date: Fri Nov 6 12:51:26 UTC 2015 New revision: 400929 URL: https://svnweb.freebsd.org/changeset/ports/400929 Log: java/jrosetta: - Remove COMPILE option. It is broken and I have never used it. PR: 203251 Reported by: olivier at gautherot.net Changes: head/java/jrosetta/Makefile head/java/jrosetta/files/
Thanks for report!