ports/52441: databases/mysql-jdbc-mm port does not compile under 5.1

Dave Glowacki dglo at glowacki.dyndns.org
Mon May 19 20:10:02 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list