From owner-freebsd-eclipse@FreeBSD.ORG Tue Mar 20 23:34:34 2012 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C422D1065677 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 4AB0F8FC19 for ; Tue, 20 Mar 2012 23:34:34 +0000 (UTC) Received: by dald2 with SMTP id d2so799207dal.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=IE5B8rKQWRjAudOrBPo4UJ0B/D07/7iLyX56x8FlA/bt4hXTCJ9rOVX+M8xXCSkvKG OLbcQoJVE9VSy8vyf5KdQUxP+Re7BejgJQ9lQZThOuHVuqFHJwBzwUphcntusIo+QA2W RpmEYb1k1UvTvTRKtRh9x9gqwaz4Qi8ZQ8c6vqHZJA4uCventfODYYz9MiytMLCmmHEC jfw+Tmqv8gL2CRDRJsEM3UPprAfIHS6s092GwbonWQQ39USgw94Fenp0Av1Kiv6vmhG2 IldbpGDF6eXpw6AI4NSsZD2uWVcmsQCgkGOTCm3REJ7FCIF/db/cxrTeMzzHBKVGzVZ+ eLcA== 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: ALoCoQm3f6hykkIK7a1cHXUYJI8nA6O/VJ8zW/FLuZ+E0pullF4rOJnEZp7uNgQZ+iFm94f92qCZ Cc: freebsd-eclipse@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: [RFC] New Port: Eclipse Java Compiler, java/eclipse-ecj X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." 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