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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/protobuf-c/pkg-plist

Number of commits found: 10

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
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 
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 
Wednesday, 31 Dec 2014
06:45 antoine search for other commits by this committer
Update devel/doxygen to 1.8.9

PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
Original commitRevision:375872 
Monday, 27 Oct 2014
11:03 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371551 
Wednesday, 27 Aug 2014
10:27 amdmi3 search for other commits by this committer
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
Original commitRevision:366302 
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 
Wednesday, 5 Feb 2014
23:34 bapt search for other commits by this committer
Support stage
USES=libtool
Original commitRevision:342898 
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: 10