ports/62458: java/jboss3 update for LATEST_LINK and JDK restriction.
Jonathan Chen
jonc at chen.org.nz
Sat Feb 7 02:30:27 UTC 2004
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list