Index: head/devel/protobuf/Makefile =================================================================== --- head/devel/protobuf/Makefile (revision 507715) +++ head/devel/protobuf/Makefile (revision 507716) @@ -1,44 +1,44 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.8.0 -PORTREVISION= 2 +PORTVERSION= 3.9.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-all-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data interchange format library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_sparc64= fails to compile: no atomic ops available TEST_DEPENDS= googlemock>=0:devel/googlemock \ googletest>=0:devel/googletest USES= compiler:c++11-lang gmake libtool localbase pathfix pkgconfig CFLAGS+= -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \ CFLAGS_FOR_BUILD="${CFLAGS}" \ CPPFLAGS_FOR_BUILD="${CPPFLAGS}" \ CXX_FOR_BUILD="${CXX}" \ CXXFLAGS_FOR_BUILD="${CXXFLAGS}" \ LDFLAGS_FOR_BUILD="${LDFLAGS}" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS} TEST_TARGET= check USE_CXXSTD= c++11 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|^check-local:|disabled-&|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -Ee '/gtest|mock/ s|[^ ]*lib(.*)\.la|-l\1|' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|$$(GOOGLETEST_BUILD_DIR)/lib/libgtest\.la|-lgtest|' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|$$(GOOGLEMOCK_BUILD_DIR)/lib/libgmock\(.*\)\.la|-lgmock\1|' ${WRKSRC}/src/Makefile.in .include Index: head/devel/protobuf/distinfo =================================================================== --- head/devel/protobuf/distinfo (revision 507715) +++ head/devel/protobuf/distinfo (revision 507716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559219506 -SHA256 (protobuf-all-3.8.0.tar.gz) = b7220b41481011305bf9100847cf294393973e869973a9661046601959b2960b -SIZE (protobuf-all-3.8.0.tar.gz) = 7151747 +TIMESTAMP = 1563013404 +SHA256 (protobuf-all-3.9.0.tar.gz) = 3fd2faf435246a60537b7ad7a2d273df2eecad5cf76f812529dbde7183b2e6b7 +SIZE (protobuf-all-3.9.0.tar.gz) = 7162423 Index: head/devel/protobuf/pkg-plist =================================================================== --- head/devel/protobuf/pkg-plist (revision 507715) +++ head/devel/protobuf/pkg-plist (revision 507716) @@ -1,129 +1,130 @@ bin/protoc +include/google/protobuf/stubs/map_util.h include/google/protobuf/any.h include/google/protobuf/any.pb.h include/google/protobuf/any.proto include/google/protobuf/api.pb.h include/google/protobuf/api.proto include/google/protobuf/arena.h include/google/protobuf/arena_impl.h include/google/protobuf/arenastring.h include/google/protobuf/compiler/code_generator.h include/google/protobuf/compiler/command_line_interface.h include/google/protobuf/compiler/cpp/cpp_generator.h include/google/protobuf/compiler/csharp/csharp_generator.h include/google/protobuf/compiler/csharp/csharp_names.h include/google/protobuf/compiler/importer.h include/google/protobuf/compiler/java/java_generator.h include/google/protobuf/compiler/java/java_names.h include/google/protobuf/compiler/js/js_generator.h include/google/protobuf/compiler/js/well_known_types_embed.h include/google/protobuf/compiler/objectivec/objectivec_generator.h include/google/protobuf/compiler/objectivec/objectivec_helpers.h include/google/protobuf/compiler/parser.h include/google/protobuf/compiler/php/php_generator.h include/google/protobuf/compiler/plugin.h include/google/protobuf/compiler/plugin.pb.h include/google/protobuf/compiler/plugin.proto include/google/protobuf/compiler/python/python_generator.h include/google/protobuf/compiler/ruby/ruby_generator.h include/google/protobuf/descriptor.h include/google/protobuf/descriptor.pb.h include/google/protobuf/descriptor.proto include/google/protobuf/descriptor_database.h include/google/protobuf/duration.pb.h include/google/protobuf/duration.proto include/google/protobuf/dynamic_message.h include/google/protobuf/empty.pb.h include/google/protobuf/empty.proto include/google/protobuf/extension_set.h include/google/protobuf/extension_set_inl.h include/google/protobuf/field_mask.pb.h include/google/protobuf/field_mask.proto include/google/protobuf/generated_enum_reflection.h include/google/protobuf/generated_enum_util.h include/google/protobuf/generated_message_reflection.h include/google/protobuf/generated_message_table_driven.h include/google/protobuf/generated_message_util.h include/google/protobuf/has_bits.h include/google/protobuf/implicit_weak_message.h include/google/protobuf/inlined_string_field.h include/google/protobuf/io/coded_stream.h include/google/protobuf/io/gzip_stream.h include/google/protobuf/io/printer.h include/google/protobuf/io/strtod.h include/google/protobuf/io/tokenizer.h include/google/protobuf/io/zero_copy_stream.h include/google/protobuf/io/zero_copy_stream_impl.h include/google/protobuf/io/zero_copy_stream_impl_lite.h include/google/protobuf/map.h include/google/protobuf/map_entry.h include/google/protobuf/map_entry_lite.h include/google/protobuf/map_field.h include/google/protobuf/map_field_inl.h include/google/protobuf/map_field_lite.h include/google/protobuf/map_type_handler.h include/google/protobuf/message.h include/google/protobuf/message_lite.h include/google/protobuf/metadata.h include/google/protobuf/metadata_lite.h include/google/protobuf/parse_context.h include/google/protobuf/port.h include/google/protobuf/port_def.inc include/google/protobuf/port_undef.inc include/google/protobuf/reflection.h include/google/protobuf/reflection_ops.h include/google/protobuf/repeated_field.h include/google/protobuf/service.h include/google/protobuf/source_context.pb.h include/google/protobuf/source_context.proto include/google/protobuf/struct.pb.h include/google/protobuf/struct.proto include/google/protobuf/stubs/bytestream.h include/google/protobuf/stubs/callback.h include/google/protobuf/stubs/casts.h include/google/protobuf/stubs/common.h include/google/protobuf/stubs/fastmem.h include/google/protobuf/stubs/hash.h include/google/protobuf/stubs/logging.h include/google/protobuf/stubs/macros.h include/google/protobuf/stubs/mutex.h include/google/protobuf/stubs/once.h include/google/protobuf/stubs/platform_macros.h include/google/protobuf/stubs/port.h include/google/protobuf/stubs/status.h include/google/protobuf/stubs/stl_util.h include/google/protobuf/stubs/stringpiece.h include/google/protobuf/stubs/strutil.h include/google/protobuf/stubs/template_util.h include/google/protobuf/text_format.h include/google/protobuf/timestamp.pb.h include/google/protobuf/timestamp.proto include/google/protobuf/type.pb.h include/google/protobuf/type.proto include/google/protobuf/unknown_field_set.h include/google/protobuf/util/delimited_message_util.h include/google/protobuf/util/field_comparator.h include/google/protobuf/util/field_mask_util.h include/google/protobuf/util/json_util.h include/google/protobuf/util/message_differencer.h include/google/protobuf/util/time_util.h include/google/protobuf/util/type_resolver.h include/google/protobuf/util/type_resolver_util.h include/google/protobuf/wire_format.h include/google/protobuf/wire_format_lite.h include/google/protobuf/wrappers.pb.h include/google/protobuf/wrappers.proto lib/libprotobuf-lite.a lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.19 -lib/libprotobuf-lite.so.19.0.0 +lib/libprotobuf-lite.so.20 +lib/libprotobuf-lite.so.20.0.0 lib/libprotobuf.a lib/libprotobuf.so -lib/libprotobuf.so.19 -lib/libprotobuf.so.19.0.0 +lib/libprotobuf.so.20 +lib/libprotobuf.so.20.0.0 lib/libprotoc.a lib/libprotoc.so -lib/libprotoc.so.19 -lib/libprotoc.so.19.0.0 +lib/libprotoc.so.20 +lib/libprotoc.so.20.0.0 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc