svn commit: r452834 - in head/lang/see: . files
Luca Pizzamiglio
pizzamig at FreeBSD.org
Wed Oct 25 08:35:28 UTC 2017
Author: pizzamig
Date: Wed Oct 25 08:35:26 2017
New Revision: 452834
URL: https://svnweb.freebsd.org/changeset/ports/452834
Log:
lang/see: Fix license
Fix also other lint issues.
PR: 222537
Submitted by: yasu at utahime.org
Approved by: numisemis at yahoo.com (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12780
Modified:
head/lang/see/Makefile
head/lang/see/files/patch-libsee_dtoa.c
Modified: head/lang/see/Makefile
==============================================================================
--- head/lang/see/Makefile Wed Oct 25 06:16:11 2017 (r452833)
+++ head/lang/see/Makefile Wed Oct 25 08:35:26 2017 (r452834)
@@ -13,7 +13,12 @@ MASTER_SITES= http://download.openpkg.org/components/c
MAINTAINER= numisemis at 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
Modified: head/lang/see/files/patch-libsee_dtoa.c
==============================================================================
--- head/lang/see/files/patch-libsee_dtoa.c Wed Oct 25 06:16:11 2017 (r452833)
+++ head/lang/see/files/patch-libsee_dtoa.c Wed Oct 25 08:35:26 2017 (r452834)
@@ -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
More information about the svn-ports-head
mailing list