From jonc@chen.org.nz  Sat Feb  4 21:50:18 2006
Return-Path: <jonc@chen.org.nz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A8F0F16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 21:50:18 +0000 (GMT)
	(envelope-from jonc@chen.org.nz)
Received: from chen.org.nz (chen.org.nz [210.54.19.51])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB1143D69
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 21:50:17 +0000 (GMT)
	(envelope-from jonc@chen.org.nz)
Received: by chen.org.nz (Postfix, from userid 1000)
	id 886E25641F; Sun,  5 Feb 2006 10:50:15 +1300 (NZDT)
Message-Id: <20060204215015.886E25641F@chen.org.nz>
Date: Sun,  5 Feb 2006 10:50:15 +1300 (NZDT)
From: Jonathan Chen <jonc@chen.org.nz>
Reply-To: Jonathan Chen <jonc@chen.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: jboss3 build restriction.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92823
>Category:       ports
>Synopsis:       jboss3 build restriction.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    barner
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 04 22:00:15 GMT 2006
>Closed-Date:    Sun Feb 05 15:25:18 GMT 2006
>Last-Modified:  Sun Feb 05 15:25:18 GMT 2006
>Originator:     Jonathan Chen
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD osiris.chen.org.nz 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Jan 30 11:52:44 NZDT 2006 root@osiris.chen.org.nz:/usr/obj/usr/src/sys/OSIRIS i386
>Description:
jboss3 will only build with JDK 1.4 and not JDK 1.4 and above.
Noticed by Rene Ladan <r.c.ladan@student.tue.nl>.
>How-To-Repeat:
>Fix:

Restrict the build to use JDK 1.4.x

diff -ruN /usr/ports/java/jboss3/Makefile ./Makefile
--- /usr/ports/java/jboss3/Makefile	Thu Jul 21 18:29:42 2005
+++ ./Makefile	Sun Feb  5 10:47:04 2006
@@ -19,7 +19,7 @@
 
 LATEST_LINK=	jboss3
 USE_JAVA=	yes
-JAVA_VERSION=	1.4+
+JAVA_VERSION=	1.4
 
 USE_REINPLACE=	YES
 USE_RC_SUBR=	YES
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->barner 
Responsible-Changed-By: barner 
Responsible-Changed-When: Sun Feb 5 15:19:12 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92823 
State-Changed-From-To: open->closed 
State-Changed-By: barner 
State-Changed-When: Sun Feb 5 15:25:16 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92823 
>Unformatted:
