notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/protobuf-c/distinfo

Number of commits found: 14

Sunday, 11 Sep 2022
18:48 Daniel Engberg (diizzy) search for other commits by this committer
devel/protobuf-c: Update to 1.4.1

- Use upstream release archive as recommended by Porters Handbook
  USE_GITHUB section
- Do some minor rework of port to improve readability and some
  minor cleanups

PR:		265191
Approved by:	truckman (maintainer timeout, 6+ weeks)
commit hash: e956cc2873e089fc8047681408c40dff61cf48ce commit hash: e956cc2873e089fc8047681408c40dff61cf48ce commit hash: e956cc2873e089fc8047681408c40dff61cf48ce commit hash: e956cc2873e089fc8047681408c40dff61cf48ce e956cc2
Monday, 31 May 2021
17:20 Don Lewis (truckman) search for other commits by this committer
devel/protobuf-c: Upgrade to version 1.4.0:

  [ Ilya Lipnitsky ]
  * c_message.cc: Resolve name conflict between certain enums and oneofs
    (#427).
  * protobuf-c.h: Fix Windows DLL export issue with the
    protobuf_c_empty_string symbol (#428).
  * Standardize pkg-config for use by autotools and cmake, fix cmake tests
    (#425).
  * protobuf-c.c: Cast %lu args to unsigned long int (#429).
  * protoc-c: Remove leading underscores from structs (#430).
  * protoc-c: Fix shared lib build on windows, migrate from Travis CI to
    GitHub Actions (#459).
  * protobuf-c: Don't use ProtobufCWireType internally (#463).
  * protoc-c: Add custom options support (#466).
  * protobuf-c.c: Fix packed repeated bool parsing (#467).

  [ Markus Engel ]
  * Pack nested messages inline (#431).

  [ Daniel Axtens ]
  * Travis CI: Test on other platforms (#438).

  [ Adam Cozzette ]
  * Update the generator to fully qualify std::string (#443).

  [ Piotr Pietraszkiewicz ]
  * Install MSVC debug symbols alongside the protobuf-c.lib file (#456).

  [ ihsinme ]
  * Fix invalid unsigned arithmetic (#455).

  [ Wolfram Rösler ]
  * Avoid "unused function parameter" compiler warning (#453).

Sponsored by:	Farsight Security, Inc.
commit hash: 6e51deddd0634104e958603f3e5936e5a03a161a commit hash: 6e51deddd0634104e958603f3e5936e5a03a161a commit hash: 6e51deddd0634104e958603f3e5936e5a03a161a commit hash: 6e51deddd0634104e958603f3e5936e5a03a161a 6e51ded
Wednesday, 26 Jun 2019
18:06 truckman search for other commits by this committer
Upgrade devel/protobuf-c to version 1.3.2:

  [ Robert Edmonds ]
  * Release 1.3.2.

  * Use protobuf 3.7.1 in the Travis-CI environment (#368).

  * Fix test suite build failure on newer versions of protobuf (#369).

  [ Ilya Lipnitskiy ]
  * Fix proto3 repeated scalar field default packing behavior (#330, #377).

  [ Adam Cozzette ]
  * Fix out-of-bounds read in scan_length_prefixed_data() (#375, #376).

  [ Jurriaan Bremer ]
  * Fix -Wdeclaration-after-statement warning in parse_oneof_member() (#360).

  [ Hayri Ugur Koltuk ]
  * Fix SIGSEGV in protobuf_c_message_check() on messages with unpopulated
    oneof members (#358).

  [ Italo Guerrieri ]
  * Do not allow tag values of 0 in protobuf messages, as these are not
    allowed by proto2 or proto3 (#299).

The patch for version 1.3.1 is no longer required.

Sort Makefile statements to pacify portlint.

Reported by:	portscout
Sponsored by:	Farsight Security, Inc.
Original commitRevision:505176 
Wednesday, 15 Aug 2018
17:13 truckman search for other commits by this committer
Upgrade devel/protobuf-c to version 1.3.1:

  [ Robert Edmonds ]
  * Release 1.3.1.

  * Restore protobuf-2.x compatibility (#284, #285).

  * Use xenial and protobuf 3.6.1 in the Travis-CI environment (#332).

  * Convert uses of protobuf's scoped_ptr.h to C++11 std::unique_ptr, needed
    to compile against protobuf 3.6.1 (#320, #333).

  * Use AX_CXX_COMPILE_STDCXX macro to enable C++11 support in old compilers
    (#312, #317, #327, #334).

  [ Fredrik Gustafsson ]
  * Add std:: to some types (#294, #305, #309).

  [ Sam Collinson ]
  * Check the return value of int_range_lookup before using as an array
    index; it can return -1 (#315).

  [ Matthias Dittrich ]
  * Fix compilation on mingw by using explicit protoc --plugin=NAME=PATH
    syntax in Makefile.am (#289, #290).

Sponsored by:	Farsight Security, Inc.
Original commitRevision:477241 
Thursday, 17 Aug 2017
11:19 truckman search for other commits by this committer
Upgrade protobuf-c to version 1.3.0:

  [ Robert Edmonds ]
  * Release 1.3.0.

  * Add test case for the issue in #220 (#254).

  * Fix issue #251, "Bad enums with multiple oneofs" (#256).

  * Add warning flags to my_CFLAGS (#257).

  * Fix namespace errors when compiled with latest protobuf (#280).

  * Bump minimum required header version for proto3 syntax (#282).

  [ Paolo Borelli ]
  * Turn the compiler into a protoc plugin (#206). This allows the protobuf-c
    compiler to be invoked as "protoc --c_out=...". For backwards
    compatibility, we still ship a protoc-c command, but it's a symlink to the
    protoc-gen-c binary.

  * proto3 support (#228).

  * Remove leftover FIXME comment (#258).

  * Fix proto3 "is zeroish" evaluation (#264).

  * Small cleanup in oneof handling (#265).

  * Rework is_zeroish one more time (#267).

  * proto3: make strings default to "" instead of NULL (#274).

  [ Tomek Wasilczyk ]
  * Fix -Wsign-compare warnings (#213).

  * Fix ISO C90 -Wdeclaration-after-statement warnings (#214).

  * Fix bigendian -Wunused-label warning (#215).

  [ Ilya Lipnitsky ]
  * protoc-c/c_message.cc: Force int size on oneof enums (#221). Fixes wrong
    enum generation and handling for onceof cases (#220).

  [ Adnan ]
  * Fix cmake build if built as part of an external project (#231).

  [ Gregory Detal ]
  * Remove .pb.{cc,h} in distdir instead of top_distdir in order to prevent
    removing files from other projects when protobuf-c is included as an
    autotools subproject (#232).

  [ Ben Farnham ]
  * Relax autoconf constraint from v2.64 to v2.63 so that it works on older
    Linux distros (#233).

  [ Thomas Koeckerbauer ]
  * rm argument fix for Solaris (#234).

  * Add 'const' qualifier to 'init_value' variable in generated files (#236).

  [ Richard Kettlewell ]
  * Document and extend the effect of passing NULL to ..._free_unpacked
    functions (#255).

  [ Alex Milich ]
  * CMake: Workaround for static builds that use MSVC (#243).

  [ Josh Junon ]
  * CMake: Allow protobuf-c to be included via include_subdirectory (#245).

  [ Alexei Kasatkin ]
  * CMake: Windows fixes (#266).

This fixes the build breakage with devel/protobuf 1.3.0 [1]

PR:		221572 [1]
Sponsored by:	Farsight Security, Inc.
Original commitRevision:448087 
Tuesday, 2 Feb 2016
22:55 truckman search for other commits by this committer
Upgrade protobuf-c to version 1.2.1:

protobuf-c (1.2.1)

  [ Robert Edmonds ]
  * Release 1.2.1.

  [ Paolo Borelli ]
  * protoc-c: Generate code that uses the universal zero initializer {0} when
    initializing a oneof union (#187, #205).

PR:		206863
Submitted by:	olgeni
Sponsored by:	Farsight Security, Inc.
Original commitRevision:407899 
Monday, 1 Feb 2016
07:08 truckman search for other commits by this committer
Upgrade devel/protobuf-c to 1.2.0.

  [ Robert Edmonds ]
  * Release 1.2.0.

  [ Ilya Lipnitsky ]
  * Implement the "optimize_for = CODE_SIZE" option (#183).

  * Eliminate undefined behavior in zigzag functions (#198).

  * Pack negative enum values correctly (#199).

  [ Peter Leschev ]
  * Fix protobuf_c_message_get_packed_size() on 16-bit systems (#196, #197).

  [ Diego Elio Petten\xc3\xb2 ]
  * Update link to Autotools Mythbuster to canonical site (#201).

  [ Zex Li ]
  * Skip test suite when cross-compiling (#184).

PR:		206757
Submitted by:	olgeni
Sponsored by:	Farsight Security, Inc.
Original commitRevision:407688 
Wednesday, 6 May 2015
21:05 truckman search for other commits by this committer
Upgrade devel/protobuf-c to 1.1.1

  [ Robert Edmonds ]
  * Release 1.1.1.

  * Use protobuf 2.6.1 in the Travis-CI environment.

  [ Ilya Lipnitskiy ]
  * Munge C block comment delimiters in protobuf comments, preventing syntax
    errors in generated header files (Issue #180, #185).

  * Add static qualifier to ProtobufCEnumValue and ProtobufCEnumValueIndex
    variables in generated output.

  [ Oleg Efimov ]
  * Fix -Wpointer-sign compiler diagnostics in the test suite.

  * Check for NULL pointers in protobuf_c_message_free_unpacked()
    (Issue #177).

  * Exclude protoc-c and downloaded protobuf sources from Coveralls report.

  [ Andrey Myznikov ]
  * Fix incorrect 'short_name' field values in ProtobufCServiceDescriptor
    variables in generated output.

PR:		199950
Submitted by:	olgeni
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
Differential Revision:	https://reviews.freebsd.org/D2464
Original commitRevision:385568 
Tuesday, 28 Apr 2015
18:44 bdrewery search for other commits by this committer
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.

When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested.
Original commitRevision:384932 
Monday, 6 Apr 2015
12:51 truckman search for other commits by this committer
Convert to USE_GITHUB. This requires USES=autoreconf, but eliminates
the need for USES=pathfix as well as a patch.

Differential Revision:	https://reviews.freebsd.org/D2234
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
Original commitRevision:383422 
Thursday, 8 Jan 2015
00:03 truckman search for other commits by this committer
Upgrade to version 1.1.0:

  protobuf-c (1.1.0)

  [ Robert Edmonds ]
  * Release 1.1.0.

  [ Ilya Lipnitskiy ]
  * Fix a bug when merging optional byte fields.

  * Documentation updates.

  * Implement oneof support (Issue #174). Protobuf 2.6.0 or newer is now
  required to build protobuf-c.

  * Print leading comments for enum, message, and field definitions into
  generated header files (Issue #175).

Github does not speak http (only https), so mirror the distfile on
LOCAL (suggested by mat@).

Use PORTDOCS=* instead of listing DOXYGEN generated files in pkg-plist.

Use options helpers instead of .if (suggested by mat@).

Differential Revision:	https://reviews.freebsd.org/D1448
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
Original commitRevision:376506 
Friday, 19 Sep 2014
07:25 amdmi3 search for other commits by this committer
- Update to 1.0.2

PR:		193674
Submitted by:	truckman@FreeBSD.org (maintainer)
Original commitRevision:368541 
Saturday, 16 Aug 2014
21:04 wg search for other commits by this committer
devel/protobuf-c: update to 1.0.1

- Bump port revision due to shlib change
- Add DOCS option
- Pass maintainership to submitter

PR:		192175
Submitted by:	truckman
Approved by:	maintainer
Original commitRevision:365134 
Tuesday, 31 May 2011
02:01 vanilla search for other commits by this committer
Add protobuf-c 0.15, this package provides a code generator and runtime
libraries to use Protocol Buffers from pure C (not C++).

PR:             ports/157099
Submitted by:   Aaron Hurt <ahurt at anbcs.com>
Original commit

Number of commits found: 14