svn commit: r306018 - head/devel/argp-standalone

Bryan Drewery bdrewery at freebsd.org
Sat Oct 20 14:16:17 UTC 2012


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 at 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 at freenode/EFNet


More information about the svn-ports-all mailing list