svn commit: r427445 - head/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 30 17:59:58 UTC 2016


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 at 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>


More information about the svn-ports-all mailing list