From owner-freebsd-ports@FreeBSD.ORG Wed Jan 21 07:58:18 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D3D5106566C for ; Wed, 21 Jan 2009 07:58:18 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.80]) by mx1.freebsd.org (Postfix) with ESMTP id C562D8FC0A for ; Wed, 21 Jan 2009 07:58:17 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from mail52.abv.bg (mail52.ni.bg [192.168.151.19]) by smtp-out.abv.bg (Postfix) with ESMTP id 223B987A7D for ; Wed, 21 Jan 2009 09:40:35 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=s1oY02mPkTDayL/mzMxwNlK2/ENAzXeoFA1mOjPFk+HCP9CZYWxMhlYOmZkVHCyrc kD6pw908g9m3zIu87YE1+k2Ug391OKyHabxeqYbakxX/g3JpZffXeh37XY2q8rF9RWs cCZc0g8oyipJIl1Mc1C/s1FEa1Jql4tH8bB+2Xc= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1232523635; bh=A8Kd8HEeYMRdQtbCWYc5kcRQHFAQ+LwKu0FrHyX88GA=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=v56GFUVnOe1U+vF2yfT9qaXAtigCNeBL WpKT+McH/FlFmbEFEWEfsjB3+QdQFTMLi+zdxBJ9cb2By1zcKWR5nmqpiXAb3Jtqk20 CmtLrz8EXKjRMsppXcJNtyl/uC6W4A1ObhRXE0wJNmI71DyhqF0MYG/MTv5F+VDFOEL EmQ6I= Received: from mail52.abv.bg (mail52.abv.bg [127.0.0.1]) by mail52.abv.bg (Postfix) with ESMTP id A998F1ACA65 for ; Wed, 21 Jan 2009 09:40:34 +0200 (EET) Date: Wed, 21 Jan 2009 09:40:34 +0200 (EET) From: Mario Pavlov To: ports@FreeBSD.org Message-ID: <381687488.525386.1232523634686.JavaMail.apache@mail52.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: Subject: java/jboss5 - buildable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 07:58:18 -0000 Hi ports, I saw that java/jboss5 is marked as broken and it's a little bit old version and I decided to try to build the latest version manually so I've downloaded jboss-5.0.0.GA-src.tar.gz, extracted it and just ran build/build.sh from the distribution it's built perfectly fine without any problems and without me doing anything and I was able to start the server I have the following ports installed: apache-ant-1.7.0_2 diablo-jdk-1.6.0.07.02_3 - for amd64 and my platform is: $ uname -a FreeBSD mydomain.org 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Sun Jan 18 11:37:53 EET 2009 myuser@mydomain.org:/usr/obj/usr/src/sys/Ss-CURRENT amd64 I guess you could update this port I'm not very much in the ports system otherwise I could just send you a patch for this port Regards Mario