Date: Wed, 30 Nov 2016 17:59:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427445 - head/devel/protobuf Message-ID: <201611301759.uAUHxvqB058076@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 30 17:59:57 2016 New Revision: 427445 URL: https://svnweb.freebsd.org/changeset/ports/427445 Log: - Add LICENSE_FILE - Update BROKEN: use lowercase for leading character and shorten it Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Wed Nov 30 17:34:27 2016 (r427444) +++ head/devel/protobuf/Makefile Wed Nov 30 17:59:57 2016 (r427445) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data interchange format library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI GNU_CONFIGURE= yes @@ -22,6 +23,6 @@ USES= autoreconf gmake libtool pathfix GH_ACCOUNT= google USE_GITHUB= yes -BROKEN_sparc64= Fails to compile: no atomic ops available for FreeBSD/sparc64 +BROKEN_sparc64= fails to compile: no atomic ops available .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611301759.uAUHxvqB058076>