Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 09:16:06 -0500
From:      Bryan Drewery <bdrewery@freebsd.org>
To:        Sergey Matveychuk <sem@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r306018 - head/devel/argp-standalone
Message-ID:  <5082B226.1030907@FreeBSD.org>
In-Reply-To: <201210171604.q9HG49qn007344@svn.freebsd.org>
References:  <201210171604.q9HG49qn007344@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5082B226.1030907>