From jonc@chen.org.nz  Fri Feb  6 18:28:51 2004
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 B05B816A4CE; Fri,  6 Feb 2004 18:28:51 -0800 (PST)
Received: from chen.org.nz (chen.org.nz [210.54.19.51])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CE0EF43D4C; Fri,  6 Feb 2004 18:28:50 -0800 (PST)
	(envelope-from jonc@chen.org.nz)
Received: by chen.org.nz (Postfix, from userid 1000)
	id 326A51368A; Sat,  7 Feb 2004 15:28:49 +1300 (NZDT)
Message-Id: <20040207022849.326A51368A@chen.org.nz>
Date: Sat,  7 Feb 2004 15:28:49 +1300 (NZDT)
From: Jonathan Chen <jonc@chen.org.nz>
Reply-To: Jonathan Chen <jonc@chen.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: znerd@freebsd.org
Subject: java/jboss3 update for LATEST_LINK and JDK restriction.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62458
>Category:       ports
>Synopsis:       java/jboss3 update for LATEST_LINK and JDK restriction.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 06 18:30:16 PST 2004
>Closed-Date:    Fri Feb 06 22:05:07 PST 2004
>Last-Modified:  Fri Feb 06 22:05:07 PST 2004
>Originator:     Jonathan Chen
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD xxx.chen.org.nz 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Feb 6 13:31:27 NZDT 2004 root@xxx.chen.org.nz:/usr/obj/usr/src/sys/GRIMOIRE i386
>Description:
Set LATEST_LINK to avoid conflict with other JBoss ports.

Restrict usage of the port to JDK1.4. The latest forum postings on
www.jboss.org tend to indicate that JBoss 3.2.3 doesn't work with JDK1.3.1
(even if it has been compiled with JDK1.3.1), and the developers don't
appear too interested in resolving this issue.

>How-To-Repeat:
>Fix:

diff -ru /usr/ports/java/jboss3/Makefile ./Makefile
--- /usr/ports/java/jboss3/Makefile	Thu Feb  5 18:42:34 2004
+++ ./Makefile	Sat Feb  7 15:20:08 2004
@@ -16,7 +16,8 @@
 MAINTAINER=	jonc@chen.org.nz
 COMMENT=	JBoss 3, an open-source J2EE application server
 
-USE_JAVA=	1.3+
+LATEST_LINK=	jboss3
+USE_JAVA=	1.4+
 
 USE_REINPLACE=	YES
 USE_BZIP2=	YES

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Fri Feb 6 22:03:46 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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