From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 15:26:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A54E1065671 for ; Tue, 22 Jul 2008 15:26:37 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id E969A8FC1D for ; Tue, 22 Jul 2008 15:26:36 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so560565ana.13 for ; Tue, 22 Jul 2008 08:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=lFRpDRFHY1RS34xDoab7XcgBjH0D3/jwuN1eBkx547c=; b=VA8JmPWnuIamgcVh4t9ZxN7ULo7QJw8u+2567XkP9DDd8fHBkE0n4lxdN0LfMhJ5Ro 5M8JltsUfUYriki2uierKz4ZkrUVCpgiP+dYF3PwT52KSjHXOMFiX0LLjWH6eoDRqDud xhOYnh7oKoVefkkOQ8tD3u1FTygKeQGmc88o8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=t9WsuGitDLEESmYsMgw5ffklMbddNmsq7cp0fkOrMwRWIr2+S/pj98kGui4520bZrc d1FI2JtLCByu7GykBialrg/h+g/KxF6zlI+QvbgnjVPI/9nMdjQ25sY9gZIu58vvKaPW Hbh/ELARiyu9F5n9z9YXLkQ+asHcsGrs+aZbs= Received: by 10.100.208.11 with SMTP id f11mr2468180ang.89.1216740395978; Tue, 22 Jul 2008 08:26:35 -0700 (PDT) Received: by 10.100.92.3 with HTTP; Tue, 22 Jul 2008 08:26:35 -0700 (PDT) Message-ID: Date: Tue, 22 Jul 2008 10:26:35 -0500 From: "Andrew Gould" To: "FreeBSD Questions Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ports dependency question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 15:26:37 -0000 I tried to install freemind from ports (ports/deskutils/freemind). The installation failed because I am missing jdk 1.5*. The Makefile requires java > 1.4. diablo-jre-1.5.0.07.01_10 is installed. Installing the latest binary via "pkg_add -r freemind" has the same results, so I don't think it's a question of needing to compile the java code. Does diablo not meet the java requirement? Should I need to install a java sdk? At what point would it be appropriate to contact the maintainer of freemind for help? Thanks, Andrew Gould