lang/see: Fix license

Fix also other lint issues.

PR:		222537
Submitted by:	yasu@utahime.org
Approved by:	numisemis@yahoo.com (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D12780
This commit is contained in:
Luca Pizzamiglio 2017-10-25 08:35:26 +00:00
parent 759d0e6255
commit 96864dd99f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452834
2 changed files with 10 additions and 5 deletions

View file

@ -13,7 +13,12 @@ MASTER_SITES= http://download.openpkg.org/components/cache/see/ \
MAINTAINER= numisemis@yahoo.com
COMMENT= Simple ECMAScript Engine (SEE)
LICENSE= BSD
LICENSE= BSD3CLAUSE DTOA.C
LICENSE_COMB= multi
LICENSE_NAME_DTOA.C= License of dtoa.c
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING
LICENSE_FILE_DTOA.C= ${WRKSRC}/COPYING
LICENSE_PERMS_DTOA.C= ${_LICENSE_PERMS_DEFAULT}
BROKEN_aarch64= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
BROKEN_armv6= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
@ -25,8 +30,8 @@ DEBUG_DESC= Internal SEE library debugging
CONFLICTS= see-devel-[0-9]*
USE_LDCONFIG= yes
USES= libtool pathfix perl5
USE_LDCONFIG= yes
USE_PERL5= build
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View file

@ -1,6 +1,6 @@
--- libsee/dtoa.c.orig 2009-04-26 23:04:58.000000000 +0200
+++ libsee/dtoa.c 2015-03-16 15:46:21.218950229 +0100
@@ -252,6 +252,14 @@
--- libsee/dtoa.c.orig 2009-04-26 21:04:58 UTC
+++ libsee/dtoa.c
@@ -252,6 +252,14 @@ static double private_mem[PRIVATE_mem],
#include "math.h"
#endif