From owner-cvs-ports@FreeBSD.ORG Tue Sep 20 05:57:34 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49E0D1065673 for ; Tue, 20 Sep 2011 05:57:34 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (75-101-96-57.dsl.static.sonic.net [75.101.96.57]) by mx1.freebsd.org (Postfix) with SMTP id 0ED188FC08 for ; Tue, 20 Sep 2011 05:57:33 +0000 (UTC) Received: (qmail 39113 invoked by uid 1001); 20 Sep 2011 05:31:16 -0000 Date: Mon, 19 Sep 2011 22:31:16 -0659 From: David Thiel To: Eitan Adler Message-ID: <20110920053052.GF27781@redundancy.redundancy.org> References: <201109200252.p8K2q1ma037870@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201109200252.p8K2q1ma037870@repoman.freebsd.org> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Face: %H~{$1~NOw1y#%mM6{|4:/ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 05:57:34 -0000 On Tue, Sep 20, 2011 at 02:51:37AM +0000, Eitan Adler wrote: > - add licenses to ports where it is known Hello, "x11" isn't a valid value for LICENSE, and setting it thus causes the build to fail for most of the ports touched by this commit. You can see the allowed values in bsd.licenses.db.mk - in this case, it should be "MIT". Thanks, David