Date: Mon, 30 Oct 2017 14:19:33 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453177 - head/devel/pecl-grpc Message-ID: <201710301419.v9UEJXBY096340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Oct 30 14:19:32 2017 New Revision: 453177 URL: https://svnweb.freebsd.org/changeset/ports/453177 Log: Change license to apache20. Modified: head/devel/pecl-grpc/Makefile Modified: head/devel/pecl-grpc/Makefile ============================================================================== --- head/devel/pecl-grpc/Makefile Mon Oct 30 14:04:36 2017 (r453176) +++ head/devel/pecl-grpc/Makefile Mon Oct 30 14:19:32 2017 (r453177) @@ -8,7 +8,8 @@ CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= High performance, general RPC framework -LICENSE= BSD3CLAUSE +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: fatal error: sys/auxv.h file not found BROKEN_mips= fails to compile: fatal error: sys/auxv.h file not found
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710301419.v9UEJXBY096340>