From owner-cvs-all@FreeBSD.ORG Mon Dec 29 13:38:37 2003 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 D9F7316A4CE; Mon, 29 Dec 2003 13:38:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A16743D1D; Mon, 29 Dec 2003 13:38:37 -0800 (PST) (envelope-from linimon@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 hBTLca0B011078; Mon, 29 Dec 2003 13:38:36 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBTLcaPZ011077; Mon, 29 Dec 2003 13:38:36 -0800 (PST) (envelope-from linimon) Message-Id: <200312292138.hBTLcaPZ011077@repoman.freebsd.org> From: Mark Linimon Date: Mon, 29 Dec 2003 13:38:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysql-connector-java Makefile 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, 29 Dec 2003 21:38:38 -0000 linimon 2003/12/29 13:38:36 PST FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile Log: As documented at http://www.mysql.com/documentation/connector-j/index.html#id2800748 MySQL Connector/J really does need JDK 1.4.x to compile. Use of apache-ant appears to side-step all of the effects of the USE_JAVA knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2 to do the compilation step. Since the distfile contains a pre-compiled .jar file, which will work with any Java-2 JVM, provide a WITHOUT_BUILD option. PR: ports/59993 Submitted by: Matthew Seaman (maintainer) Noticed by: Aristedes Maniatis Revision Changes Path 1.17 +24 -2 ports/databases/mysql-connector-java/Makefile