From owner-cvs-ports@FreeBSD.ORG Fri Apr 16 07:53:24 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF83C16A4CE; Fri, 16 Apr 2004 07:53:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD1E643D5E; Fri, 16 Apr 2004 07:53:23 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GErNGe058208; Fri, 16 Apr 2004 07:53:23 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GErNl6058207; Fri, 16 Apr 2004 07:53:23 -0700 (PDT) (envelope-from glewis) Message-Id: <200404161453.i3GErNl6058207@repoman.freebsd.org> From: Greg Lewis Date: Fri, 16 Apr 2004 07:53:22 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.java.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 14:53:24 -0000 glewis 2004/04/16 07:53:22 PDT FreeBSD ports repository Modified files: Mk bsd.java.mk Log: Many fixes to the new bsd.java.mk, including: . Make the USE_JIKES setting to actually work. . Simplified backwards compatibility with the old bsd.java.mk. . Allowed java dependency selection with JAVA_PREFERRED_PORTS. . More error checking on variable settings. . Allowed USE_JAVA=yes to work without specifying a version. . Expanded the meta-info for the individual ports so the full version is now available, among other things. Submitted by: Herve Quiroz Revision Changes Path 1.44 +264 -359 ports/Mk/bsd.java.mk