From owner-cvs-all@FreeBSD.ORG Sat Jul 17 08:19:45 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 03FB516A4CE; Sat, 17 Jul 2004 08:19:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB49743D45; Sat, 17 Jul 2004 08:19:44 +0000 (GMT) (envelope-from glewis@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 i6H8Ji4O032828; Sat, 17 Jul 2004 08:19:44 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H8Ji6m032827; Sat, 17 Jul 2004 08:19:44 GMT (envelope-from glewis) Message-Id: <200407170819.i6H8Ji6m032827@repoman.freebsd.org> From: Greg Lewis Date: Sat, 17 Jul 2004 08:19:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/saxon-devel Makefile ports/textproc/saxon-devel/files saxon.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: Sat, 17 Jul 2004 08:19:45 -0000 glewis 2004-07-17 08:19:44 UTC FreeBSD ports repository Modified files: textproc/saxon-devel Makefile textproc/saxon-devel/files saxon.sh Log: . Alter the saxon.sh script to set the JAVAVM variable to the value chosen by bsd.java.mk during the build. This fixes a problems where the javavmwrapper (used by the script) could have potentially picked an incorrect JDK to use. . Bump PORTREVISION. PR: 69157 Submitted by: Herve Quiroz Revision Changes Path 1.2 +3 -2 ports/textproc/saxon-devel/Makefile 1.2 +2 -2 ports/textproc/saxon-devel/files/saxon.sh