From owner-freebsd-java@FreeBSD.ORG Tue Mar 20 23:34:34 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C408C1065676 for ; Tue, 20 Mar 2012 23:34:34 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC3B8FC1A for ; Tue, 20 Mar 2012 23:34:34 +0000 (UTC) Received: by dald2 with SMTP id d2so799206dal.13 for ; Tue, 20 Mar 2012 16:34:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-operating-system :organization:x-living-the-dream:x-pgp-fingerprint:x-pgp-key :user-agent:x-gm-message-state; bh=MY/UDcMd8t7DCQiNKcZzlh2eaf7UtmRJbB7pKO9+0lo=; b=eK/8ypyoQq/2YUddt8/LBrCEudyOV+SeKdmhAc6lvyS+w5Or8zqwliFo3e6qZLjbZ0 dgXOPl/272DR28C3BXR8RNrVPjy1NcXb2+j4K2/zNzILAAhLTxhSabytPprExC1rm6tX Np6QAOhCQqnSU8GybHxpA9PMCf5AOlFRJPTy4p+5VO/VMjT00TELy77aAWkhlipoXYzO Y8+rDak+Fzd0djdmTwW28Z3yBn0BcZfgRUyCvt+DpHOljpfs2gXPNYQkN+X/Pe0+SEgb TAWSc0LACYGRx0RMHAYmkYQD9xJJi2uFSG67kzhS4IHsy/Tnt9koaWIQNdIExJvPPMYr +PUQ== Received: by 10.68.194.227 with SMTP id hz3mr5725084pbc.23.1332286474058; Tue, 20 Mar 2012 16:34:34 -0700 (PDT) Received: from dormouse.experts-exchange.com ([72.29.164.238]) by mx.google.com with ESMTPS id f7sm2284034pbr.3.2012.03.20.16.34.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Mar 2012 16:34:33 -0700 (PDT) Sender: Jason Helfman Date: Tue, 20 Mar 2012 16:33:41 -0700 From: Jason Helfman To: Jung-uk Kim Message-ID: <20120320233341.GE13507@dormouse.experts-exchange.com> References: <20120318180225.GA51618@dormouse.experts-exchange.com> <201203201230.06968.jkim@FreeBSD.org> <20120320183828.GB13507@dormouse.experts-exchange.com> <201203201901.50789.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <201203201901.50789.jkim@FreeBSD.org> X-Operating-System: FreeBSD 8.2-RELEASE amd64 Organization: The FreeBSD Project, http://www.freebsd.org X-Living-The-Dream: I love the SLO Life! X-PGP-FingerPrint: 8E0D C457 9A0F C91C 23F3 0454 2059 9A63 4150 D3DC X-PGP-Key: http://people.freebsd.org/~jgh/jgh.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQmYDUI37IMTGm155/svlFRbJMzJzwsddn7P9dBiWOABN9Ney+fy3Vh4y+oIbVmB3Vl2mimf Cc: freebsd-eclipse@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: [RFC] New Port: Eclipse Java Compiler, java/eclipse-ecj X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 23:34:34 -0000 On Tue, Mar 20, 2012 at 07:01:49PM -0400, Jung-uk Kim thus spake: >> Tar is completely valid for uncompressing zip archives. > >Yes, bsdtar is good enough for most cases. But we also had some >issues with it in the past. I believe these problems are all fixed, >however. What's wrong with jar, BTW? Nothing, however it adds an extra dependency for extract-depends, and this could change based on what version of java you are using. So writing the EXTRACT_DEPENDS line could be a little tricky. >> I am also confused by this. What would I be setting to yes, to >> resolve this issue? > >Defining NO_WRKSUBDIR eliminates needs for BUILD_WRKSRC or WRKSRC. Confirmed, and removed. Thanks :) I am now just working out the shell script bits. -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh