From owner-freebsd-questions@FreeBSD.ORG Wed Dec 9 02:57:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B528106566B for ; Wed, 9 Dec 2009 02:57:59 +0000 (UTC) (envelope-from xkyanh@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 32ECD8FC0A for ; Wed, 9 Dec 2009 02:57:58 +0000 (UTC) Received: by yxe1 with SMTP id 1so5644264yxe.3 for ; Tue, 08 Dec 2009 18:57:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:organization:x-operating-system:x-mailer:user-agent :x-face:face:mime-version:content-type:content-transfer-encoding; bh=2AOIqCXQaJ2/kAWv3hy/aS6kmklVGiISXynAN4Jv8JQ=; b=ZMyCnHm0DoewJVyr6eUT9g+EZYu6u1qHib8XH3XEQv5NmCbgn6WEpxAdfN5ipentxH W4qmAKjsacS2gGLadT1R+v9TvrWNVhQ0nxs9J+oyQmgIj/pWVnf4UqMJv/DTaoypAkUY 9wm+mZd8at8z0/CfR7fYsz7qr4YBWDjOrdMmc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:organization:x-operating-system :x-mailer:user-agent:x-face:face:mime-version:content-type :content-transfer-encoding; b=NamN3yRUcnwudXbX86vYViK3ezH07W2TkIcvsjPTsA2XoTF8/JpgPfIDKheLRDF0xW UG4Fx2zPmauV+e6aeIm2vmmHwtTWPZi6B3Wgf5zHOWYUzqPK63vaLftLw12FGwc84fQX BhXpd6Y1Qri9bdojs3nUmCn9nyNdwt6ncioB4= Received: by 10.150.27.31 with SMTP id a31mr15326022yba.296.1260327478161; Tue, 08 Dec 2009 18:57:58 -0800 (PST) Received: from icy.localdomain ([118.69.224.251]) by mx.google.com with ESMTPS id 9sm2647774ywe.11.2009.12.08.18.57.56 (version=SSLv3 cipher=RC4-MD5); Tue, 08 Dec 2009 18:57:57 -0800 (PST) Date: Wed, 9 Dec 2009 09:57:37 +0700 From: "Anh K. =?UTF-8?B?SHXhu7NuaA==?=" To: freebsd-questions@freebsd.org Message-ID: <20091209095737.63be955a@icy.localdomain> Organization: Vietnamese TeX Users Group X-Operating-System: Windows 98 X-Mailer: Moveup mail client (windows 98) User-Agent: Moveup mail on Windows 98 X-Face: no-face Face: no-face Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: build a port that depends on Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2009 02:57:59 -0000 Hi, I am going to build a port (named `vue`, http://vue.tufts.edu/) that depends on Java libraries but I don't know how to set the dependencies (the RUN_DEPENDS variable in `Makefile`). I know some kinds of Java and don't know which one should be used. At least, Vue works well with OpenJDK6. Another problem is that the original file for port is in `.zip` format. As far as I know `.zip` isn't natively supported in FreeBSD. Should I convert that file to `.tar.gz` format and redistribute in my site (instead of using file from VUE master site?). Though using "EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip" is possible I think such usage is so expensive :) Thank you for your helps, Regards, -- Anh K. Huynh - TeX: http://viettug.org/ - BSD: http://lovebsd.net/