Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Feb 2006 10:50:15 +1300 (NZDT)
From:      Jonathan Chen <jonc@chen.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92823: jboss3 build restriction.
Message-ID:  <20060204215015.886E25641F@chen.org.nz>
Resent-Message-ID: <200602042200.k14M0F1l051685@freefall.freebsd.org>

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

>Number:         92823
>Category:       ports
>Synopsis:       jboss3 build 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:   Sat Feb 04 22:00:15 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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