From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 4 22:00:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A595C16A426 for ; Sat, 4 Feb 2006 22:00:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0D043D53 for ; Sat, 4 Feb 2006 22:00:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k14M0Fmj051686 for ; Sat, 4 Feb 2006 22:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k14M0F1l051685; Sat, 4 Feb 2006 22:00:15 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2006 22:00:15 GMT Resent-Message-Id: <200602042200.k14M0F1l051685@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F0F16A420 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92823: jboss3 build restriction. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jonathan Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 22:00:27 -0000 >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 . >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: