From owner-cvs-all@FreeBSD.ORG Tue May 25 17:12:28 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 634621065670; Tue, 25 May 2010 17:12:28 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id E11028FC0A; Tue, 25 May 2010 17:12:27 +0000 (UTC) Received: from beaver.home.critical.ch (80-218-148-198.dclient.hispeed.ch [80.218.148.198]) (authenticated bits=0) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with ESMTP id o4PHCQal029952; Tue, 25 May 2010 19:12:26 +0200 (CEST) (envelope-from ehaupt@critical.ch) Date: Tue, 25 May 2010 19:12:24 +0200 From: Emanuel Haupt To: Alejandro Pulver Message-Id: <20100525191224.6c551031.ehaupt@critical.ch> In-Reply-To: <201005250025.o4P0P2Fj033764@repoman.freebsd.org> References: <201005250025.o4P0P2Fj033764@repoman.freebsd.org> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.licenses.db.mk bsd.licenses.mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2010 17:12:28 -0000 Alejandro Pulver wrote: > alepulver 2010-05-25 00:25:02 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.port.mk > Added files: > Mk bsd.licenses.db.mk bsd.licenses.mk > Log: > - Add ports license framework, from GSoc 2008/2009. > - Feel free to populate bsd.licenses.db.mk and adjust the variables: > NO_LICENSES_INSTALL and NO_LICENSES_DIALOGS (default to off). > - For more information see > http://wiki.freebsd.org/PortsLicenseInfrastructure > Reviewed by: erwin > > Revision Changes Path > 1.1 +95 -0 ports/Mk/bsd.licenses.db.mk (new) > 1.1 +768 -0 ports/Mk/bsd.licenses.mk (new) > 1.639 +14 -5 ports/Mk/bsd.port.mk > _LICENGE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk and > _LICENGE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk should probably read "LICENSE_ERROR" Emanuel