From owner-cvs-all@FreeBSD.ORG Mon Nov 15 04:17:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF5C16A4CE; Mon, 15 Nov 2004 04:17:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9802343D1D; Mon, 15 Nov 2004 04:17:08 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAF4H8L3039950; Mon, 15 Nov 2004 04:17:08 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAF4H8bn039949; Mon, 15 Nov 2004 04:17:08 GMT (envelope-from hq) Message-Id: <200411150417.iAF4H8bn039949@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 15 Nov 2004 04:17:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/antlr Makefile distinfo pkg-plist ports/devel/antlr/files antlr.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 04:17:09 -0000 hq 2004-11-15 04:17:08 UTC FreeBSD ports repository Modified files: devel/antlr Makefile distinfo pkg-plist devel/antlr/files antlr.sh Log: - Update to 2.7.4 - Update to bsd.java.mk 2.0 - Use HAS_CONFIGURE and CONFIGURE_ENV - Cleanup unnecessary *_DEPENDS - Honor hier(7): install examples in ${EXAMPLESDIR} - Honor Porter's handbook: install JAR in ${JAVAJARDIR} - Cleanup unnecessary port variables - No longer use DIST_SUBDIR - Use javavmwrapper in shell script (rather than hardcoding the use of a particular JVM) - New option WITH_BUILD_JAVA_LIB which force the build of the Java lib - Switch maintainer to ports@ PR: 73509 Submitted by: me Approved by: maintainer Revision Changes Path 1.7 +59 -31 ports/devel/antlr/Makefile 1.4 +2 -2 ports/devel/antlr/distinfo 1.3 +4 -1 ports/devel/antlr/files/antlr.sh 1.3 +0 -366 ports/devel/antlr/pkg-plist