Index: head/lang/see/Makefile =================================================================== --- head/lang/see/Makefile +++ head/lang/see/Makefile @@ -13,7 +13,12 @@ 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 @@ 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 Index: head/lang/see/files/patch-libsee_dtoa.c =================================================================== --- head/lang/see/files/patch-libsee_dtoa.c +++ head/lang/see/files/patch-libsee_dtoa.c @@ -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