Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Feb 2004 15:28:49 +1300 (NZDT)
From:      Jonathan Chen <jonc@chen.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        znerd@FreeBSD.org
Subject:    ports/62458: java/jboss3 update for LATEST_LINK and JDK restriction.
Message-ID:  <20040207022849.326A51368A@chen.org.nz>
Resent-Message-ID: <200402070230.i172UHnh067248@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 06 18:30:16 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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