From owner-svn-ports-all@FreeBSD.ORG Sat Oct 20 14:16:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2DE5CCB for ; Sat, 20 Oct 2012 14:16:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 7FACE8FC14 for ; Sat, 20 Oct 2012 14:16:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9KEGHjX093698 for ; Sat, 20 Oct 2012 14:16:17 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9KEGHdG093693 for svn-ports-all@freebsd.org; Sat, 20 Oct 2012 14:16:17 GMT (envelope-from bdrewery) Received: (qmail 25591 invoked from network); 20 Oct 2012 09:16:15 -0500 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 20 Oct 2012 09:16:15 -0500 Message-ID: <5082B226.1030907@FreeBSD.org> Date: Sat, 20 Oct 2012 09:16:06 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Sergey Matveychuk Subject: Re: svn commit: r306018 - head/devel/argp-standalone References: <201210171604.q9HG49qn007344@svn.freebsd.org> In-Reply-To: <201210171604.q9HG49qn007344@svn.freebsd.org> X-Enigmail-Version: 1.4.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 14:16:17 -0000 On 10/17/2012 11:04 AM, Sergey Matveychuk wrote: > Author: sem > Date: Wed Oct 17 16:04:08 2012 > New Revision: 306018 > URL: http://svn.freebsd.org/changeset/ports/306018 > > Log: > - Add LICENSE > > Feature safe: yes > > Modified: > head/devel/argp-standalone/Makefile > > Modified: head/devel/argp-standalone/Makefile > ============================================================================== > --- head/devel/argp-standalone/Makefile Wed Oct 17 15:54:37 2012 (r306017) > +++ head/devel/argp-standalone/Makefile Wed Oct 17 16:04:08 2012 (r306018) > @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= sem > MAINTAINER= sem@FreeBSD.org > COMMENT= Standalone version of arguments parsing functions from GLIBC > > +LICENSE= LGPL There is no LGPL defined in bsd.licenses.db.mk. Mk/bsd.licenses.db.mk: GPLv3 ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \ This is causing build failure: ====>> Ignored: License LGPL needs confirmation, but BATCH is defined > + > USE_GCC= any > GNU_CONFIGURE= yes > USE_AUTOTOOLS= aclocal autoconf automake libtool > -- Regards, Bryan Drewery bdrewery@freenode/EFNet