From owner-freebsd-tcltk@FreeBSD.ORG Tue Dec 11 16:11:27 2012 Return-Path: Delivered-To: tcltk@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE20B477 for ; Tue, 11 Dec 2012 16:11:27 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 27F538FC19 for ; Tue, 11 Dec 2012 16:11:25 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so3908723lbb.13 for ; Tue, 11 Dec 2012 08:11:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=CUdPGsJc14luR+wHkndYba6IyhW6owS6babjEegVZ0Q=; b=fWxiGwFho3bo8HYlYX6RcX1WHJlPvEw5Y0qy9EsMWvQ45Vd/s00GE7Xh+b60r09+1a HHgpl8m1TQ5DdYIYGFDCfdfq7U7QEi6GMS3H6s4WqavD7wtnU7JScvMZ9Li9H+OGF1gB wM3rEvT2FJyZc9CO0TjWAtMKOykBFlahFAlFs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=CUdPGsJc14luR+wHkndYba6IyhW6owS6babjEegVZ0Q=; b=Y3voTU773IHkGMajery9lAtji8EgafIXgEbtyIjWgi9/3yrNAt6hZdgPD5p6ERLJ02 Ijurd3DsO55MmJrTxzZRi24qmNxC9MHuLpNNlZQIyeaNa5V1Tjc055UIXbaTaJmwifyE LOrNx1OYwUnMrjgeEgYwLMnK5dfR7fB+iW+kj8m8uj/f10R7Ichf8osPWBYtcuLdW6pD JheP1hxywbHpZ3qhgmFRn+Ebkvu18U7a8XA2LYpgDfcopXM/tQZlJE2UUaIK4Fg2k8Wc vyNovWlLPh0Lk1+Y12QxHB9XTUfvKqMprv61h9Rr4UraYv5AnwhV0WIxyLj9XZSBrJLu EgFQ== Received: by 10.112.37.196 with SMTP id a4mr4497311lbk.102.1355242284304; Tue, 11 Dec 2012 08:11:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.43.229 with HTTP; Tue, 11 Dec 2012 08:10:54 -0800 (PST) In-Reply-To: <20121211084116.GB33683@gahrfit.gahr.ch> References: <50C4D4E5.4050708@gmail.com> <20121211084116.GB33683@gahrfit.gahr.ch> From: Eitan Adler Date: Tue, 11 Dec 2012 11:10:54 -0500 Message-ID: Subject: Re: License Update To: tcltk@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkRpobAlngldb3r/Ul78WGiimSm367x62bfaS94SME1SXkpZdly+/J+MKnw1ODJAswqEnl0 Cc: Joseph a Nagy Jr X-BeenThere: freebsd-tcltk@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Tcl/Tk discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 16:11:27 -0000 On 11 December 2012 03:41, Pietro Cerutti wrote: > +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} This isn't good. Please list out the terms explicitly. 1) What the defaults change? 2) The variable is prefixed by a _ which means it is private to b.l.m and must not be used by port Makefiles. -- Eitan Adler