svn commit: r428779 - head/devel/protobuf

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 17 16:38:21 UTC 2016


Author: amdmi3
Date: Sat Dec 17 16:38:20 2016
New Revision: 428779
URL: https://svnweb.freebsd.org/changeset/ports/428779

Log:
  - Mark BROKEN on 9.x:
  
  ./google/protobuf/arena.h:628: sorry, unimplemented: inlining failed in call to 'static T* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*, ...) [with T = google::protobuf::Mixin]': function not inlinable
  
  Approved by:	portmgr blanket

Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Sat Dec 17 16:36:51 2016	(r428778)
+++ head/devel/protobuf/Makefile	Sat Dec 17 16:38:20 2016	(r428779)
@@ -16,6 +16,7 @@ TEST_DEPENDS=	googlemock>=0:devel/google
 		googletest>=0:devel/googletest
 
 BROKEN_sparc64=	fails to compile: no atomic ops available
+BROKEN_FreeBSD_9=	does not build
 
 CFLAGS+=	-DGOOGLE_PROTOBUF_NO_RTTI
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list