ports/52442: java/java-checkstyle port does not compile under 5.1

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


>Number:         52442
>Category:       ports
>Synopsis:       java/java-checkstyle 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:20:02 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 java-checkstyle port is
	broken on 5.1.  This is because of an incorrect USE_JAVA
	specification.
>How-To-Repeat:
	Try to build Checkstyle with a JDK/SDK earlier than 1.3
>Fix:

--- Makefile.orig	Mon May 19 13:45:37 2003
+++ Makefile	Mon May 19 13:45:52 2003
@@ -18,7 +18,7 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/jakarta-ant
 
-USE_JAVA=	1.2+
+USE_JAVA=	1.3+
 NEED_JAVAC=	YES
 
 PLIST=	${WRKDIR}/PLIST

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



More information about the freebsd-ports-bugs mailing list