In /usr/ports/devel/argouml/Makefile, USE_JAVA is misplet "USE_JAVE". If I read the code right, this means that the dependency on a suitable JDK won't be recorded, and that an install with no JDK will fail. Fix: Use the correct spelling. How-To-Repeat: I suspect trying to install argouml without any JDK installed will do it.
Responsible Changed From-To: freebsd-ports-bugs->hq I'll handle this
Dear maintainer, Here is a patch which contains a fix for the issue reported as well as a few other improvements to devel/argouml: - Fix mispelled USE_JAVA knob [1] - Remove unndeed PORTREVISION=0 statement - Register run dependency on javavmwrapper - Improve launcher shell script (use javavmwrapper 2.0) - Use SUB_FILES to configure launcher shell script - Remove trailing space in pkg-plist to calm portlint - Add $FreeBSD$ tags Could you please review it? Herve
State Changed From-To: open->feedback Maintainer asked for feedback
State Changed From-To: feedback->closed Patch commited after maintainer approval timeout. Thanks for your contribution!