Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 15:02:37 -0500 (CDT)
From:      Dave Glowacki <dglo@glowacki.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/52441: databases/mysql-jdbc-mm port does not compile under 5.1
Message-ID:  <200305192002.h4JK2bAx021024@glowacki.dyndns.org>
Resent-Message-ID: <200305192010.h4JKA1JP081632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52441
>Category:       ports
>Synopsis:       databases/mysql-jdbc-mm port does not compile under 5.1
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 19 13:10:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD eusebius.glowacki.org 4.8-STABLE FreeBSD 4.8-STABLE #7: Fri May 9 17:56:10 CDT 2003 dglo@eusebius.glowacki.org:/usr/src/sys/compile/EUSEBIUS i386


	
>Description:
	Kris Kennaway reports that the databases/mysql-jdbc-mm port
	is broken on 5.1.  This is because of an incorrect USE_JAVA
	specification.
>How-To-Repeat:
	Try to build the MySQL JDBC interface with a JDK/SDK earlier or
	later than 1.3
>Fix:

--- Makefile.orig	Mon May 19 13:42:54 2003
+++ Makefile	Mon May 19 13:45:23 2003
@@ -20,7 +20,7 @@
 
 USE_REINPLACE=	YES
 
-USE_JAVA=	1.2+
+USE_JAVA=	1.3
 NEED_JAVAC=	YES
 
 EXTRACT_CMD=	${JAR}

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305192002.h4JK2bAx021024>