From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 06:41:32 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 109FA106564A; Wed, 21 Jul 2010 06:41:32 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6C1558FC19; Wed, 21 Jul 2010 06:41:31 +0000 (UTC) Received: by ewy26 with SMTP id 26so2345881ewy.13 for ; Tue, 20 Jul 2010 23:41:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=o3sIJ86uxBxUKYA4NowplTRgugFBkBjT1kgAGek5rrA=; b=Z5oKOtYuvrW2mRBJpJB0A79TpKbkHkDyKe/I7GmvkdHucY9Nd0Zo6nORrSMKRDDzyY /Hv3HdjJwhEQMx6mq54cC2rTec7Ind62QnAZqqj71dDncITCd+2uIvvd50ePeW+JFyR0 foJUKCb0dhXBUnaYmBWQ+mBpm2ku8H6YLzTCY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=csMUxeQUWI4klN5tXnF89fI4g3hAsbOeskXtpB2N3XGKPfJMTZ9Lnaq6PNBq0ub3h/ 6YFwhhRX0ycaMok9RscSNKQ9jre6TCAvbIwBqOmT8wiXFLkjpnqSxqYPPdbqAJ31peLL hXD7NtJWjDclz3KVHRRlt8KxImQEilmNXlcaA= Received: by 10.213.10.67 with SMTP id o3mr4450495ebo.58.1279694490415; Tue, 20 Jul 2010 23:41:30 -0700 (PDT) Received: from localhost ([109.169.29.56]) by mx.google.com with ESMTPS id z55sm52859898eeh.15.2010.07.20.23.41.26 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Jul 2010 23:41:29 -0700 (PDT) From: Anonymous To: ashish@FreeBSD.org (Ashish SHUKLA) References: <86mxtq6sea.fsf@chateau.d.if> <86k4oujb05.fsf@gmail.com> <86y6d97eje.fsf@chateau.d.if> <867hkq550n.fsf_-_@gmail.com> <86lj95pm4r.fsf@chateau.d.if> Date: Wed, 21 Jul 2010 10:39:11 +0400 In-Reply-To: <86lj95pm4r.fsf@chateau.d.if> (Ashish SHUKLA's message of "Wed, 21 Jul 2010 08:38:36 +0530") Message-ID: <86oce12vao.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD ports list Subject: Re: LICENSE_FILE=${WRKSRC}/LICENSE 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 Jul 2010 06:41:32 -0000 ashish@FreeBSD.org (Ashish SHUKLA) writes: > Anonymous writes: >> ashish@FreeBSD.org (Ashish SHUKLA) writes: > >>>>> [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146513 >>> >>>> Why do you need to copy license file in post-extract? >>> >>> I added because specifying '${WRKSRC}/LICENSE' as 'LICENSE_FILE' results in >>> a conflict because License infrastructure in ports system also creates a file >>> named LICENSE. So, I'm just copying it to some name other than LICENSE, and >>> than mentioning that in the LICENSE_FILE. > >> Ah, so you're referring to _LICENSE_REPORT that's created in_LICENSE_DIR. >> It's not just the case of a single license file named `LICENSE' but multiple >> licenses with same filename but in different directories are affected as well. >> Does the following diff fixes it for you? > > Yes, the following diff works fine and I don't have to rename LICENSE file > anymore. [...] I've filed ports/148808 for the sweeping change so it's not forgotten after 8.1-RELEASE is out.